Struct yahoo_finance_api::YMetaData[][src]

pub struct YMetaData {
Show fields pub currency: String, pub symbol: String, pub exchange_name: String, pub instrument_type: String, pub first_trade_date: i32, pub regular_market_time: u32, pub gmtoffset: i32, pub timezone: String, pub exchange_timezone_name: String, pub regular_market_price: f64, pub chart_previous_close: f64, pub previous_close: Option<f64>, pub scale: Option<i32>, pub price_hint: i32, pub current_trading_period: TradingPeriod, pub trading_periods: Option<Vec<Vec<PeriodInfo>>>, pub data_granularity: String, pub range: String, pub valid_ranges: Vec<String>,
}

Fields

currency: Stringsymbol: Stringexchange_name: Stringinstrument_type: Stringfirst_trade_date: i32regular_market_time: u32gmtoffset: i32timezone: Stringexchange_timezone_name: Stringregular_market_price: f64chart_previous_close: f64previous_close: Option<f64>scale: Option<i32>price_hint: i32current_trading_period: TradingPeriodtrading_periods: Option<Vec<Vec<PeriodInfo>>>data_granularity: Stringrange: Stringvalid_ranges: Vec<String>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Applies the Compat adapter by value. Read more

Applies the Compat adapter by shared reference. Read more

Applies the Compat adapter by mutable reference. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.