pub struct OwnerInsiderTradeItem {Show 15 fields
pub trade_shares: Option<i64>,
pub min_trade_date: Option<i64>,
pub min_trade_date_str: Option<String>,
pub max_trade_date: Option<i64>,
pub max_trade_date_str: Option<String>,
pub min_price: Option<f64>,
pub max_price: Option<f64>,
pub security_holder_quantity: Option<i64>,
pub is_proposed_sale_of_securities: Option<bool>,
pub holder_id: Option<i64>,
pub name: Option<String>,
pub title: Option<String>,
pub security_description: Option<String>,
pub transaction_type: Option<String>,
pub source_group_name: Option<String>,
}Fields§
交易股数
min_trade_date: Option<i64>最小交易日期时间戳(秒)
min_trade_date_str: Option<String>最小交易日期字符串,格式 YYYY-MM-DD,对应市场时区
max_trade_date: Option<i64>最大交易日期时间戳(秒)
max_trade_date_str: Option<String>最大交易日期字符串,格式 YYYY-MM-DD,对应市场时区
min_price: Option<f64>最小交易价格
max_price: Option<f64>最大交易价格
security_holder_quantity: Option<i64>证券类型持股数
is_proposed_sale_of_securities: Option<bool>是否为计划出售证券
holder_id: Option<i64>股东id
name: Option<String>股东名称
title: Option<String>股东职位
security_description: Option<String>证券类型描述
transaction_type: Option<String>交易类型
source_group_name: Option<String>交易数据来源
Implementations§
Source§impl OwnerInsiderTradeItem
impl OwnerInsiderTradeItem
Returns the value of trade_shares, or the default value if trade_shares is unset.
Sourcepub fn min_trade_date(&self) -> i64
pub fn min_trade_date(&self) -> i64
Returns the value of min_trade_date, or the default value if min_trade_date is unset.
Sourcepub fn min_trade_date_str(&self) -> &str
pub fn min_trade_date_str(&self) -> &str
Returns the value of min_trade_date_str, or the default value if min_trade_date_str is unset.
Sourcepub fn max_trade_date(&self) -> i64
pub fn max_trade_date(&self) -> i64
Returns the value of max_trade_date, or the default value if max_trade_date is unset.
Sourcepub fn max_trade_date_str(&self) -> &str
pub fn max_trade_date_str(&self) -> &str
Returns the value of max_trade_date_str, or the default value if max_trade_date_str is unset.
Sourcepub fn min_price(&self) -> f64
pub fn min_price(&self) -> f64
Returns the value of min_price, or the default value if min_price is unset.
Sourcepub fn max_price(&self) -> f64
pub fn max_price(&self) -> f64
Returns the value of max_price, or the default value if max_price is unset.
Sourcepub fn security_holder_quantity(&self) -> i64
pub fn security_holder_quantity(&self) -> i64
Returns the value of security_holder_quantity, or the default value if security_holder_quantity is unset.
Sourcepub fn is_proposed_sale_of_securities(&self) -> bool
pub fn is_proposed_sale_of_securities(&self) -> bool
Returns the value of is_proposed_sale_of_securities, or the default value if is_proposed_sale_of_securities is unset.
Sourcepub fn holder_id(&self) -> i64
pub fn holder_id(&self) -> i64
Returns the value of holder_id, or the default value if holder_id is unset.
Sourcepub fn title(&self) -> &str
pub fn title(&self) -> &str
Returns the value of title, or the default value if title is unset.
Sourcepub fn security_description(&self) -> &str
pub fn security_description(&self) -> &str
Returns the value of security_description, or the default value if security_description is unset.
Sourcepub fn transaction_type(&self) -> &str
pub fn transaction_type(&self) -> &str
Returns the value of transaction_type, or the default value if transaction_type is unset.
Sourcepub fn source_group_name(&self) -> &str
pub fn source_group_name(&self) -> &str
Returns the value of source_group_name, or the default value if source_group_name is unset.
Trait Implementations§
Source§impl Clone for OwnerInsiderTradeItem
impl Clone for OwnerInsiderTradeItem
Source§fn clone(&self) -> OwnerInsiderTradeItem
fn clone(&self) -> OwnerInsiderTradeItem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for OwnerInsiderTradeItem
impl Debug for OwnerInsiderTradeItem
Source§impl Default for OwnerInsiderTradeItem
impl Default for OwnerInsiderTradeItem
Source§impl<'de> Deserialize<'de> for OwnerInsiderTradeItemwhere
OwnerInsiderTradeItem: Default,
impl<'de> Deserialize<'de> for OwnerInsiderTradeItemwhere
OwnerInsiderTradeItem: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl Message for OwnerInsiderTradeItem
impl Message for OwnerInsiderTradeItem
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.