Struct ig_brokers::models::ActivityDetails[][src]

pub struct ActivityDetails {
Show fields pub actions: Vec<ActivityAction>, pub currency: String, pub deal_reference: String, pub direction: Direction, pub good_till_date: String, pub guaranteed_stop: bool, pub level: f64, pub limit_distance: f64, pub limit_level: f64, pub market_name: String, pub size: f64, pub stop_distance: f64, pub stop_level: f64, pub trailing_step: f64, pub trailing_stop_distance: f64,
}

Fields

actions: Vec<ActivityAction>currency: Stringdeal_reference: Stringdirection: Directiongood_till_date: Stringguaranteed_stop: boollevel: f64limit_distance: f64limit_level: f64market_name: Stringsize: f64stop_distance: f64stop_level: f64trailing_step: f64trailing_stop_distance: f64

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.