pub struct InstitutionHolderItem {
pub holder_date_stamp: Option<u64>,
pub close_price: Option<i64>,
pub institution_quantity: Option<i64>,
pub institution_quantity_change: Option<i64>,
pub holder_quantity: Option<i64>,
pub holder_quantity_change: Option<i64>,
pub holder_pct: Option<i32>,
pub holder_pct_change: Option<i64>,
pub open_price: Option<i64>,
pub last_close_price: Option<i64>,
}Fields§
§holder_date_stamp: Option<u64>§close_price: Option<i64>§institution_quantity: Option<i64>§institution_quantity_change: Option<i64>§holder_quantity: Option<i64>§holder_quantity_change: Option<i64>§holder_pct: Option<i32>§holder_pct_change: Option<i64>§open_price: Option<i64>§last_close_price: Option<i64>Implementations§
Source§impl InstitutionHolderItem
impl InstitutionHolderItem
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 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 institution_quantity(&self) -> i64
pub fn institution_quantity(&self) -> i64
Returns the value of institution_quantity, or the default value if institution_quantity is unset.
Sourcepub fn institution_quantity_change(&self) -> i64
pub fn institution_quantity_change(&self) -> i64
Returns the value of institution_quantity_change, or the default value if institution_quantity_change 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 open_price(&self) -> i64
pub fn open_price(&self) -> i64
Returns the value of open_price, or the default value if open_price is unset.
Sourcepub fn last_close_price(&self) -> i64
pub fn last_close_price(&self) -> i64
Returns the value of last_close_price, or the default value if last_close_price is unset.
Trait Implementations§
Source§impl Clone for InstitutionHolderItem
impl Clone for InstitutionHolderItem
Source§fn clone(&self) -> InstitutionHolderItem
fn clone(&self) -> InstitutionHolderItem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for InstitutionHolderItem
impl Debug for InstitutionHolderItem
Source§impl Default for InstitutionHolderItem
impl Default for InstitutionHolderItem
Source§impl Hash for InstitutionHolderItem
impl Hash for InstitutionHolderItem
Source§impl Message for InstitutionHolderItem
impl Message for InstitutionHolderItem
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 InstitutionHolderItem
impl PartialEq for InstitutionHolderItem
impl Copy for InstitutionHolderItem
impl Eq for InstitutionHolderItem
impl StructuralPartialEq for InstitutionHolderItem
Auto Trait Implementations§
impl Freeze for InstitutionHolderItem
impl RefUnwindSafe for InstitutionHolderItem
impl Send for InstitutionHolderItem
impl Sync for InstitutionHolderItem
impl Unpin for InstitutionHolderItem
impl UnsafeUnpin for InstitutionHolderItem
impl UnwindSafe for InstitutionHolderItem
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.