Struct binance::futures::rest_model::Symbol[][src]

pub struct Symbol {
Show 21 fields pub symbol: String, pub pair: String, pub contract_type: ContractType, pub delivery_date: u64, pub onboard_date: u64, pub status: SymbolStatus, pub maint_margin_percent: f64, pub required_margin_percent: f64, pub base_asset: String, pub quote_asset: String, pub price_precision: u16, pub quantity_precision: u16, pub base_asset_precision: u64, pub quote_precision: u64, pub underlying_type: String, pub underlying_sub_type: Vec<String>, pub settle_plan: u16, pub trigger_protect: f64, pub filters: Vec<Filters>, pub order_types: Vec<OrderType>, pub time_in_force: Vec<TimeInForce>,
}

Fields

symbol: Stringpair: Stringcontract_type: ContractTypedelivery_date: u64onboard_date: u64status: SymbolStatusmaint_margin_percent: f64required_margin_percent: f64base_asset: Stringquote_asset: Stringprice_precision: u16quantity_precision: u16base_asset_precision: u64quote_precision: u64underlying_type: Stringunderlying_sub_type: Vec<String>settle_plan: u16trigger_protect: f64filters: Vec<Filters>order_types: Vec<OrderType>time_in_force: Vec<TimeInForce>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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.

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.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.