Struct fugle::schema::quote::Quote

source ·
pub struct Quote {
Show 20 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 price_avg: QuotePrice, pub change: Decimal, pub change_percent: Decimal, pub amplitude: Decimal, pub price_limit: u8,
}

Fields§

§is_curbing: bool§is_curbing_rise: bool§is_curbing_fall: bool§is_trial: bool§is_open_delayed: bool§is_close_delayed: bool§is_halting: bool§is_closed: bool§total: QuoteTotal§trial: QuoteTrial§trade: QuoteTrade§order: QuoteOrder§price_high: QuotePrice§price_low: QuotePrice§price_open: QuotePrice§price_avg: QuotePrice§change: Decimal§change_percent: Decimal§amplitude: Decimal§price_limit: u8

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more