[][src]Struct itchy::StockDirectory

pub struct StockDirectory {
    pub stock: ArrayString8,
    pub market_category: MarketCategory,
    pub financial_status: FinancialStatus,
    pub round_lot_size: u32,
    pub round_lots_only: bool,
    pub issue_classification: IssueClassification,
    pub issue_subtype: IssueSubType,
    pub authenticity: bool,
    pub short_sale_threshold: Option<bool>,
    pub ipo_flag: Option<bool>,
    pub luld_ref_price_tier: LuldRefPriceTier,
    pub etp_flag: Option<bool>,
    pub etp_leverage_factor: u32,
    pub inverse_indicator: bool,
}

Fields

stock: ArrayString8market_category: MarketCategoryfinancial_status: FinancialStatusround_lot_size: u32round_lots_only: boolissue_classification: IssueClassificationissue_subtype: IssueSubTypeauthenticity: boolshort_sale_threshold: Option<bool>ipo_flag: Option<bool>luld_ref_price_tier: LuldRefPriceTieretp_flag: Option<bool>etp_leverage_factor: u32inverse_indicator: bool

Trait Implementations

impl Clone for StockDirectory[src]

impl Debug for StockDirectory[src]

impl PartialEq<StockDirectory> for StockDirectory[src]

impl StructuralPartialEq for StockDirectory[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.