pub struct HkBuyBackitems {
pub publ_date: Option<u64>,
pub end_date: Option<u64>,
pub buyback_money: Option<f64>,
pub buyback_sum: Option<i64>,
pub percentage: Option<f64>,
pub high_price: Option<f64>,
pub low_price: Option<f64>,
pub cumulative_sum: Option<i64>,
pub cumulative_sum_to_ts: Option<f64>,
pub buyback_money_code: Option<String>,
pub share_type: Option<String>,
}Fields§
§publ_date: Option<u64>§end_date: Option<u64>§buyback_money: Option<f64>§buyback_sum: Option<i64>§percentage: Option<f64>§high_price: Option<f64>§low_price: Option<f64>§cumulative_sum: Option<i64>§cumulative_sum_to_ts: Option<f64>§buyback_money_code: Option<String>Implementations§
Source§impl HkBuyBackitems
impl HkBuyBackitems
Sourcepub fn publ_date(&self) -> u64
pub fn publ_date(&self) -> u64
Returns the value of publ_date, or the default value if publ_date is unset.
Sourcepub fn end_date(&self) -> u64
pub fn end_date(&self) -> u64
Returns the value of end_date, or the default value if end_date is unset.
Sourcepub fn buyback_money(&self) -> f64
pub fn buyback_money(&self) -> f64
Returns the value of buyback_money, or the default value if buyback_money is unset.
Sourcepub fn buyback_sum(&self) -> i64
pub fn buyback_sum(&self) -> i64
Returns the value of buyback_sum, or the default value if buyback_sum is unset.
Sourcepub fn percentage(&self) -> f64
pub fn percentage(&self) -> f64
Returns the value of percentage, or the default value if percentage is unset.
Sourcepub fn high_price(&self) -> f64
pub fn high_price(&self) -> f64
Returns the value of high_price, or the default value if high_price is unset.
Sourcepub fn low_price(&self) -> f64
pub fn low_price(&self) -> f64
Returns the value of low_price, or the default value if low_price is unset.
Sourcepub fn cumulative_sum(&self) -> i64
pub fn cumulative_sum(&self) -> i64
Returns the value of cumulative_sum, or the default value if cumulative_sum is unset.
Sourcepub fn cumulative_sum_to_ts(&self) -> f64
pub fn cumulative_sum_to_ts(&self) -> f64
Returns the value of cumulative_sum_to_ts, or the default value if cumulative_sum_to_ts is unset.
Sourcepub fn buyback_money_code(&self) -> &str
pub fn buyback_money_code(&self) -> &str
Returns the value of buyback_money_code, or the default value if buyback_money_code is unset.
Returns the value of share_type, or the default value if share_type is unset.
Trait Implementations§
Source§impl Clone for HkBuyBackitems
impl Clone for HkBuyBackitems
Source§fn clone(&self) -> HkBuyBackitems
fn clone(&self) -> HkBuyBackitems
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for HkBuyBackitems
impl Debug for HkBuyBackitems
Source§impl Default for HkBuyBackitems
impl Default for HkBuyBackitems
Source§impl Message for HkBuyBackitems
impl Message for HkBuyBackitems
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.