Editor Plugins
English
Appearance
struct Security
The basic information of securities
symbol: string
Security code
name_cn: string
Security name (zh-CN)
name_en: string
Security name (en)
name_hk: string
Security name (zh-HK)
pub fn new(inner: Security): Security
fn new(inner: _Security): Security { return Security { symbol: inner.symbol, name_cn: inner.name_cn, name_en: inner.name_en, name_hk: inner.name_hk, };}