Struct ig_brokers::models::DealConfirmation[][src]

pub struct DealConfirmation {
Show fields pub affected_deals: Vec<AffectedDeal>, pub date: String, pub deal_id: String, pub deal_reference: String, pub deal_status: DealStatus, pub direction: Direction, pub epic: String, pub expiry: String, pub guaranteed_stop: bool, pub level: f64, pub limit_distance: f64, pub limit_level: f64, pub profit: f64, pub profit_currency: String, pub reason: DealReason, pub size: f64, pub status: PositionStatus, pub stop_distance: f64, pub stop_level: f64, pub trailing_stop: bool,
}

Fields

affected_deals: Vec<AffectedDeal>date: Stringdeal_id: Stringdeal_reference: Stringdeal_status: DealStatusdirection: Directionepic: Stringexpiry: Stringguaranteed_stop: boollevel: f64limit_distance: f64limit_level: f64profit: f64profit_currency: Stringreason: DealReasonsize: f64status: PositionStatusstop_distance: f64stop_level: f64trailing_stop: bool

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.