pub struct ExRightItem {Show 38 fields
pub stock_id: Option<u64>,
pub ex_date: Option<u32>,
pub ert_flag: Option<u32>,
pub split_base: Option<u32>,
pub split_ert: Option<u32>,
pub join_base: Option<u32>,
pub join_ert: Option<u32>,
pub bonus_stk_base: Option<u32>,
pub bonus_stk_ert: Option<u32>,
pub allot_base: Option<u32>,
pub allot_ert: Option<u32>,
pub allot_price: Option<u64>,
pub into_shr_base: Option<u32>,
pub into_ert: Option<u32>,
pub stk_add_base: Option<u32>,
pub stk_add_ert: Option<u32>,
pub stk_add_price: Option<u64>,
pub dividend_base: Option<u32>,
pub dividend_amount: Option<u64>,
pub dividend_special_base: Option<u32>,
pub dividend_special_amount: Option<u32>,
pub fwd_factor_a: Option<i64>,
pub fwd_factor_b: Option<i64>,
pub bwd_factor_a: Option<i64>,
pub bwd_factor_b: Option<i64>,
pub sc_txt: Option<String>,
pub tc_txt: Option<String>,
pub acc_fwd_factor_a: Option<i64>,
pub acc_fwd_factor_b: Option<i64>,
pub acc_bwd_factor_a: Option<i64>,
pub acc_bwd_factor_b: Option<i64>,
pub en_txt: Option<String>,
pub ex_date_ts: Option<u64>,
pub stock_code: Option<u32>,
pub name: Option<String>,
pub spin_off_base: Option<u32>,
pub spin_off_ert: Option<u32>,
pub create_time: Option<i64>,
}Fields§
§stock_id: Option<u64>§ex_date: Option<u32>§ert_flag: Option<u32>§split_base: Option<u32>§split_ert: Option<u32>§join_base: Option<u32>§join_ert: Option<u32>§bonus_stk_base: Option<u32>§bonus_stk_ert: Option<u32>§allot_base: Option<u32>§allot_ert: Option<u32>§allot_price: Option<u64>§into_shr_base: Option<u32>§into_ert: Option<u32>§stk_add_base: Option<u32>§stk_add_ert: Option<u32>§stk_add_price: Option<u64>§dividend_base: Option<u32>§dividend_amount: Option<u64>§dividend_special_base: Option<u32>§dividend_special_amount: Option<u32>§fwd_factor_a: Option<i64>§fwd_factor_b: Option<i64>§bwd_factor_a: Option<i64>§bwd_factor_b: Option<i64>§sc_txt: Option<String>§tc_txt: Option<String>§acc_fwd_factor_a: Option<i64>§acc_fwd_factor_b: Option<i64>§acc_bwd_factor_a: Option<i64>§acc_bwd_factor_b: Option<i64>§en_txt: Option<String>§ex_date_ts: Option<u64>§stock_code: Option<u32>§name: Option<String>§spin_off_base: Option<u32>§spin_off_ert: Option<u32>§create_time: Option<i64>Implementations§
Source§impl ExRightItem
impl ExRightItem
Sourcepub fn stock_id(&self) -> u64
pub fn stock_id(&self) -> u64
Returns the value of stock_id, or the default value if stock_id is unset.
Sourcepub fn ex_date(&self) -> u32
pub fn ex_date(&self) -> u32
Returns the value of ex_date, or the default value if ex_date is unset.
Sourcepub fn ert_flag(&self) -> u32
pub fn ert_flag(&self) -> u32
Returns the value of ert_flag, or the default value if ert_flag is unset.
Sourcepub fn split_base(&self) -> u32
pub fn split_base(&self) -> u32
Returns the value of split_base, or the default value if split_base is unset.
Sourcepub fn split_ert(&self) -> u32
pub fn split_ert(&self) -> u32
Returns the value of split_ert, or the default value if split_ert is unset.
Sourcepub fn join_base(&self) -> u32
pub fn join_base(&self) -> u32
Returns the value of join_base, or the default value if join_base is unset.
Sourcepub fn join_ert(&self) -> u32
pub fn join_ert(&self) -> u32
Returns the value of join_ert, or the default value if join_ert is unset.
Sourcepub fn bonus_stk_base(&self) -> u32
pub fn bonus_stk_base(&self) -> u32
Returns the value of bonus_stk_base, or the default value if bonus_stk_base is unset.
Sourcepub fn bonus_stk_ert(&self) -> u32
pub fn bonus_stk_ert(&self) -> u32
Returns the value of bonus_stk_ert, or the default value if bonus_stk_ert is unset.
Sourcepub fn allot_base(&self) -> u32
pub fn allot_base(&self) -> u32
Returns the value of allot_base, or the default value if allot_base is unset.
Sourcepub fn allot_ert(&self) -> u32
pub fn allot_ert(&self) -> u32
Returns the value of allot_ert, or the default value if allot_ert is unset.
Sourcepub fn allot_price(&self) -> u64
pub fn allot_price(&self) -> u64
Returns the value of allot_price, or the default value if allot_price is unset.
Sourcepub fn into_shr_base(&self) -> u32
pub fn into_shr_base(&self) -> u32
Returns the value of into_shr_base, or the default value if into_shr_base is unset.
Sourcepub fn into_ert(&self) -> u32
pub fn into_ert(&self) -> u32
Returns the value of into_ert, or the default value if into_ert is unset.
Sourcepub fn stk_add_base(&self) -> u32
pub fn stk_add_base(&self) -> u32
Returns the value of stk_add_base, or the default value if stk_add_base is unset.
Sourcepub fn stk_add_ert(&self) -> u32
pub fn stk_add_ert(&self) -> u32
Returns the value of stk_add_ert, or the default value if stk_add_ert is unset.
Sourcepub fn stk_add_price(&self) -> u64
pub fn stk_add_price(&self) -> u64
Returns the value of stk_add_price, or the default value if stk_add_price is unset.
Sourcepub fn dividend_base(&self) -> u32
pub fn dividend_base(&self) -> u32
Returns the value of dividend_base, or the default value if dividend_base is unset.
Sourcepub fn dividend_amount(&self) -> u64
pub fn dividend_amount(&self) -> u64
Returns the value of dividend_amount, or the default value if dividend_amount is unset.
Sourcepub fn dividend_special_base(&self) -> u32
pub fn dividend_special_base(&self) -> u32
Returns the value of dividend_special_base, or the default value if dividend_special_base is unset.
Sourcepub fn dividend_special_amount(&self) -> u32
pub fn dividend_special_amount(&self) -> u32
Returns the value of dividend_special_amount, or the default value if dividend_special_amount is unset.
Sourcepub fn fwd_factor_a(&self) -> i64
pub fn fwd_factor_a(&self) -> i64
Returns the value of fwd_factor_a, or the default value if fwd_factor_a is unset.
Sourcepub fn fwd_factor_b(&self) -> i64
pub fn fwd_factor_b(&self) -> i64
Returns the value of fwd_factor_b, or the default value if fwd_factor_b is unset.
Sourcepub fn bwd_factor_a(&self) -> i64
pub fn bwd_factor_a(&self) -> i64
Returns the value of bwd_factor_a, or the default value if bwd_factor_a is unset.
Sourcepub fn bwd_factor_b(&self) -> i64
pub fn bwd_factor_b(&self) -> i64
Returns the value of bwd_factor_b, or the default value if bwd_factor_b is unset.
Sourcepub fn sc_txt(&self) -> &str
pub fn sc_txt(&self) -> &str
Returns the value of sc_txt, or the default value if sc_txt is unset.
Sourcepub fn tc_txt(&self) -> &str
pub fn tc_txt(&self) -> &str
Returns the value of tc_txt, or the default value if tc_txt is unset.
Sourcepub fn acc_fwd_factor_a(&self) -> i64
pub fn acc_fwd_factor_a(&self) -> i64
Returns the value of acc_fwd_factor_a, or the default value if acc_fwd_factor_a is unset.
Sourcepub fn acc_fwd_factor_b(&self) -> i64
pub fn acc_fwd_factor_b(&self) -> i64
Returns the value of acc_fwd_factor_b, or the default value if acc_fwd_factor_b is unset.
Sourcepub fn acc_bwd_factor_a(&self) -> i64
pub fn acc_bwd_factor_a(&self) -> i64
Returns the value of acc_bwd_factor_a, or the default value if acc_bwd_factor_a is unset.
Sourcepub fn acc_bwd_factor_b(&self) -> i64
pub fn acc_bwd_factor_b(&self) -> i64
Returns the value of acc_bwd_factor_b, or the default value if acc_bwd_factor_b is unset.
Sourcepub fn en_txt(&self) -> &str
pub fn en_txt(&self) -> &str
Returns the value of en_txt, or the default value if en_txt is unset.
Sourcepub fn ex_date_ts(&self) -> u64
pub fn ex_date_ts(&self) -> u64
Returns the value of ex_date_ts, or the default value if ex_date_ts is unset.
Sourcepub fn stock_code(&self) -> u32
pub fn stock_code(&self) -> u32
Returns the value of stock_code, or the default value if stock_code is unset.
Sourcepub fn spin_off_base(&self) -> u32
pub fn spin_off_base(&self) -> u32
Returns the value of spin_off_base, or the default value if spin_off_base is unset.
Sourcepub fn spin_off_ert(&self) -> u32
pub fn spin_off_ert(&self) -> u32
Returns the value of spin_off_ert, or the default value if spin_off_ert is unset.
Sourcepub fn create_time(&self) -> i64
pub fn create_time(&self) -> i64
Returns the value of create_time, or the default value if create_time is unset.
Trait Implementations§
Source§impl Clone for ExRightItem
impl Clone for ExRightItem
Source§fn clone(&self) -> ExRightItem
fn clone(&self) -> ExRightItem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ExRightItem
impl Debug for ExRightItem
Source§impl Default for ExRightItem
impl Default for ExRightItem
Source§impl Hash for ExRightItem
impl Hash for ExRightItem
Source§impl Message for ExRightItem
impl Message for ExRightItem
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 ExRightItem
impl PartialEq for ExRightItem
impl Eq for ExRightItem
impl StructuralPartialEq for ExRightItem
Auto Trait Implementations§
impl Freeze for ExRightItem
impl RefUnwindSafe for ExRightItem
impl Send for ExRightItem
impl Sync for ExRightItem
impl Unpin for ExRightItem
impl UnsafeUnpin for ExRightItem
impl UnwindSafe for ExRightItem
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.