pub struct UsIssueMessage {Show 26 fields
pub price_range: Option<String>,
pub shares: Option<String>,
pub market_cap: Option<String>,
pub industry: Option<String>,
pub apply_limit: Option<u32>,
pub managers: Option<String>,
pub business: Option<String>,
pub apply_limit_new: Option<u32>,
pub fund_amount: Option<String>,
pub security_type: Option<u32>,
pub ipo_book_link: Option<String>,
pub stock_status: Option<u32>,
pub user_apply_status: Option<u32>,
pub platform_code: Option<u64>,
pub sponsor: Option<String>,
pub offer_type: Option<i32>,
pub placing_apply_limit: Option<u32>,
pub placing_user_ability: Option<u32>,
pub placing_user_apply_status: Option<u32>,
pub shares_outstanding: Option<String>,
pub applicable: Option<u64>,
pub currency_code: Option<i32>,
pub stock_name: Option<String>,
pub ipo_price_low: Option<u32>,
pub ipo_price_high: Option<u32>,
pub apply_url: Option<String>,
}Fields§
§price_range: Option<String>发行价区间
预计发行量
market_cap: Option<String>市值
industry: Option<String>行业
apply_limit: Option<u32>最低认购
managers: Option<String>承销商
business: Option<String>公司相关介绍
apply_limit_new: Option<u32>最低认购,单位0.01
fund_amount: Option<String>募资金额
security_type: Option<u32>参考SECURITY_TYPE
ipo_book_link: Option<String>招股书链接
stock_status: Option<u32>新股状态
user_apply_status: Option<u32>用户认购状态
platform_code: Option<u64>行业板块id
sponsor: Option<String>发起人
offer_type: Option<i32>新股发售类型
placing_apply_limit: Option<u32>国配最小认购金额
placing_user_ability: Option<u32>国配认购能力
placing_user_apply_status: Option<u32>用户国配认购状态
总发行量
applicable: Option<u64>是否可申购
currency_code: Option<i32>货币代码
stock_name: Option<String>新股名称
ipo_price_low: Option<u32>发行价区间下界
ipo_price_high: Option<u32>发行价区间上界
apply_url: Option<String>认购URL
Implementations§
Source§impl UsIssueMessage
impl UsIssueMessage
Sourcepub fn price_range(&self) -> &str
pub fn price_range(&self) -> &str
Returns the value of price_range, or the default value if price_range is unset.
Returns the value of shares, or the default value if shares is unset.
Sourcepub fn market_cap(&self) -> &str
pub fn market_cap(&self) -> &str
Returns the value of market_cap, or the default value if market_cap is unset.
Sourcepub fn industry(&self) -> &str
pub fn industry(&self) -> &str
Returns the value of industry, or the default value if industry is unset.
Sourcepub fn apply_limit(&self) -> u32
pub fn apply_limit(&self) -> u32
Returns the value of apply_limit, or the default value if apply_limit is unset.
Sourcepub fn managers(&self) -> &str
pub fn managers(&self) -> &str
Returns the value of managers, or the default value if managers is unset.
Sourcepub fn business(&self) -> &str
pub fn business(&self) -> &str
Returns the value of business, or the default value if business is unset.
Sourcepub fn apply_limit_new(&self) -> u32
pub fn apply_limit_new(&self) -> u32
Returns the value of apply_limit_new, or the default value if apply_limit_new is unset.
Sourcepub fn fund_amount(&self) -> &str
pub fn fund_amount(&self) -> &str
Returns the value of fund_amount, or the default value if fund_amount is unset.
Sourcepub fn security_type(&self) -> u32
pub fn security_type(&self) -> u32
Returns the value of security_type, or the default value if security_type is unset.
Sourcepub fn ipo_book_link(&self) -> &str
pub fn ipo_book_link(&self) -> &str
Returns the value of ipo_book_link, or the default value if ipo_book_link is unset.
Sourcepub fn stock_status(&self) -> u32
pub fn stock_status(&self) -> u32
Returns the value of stock_status, or the default value if stock_status is unset.
Sourcepub fn user_apply_status(&self) -> u32
pub fn user_apply_status(&self) -> u32
Returns the value of user_apply_status, or the default value if user_apply_status is unset.
Sourcepub fn platform_code(&self) -> u64
pub fn platform_code(&self) -> u64
Returns the value of platform_code, or the default value if platform_code is unset.
Sourcepub fn sponsor(&self) -> &str
pub fn sponsor(&self) -> &str
Returns the value of sponsor, or the default value if sponsor is unset.
Sourcepub fn offer_type(&self) -> i32
pub fn offer_type(&self) -> i32
Returns the value of offer_type, or the default value if offer_type is unset.
Sourcepub fn placing_apply_limit(&self) -> u32
pub fn placing_apply_limit(&self) -> u32
Returns the value of placing_apply_limit, or the default value if placing_apply_limit is unset.
Sourcepub fn placing_user_ability(&self) -> u32
pub fn placing_user_ability(&self) -> u32
Returns the value of placing_user_ability, or the default value if placing_user_ability is unset.
Sourcepub fn placing_user_apply_status(&self) -> u32
pub fn placing_user_apply_status(&self) -> u32
Returns the value of placing_user_apply_status, or the default value if placing_user_apply_status is unset.
Returns the value of shares_outstanding, or the default value if shares_outstanding is unset.
Sourcepub fn applicable(&self) -> u64
pub fn applicable(&self) -> u64
Returns the value of applicable, or the default value if applicable is unset.
Sourcepub fn currency_code(&self) -> i32
pub fn currency_code(&self) -> i32
Returns the value of currency_code, or the default value if currency_code is unset.
Sourcepub fn stock_name(&self) -> &str
pub fn stock_name(&self) -> &str
Returns the value of stock_name, or the default value if stock_name is unset.
Sourcepub fn ipo_price_low(&self) -> u32
pub fn ipo_price_low(&self) -> u32
Returns the value of ipo_price_low, or the default value if ipo_price_low is unset.
Sourcepub fn ipo_price_high(&self) -> u32
pub fn ipo_price_high(&self) -> u32
Returns the value of ipo_price_high, or the default value if ipo_price_high is unset.
Trait Implementations§
Source§impl Clone for UsIssueMessage
impl Clone for UsIssueMessage
Source§fn clone(&self) -> UsIssueMessage
fn clone(&self) -> UsIssueMessage
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for UsIssueMessage
impl Debug for UsIssueMessage
Source§impl Default for UsIssueMessage
impl Default for UsIssueMessage
Source§impl Hash for UsIssueMessage
impl Hash for UsIssueMessage
Source§impl Message for UsIssueMessage
impl Message for UsIssueMessage
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for UsIssueMessage
impl PartialEq for UsIssueMessage
impl Eq for UsIssueMessage
impl StructuralPartialEq for UsIssueMessage
Auto Trait Implementations§
impl Freeze for UsIssueMessage
impl RefUnwindSafe for UsIssueMessage
impl Send for UsIssueMessage
impl Sync for UsIssueMessage
impl Unpin for UsIssueMessage
impl UnsafeUnpin for UsIssueMessage
impl UnwindSafe for UsIssueMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.