pub struct ContractDetails {
Show 40 fields pub contract: Contract, pub market_name: String, pub min_tick: f64, pub price_magnifier: i32, pub order_types: String, pub valid_exchanges: String, pub under_con_id: i32, pub long_name: String, pub contract_month: String, pub industry: String, pub category: String, pub sub_category: String, pub timezone_id: String, pub trading_hours: String, pub liquid_hours: String, pub ev_rule: String, pub ev_multiplier: f64, pub md_size_multiplier: i32, pub sec_id_list: Vec<TagValue>, pub agg_group: i32, pub under_symbol: String, pub under_sec_type: String, pub market_rule_ids: String, pub real_expiration_date: String, pub last_trade_time: String, pub cusip: String, pub ratings: String, pub desc_append: String, pub bond_type: String, pub coupon_type: String, pub callable: bool, pub putable: bool, pub coupon: f64, pub convertible: bool, pub maturity: String, pub issue_date: String, pub next_option_date: String, pub next_option_type: String, pub next_option_partial: bool, pub notes: String,
}

Fields

contract: Contractmarket_name: Stringmin_tick: f64price_magnifier: i32order_types: Stringvalid_exchanges: Stringunder_con_id: i32long_name: Stringcontract_month: Stringindustry: Stringcategory: Stringsub_category: Stringtimezone_id: Stringtrading_hours: Stringliquid_hours: Stringev_rule: Stringev_multiplier: f64md_size_multiplier: i32sec_id_list: Vec<TagValue>agg_group: i32under_symbol: Stringunder_sec_type: Stringmarket_rule_ids: Stringreal_expiration_date: Stringlast_trade_time: Stringcusip: Stringratings: Stringdesc_append: Stringbond_type: Stringcoupon_type: Stringcallable: boolputable: boolcoupon: f64convertible: boolmaturity: Stringissue_date: Stringnext_option_date: Stringnext_option_type: Stringnext_option_partial: boolnotes: String

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
Returns the “default value” for a type. 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.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.
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