Struct ig_brokers::models::MarketSnapshot[][src]

pub struct MarketSnapshot {
Show fields pub bid: f64, pub binary_odds: Option<f64>, pub controlled_risk_extra_spread: f64, pub decimal_places_factor: f64, pub delay_time: f64, pub high: f64, pub low: f64, pub market_status: MarketStatus, pub net_change: f64, pub offer: f64, pub percentage_change: f64, pub scaling_factor: f64, pub update_time: String,
}

Fields

bid: f64binary_odds: Option<f64>controlled_risk_extra_spread: f64decimal_places_factor: f64delay_time: f64high: f64low: f64market_status: MarketStatusnet_change: f64offer: f64percentage_change: f64scaling_factor: f64update_time: 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.