pub struct ExecAllocGrp {
    pub last_qty: Option<Qty>,
    pub exec_id: Option<Str>,
    pub secondary_exec_id: Option<Str>,
    pub last_px: Option<Price>,
    pub last_par_px: Option<Price>,
    pub last_capacity: Option<LastCapacity>,
    pub trade_id: Option<Str>,
    pub firm_trade_id: Option<Str>,
}

Fields

last_qty: Option<Qty>exec_id: Option<Str>secondary_exec_id: Option<Str>last_px: Option<Price>last_par_px: Option<Price>last_capacity: Option<LastCapacity>trade_id: Option<Str>firm_trade_id: Option<Str>

Trait Implementations

Formats the value using the given formatter. 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.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.