pub struct Execution {
Show 18 fields pub order_id: i32, pub client_id: i32, pub exec_id: String, pub time: String, pub acct_number: String, pub exchange: String, pub side: String, pub shares: f64, pub price: f64, pub perm_id: i32, pub liquidation: i32, pub cum_qty: f64, pub avg_price: f64, pub order_ref: String, pub ev_rule: String, pub ev_multiplier: f64, pub model_code: String, pub last_liquidity: Liquidities,
}

Fields

order_id: i32client_id: i32exec_id: Stringtime: Stringacct_number: Stringexchange: Stringside: Stringshares: f64price: f64perm_id: i32liquidation: i32cum_qty: f64avg_price: f64order_ref: Stringev_rule: Stringev_multiplier: f64model_code: Stringlast_liquidity: Liquidities

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