Struct fugle::schema::Quote[][src]

pub struct Quote {
Show fields pub is_curbing: bool, pub is_curbing_rise: bool, pub is_curbing_fall: bool, pub is_trial: bool, pub is_open_delayed: bool, pub is_close_delayed: bool, pub is_halting: bool, pub is_closed: bool, pub total: QuoteTotal, pub trial: QuoteTrial, pub trade: QuoteTrade, pub order: QuoteOrder, pub price_high: QuotePrice, pub price_low: QuotePrice, pub price_open: QuotePrice, pub change: f64, pub change_percent: f64, pub amplitude: f64,
}

Fields

is_curbing: boolis_curbing_rise: boolis_curbing_fall: boolis_trial: boolis_open_delayed: boolis_close_delayed: boolis_halting: boolis_closed: booltotal: QuoteTotaltrial: QuoteTrialtrade: QuoteTradeorder: QuoteOrderprice_high: QuotePriceprice_low: QuotePriceprice_open: QuotePricechange: f64change_percent: f64amplitude: f64

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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.

Performs the conversion.

Should always be Self

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.