Struct ig_brokers::models::MarketData[][src]

pub struct MarketData {
Show fields pub bid: Option<f64>, pub delay_time: f64, pub epic: String, pub exchange_id: Option<String>, pub expiry: String, pub high: Option<f64>, pub instrument_name: String, pub instrument_type: InstrumentType, pub lot_size: Option<f64>, pub low: Option<f64>, pub market_status: MarketStatus, pub net_change: f64, pub offer: Option<f64>, pub percentage_change: f64, pub scaling_factor: f64, pub streaming_prices_available: bool, pub update_time: String, pub update_time_utc: String,
}

Fields

bid: Option<f64>delay_time: f64epic: Stringexchange_id: Option<String>expiry: Stringhigh: Option<f64>instrument_name: Stringinstrument_type: InstrumentTypelot_size: Option<f64>low: Option<f64>market_status: MarketStatusnet_change: f64offer: Option<f64>percentage_change: f64scaling_factor: f64streaming_prices_available: boolupdate_time: Stringupdate_time_utc: 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

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.