pub struct OwnershipDetailItem {Show 13 fields
pub holder_date_stamp: Option<u64>,
pub holder_id: Option<u64>,
pub name: Option<String>,
pub holder_quantity: Option<i64>,
pub holder_quantity_change: Option<i64>,
pub holder_pct: Option<i32>,
pub holder_pct_change: Option<i64>,
pub holding_date: Option<u64>,
pub period_id: Option<i32>,
pub close_price: Option<i64>,
pub price_change_percent: Option<i32>,
pub source_group_name: Option<String>,
pub is_min_period: Option<bool>,
}Fields§
§holder_date_stamp: Option<u64>§holder_id: Option<u64>§name: Option<String>§holder_quantity: Option<i64>§holder_quantity_change: Option<i64>§holder_pct: Option<i32>§holder_pct_change: Option<i64>§holding_date: Option<u64>§period_id: Option<i32>§close_price: Option<i64>§price_change_percent: Option<i32>§source_group_name: Option<String>§is_min_period: Option<bool>Implementations§
Source§impl OwnershipDetailItem
impl OwnershipDetailItem
Sourcepub fn holder_date_stamp(&self) -> u64
pub fn holder_date_stamp(&self) -> u64
Returns the value of holder_date_stamp, or the default value if holder_date_stamp is unset.
Sourcepub fn holder_id(&self) -> u64
pub fn holder_id(&self) -> u64
Returns the value of holder_id, or the default value if holder_id is unset.
Sourcepub fn holder_quantity(&self) -> i64
pub fn holder_quantity(&self) -> i64
Returns the value of holder_quantity, or the default value if holder_quantity is unset.
Sourcepub fn holder_quantity_change(&self) -> i64
pub fn holder_quantity_change(&self) -> i64
Returns the value of holder_quantity_change, or the default value if holder_quantity_change is unset.
Sourcepub fn holder_pct(&self) -> i32
pub fn holder_pct(&self) -> i32
Returns the value of holder_pct, or the default value if holder_pct is unset.
Sourcepub fn holder_pct_change(&self) -> i64
pub fn holder_pct_change(&self) -> i64
Returns the value of holder_pct_change, or the default value if holder_pct_change is unset.
Sourcepub fn holding_date(&self) -> u64
pub fn holding_date(&self) -> u64
Returns the value of holding_date, or the default value if holding_date is unset.
Sourcepub fn period_id(&self) -> i32
pub fn period_id(&self) -> i32
Returns the value of period_id, or the default value if period_id is unset.
Sourcepub fn close_price(&self) -> i64
pub fn close_price(&self) -> i64
Returns the value of close_price, or the default value if close_price is unset.
Sourcepub fn price_change_percent(&self) -> i32
pub fn price_change_percent(&self) -> i32
Returns the value of price_change_percent, or the default value if price_change_percent 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.
Sourcepub fn is_min_period(&self) -> bool
pub fn is_min_period(&self) -> bool
Returns the value of is_min_period, or the default value if is_min_period is unset.
Trait Implementations§
Source§impl Clone for OwnershipDetailItem
impl Clone for OwnershipDetailItem
Source§fn clone(&self) -> OwnershipDetailItem
fn clone(&self) -> OwnershipDetailItem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for OwnershipDetailItem
impl Debug for OwnershipDetailItem
Source§impl Default for OwnershipDetailItem
impl Default for OwnershipDetailItem
Source§impl Hash for OwnershipDetailItem
impl Hash for OwnershipDetailItem
Source§impl Message for OwnershipDetailItem
impl Message for OwnershipDetailItem
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 OwnershipDetailItem
impl PartialEq for OwnershipDetailItem
impl Eq for OwnershipDetailItem
impl StructuralPartialEq for OwnershipDetailItem
Auto Trait Implementations§
impl Freeze for OwnershipDetailItem
impl RefUnwindSafe for OwnershipDetailItem
impl Send for OwnershipDetailItem
impl Sync for OwnershipDetailItem
impl Unpin for OwnershipDetailItem
impl UnsafeUnpin for OwnershipDetailItem
impl UnwindSafe for OwnershipDetailItem
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.