Struct ig_brokers::models::WorkingOrderData[][src]

pub struct WorkingOrderData {
Show fields pub created_date: String, pub created_date_utc: String, pub currency_code: String, pub deal_id: String, pub direction: Direction, pub dma: bool, pub epic: String, pub good_till_date: String, pub good_till_date_iso: String, pub guaranteed_stop: bool, pub limit_distance: f64, pub limited_risk_premium: f64, pub order_level: f64, pub order_size: f64, pub order_type: WorkingOrderType, pub stop_distance: f64, pub time_in_force: WorkingOrderTimeInForce,
}

Fields

created_date: Stringcreated_date_utc: Stringcurrency_code: Stringdeal_id: Stringdirection: Directiondma: boolepic: Stringgood_till_date: Stringgood_till_date_iso: Stringguaranteed_stop: boollimit_distance: f64limited_risk_premium: f64order_level: f64order_size: f64order_type: WorkingOrderTypestop_distance: f64time_in_force: WorkingOrderTimeInForce

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.