pub struct ExecAllocGrp {
pub last_qty: Option<Qty>,
pub exec_id: Option<FixString>,
pub secondary_exec_id: Option<FixString>,
pub last_px: Option<Price>,
pub last_par_px: Option<Price>,
pub last_capacity: Option<LastCapacity>,
pub trade_id: Option<FixString>,
pub firm_trade_id: Option<FixString>,
}
Fields§
§last_qty: Option<Qty>
Tag 32.
exec_id: Option<FixString>
Tag 17.
secondary_exec_id: Option<FixString>
Tag 527.
last_px: Option<Price>
Tag 31.
last_par_px: Option<Price>
Tag 669.
last_capacity: Option<LastCapacity>
Tag 29.
trade_id: Option<FixString>
Tag 1003.
firm_trade_id: Option<FixString>
Tag 1041.
Trait Implementations§
Source§impl Clone for ExecAllocGrp
impl Clone for ExecAllocGrp
Source§fn clone(&self) -> ExecAllocGrp
fn clone(&self) -> ExecAllocGrp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExecAllocGrp
impl Debug for ExecAllocGrp
Source§impl Default for ExecAllocGrp
impl Default for ExecAllocGrp
Source§fn default() -> ExecAllocGrp
fn default() -> ExecAllocGrp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExecAllocGrp
impl RefUnwindSafe for ExecAllocGrp
impl Send for ExecAllocGrp
impl Sync for ExecAllocGrp
impl Unpin for ExecAllocGrp
impl UnwindSafe for ExecAllocGrp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more