Struct easyfix_messages::groups::TrdAllocGrp
source · [−]pub struct TrdAllocGrp {
pub alloc_account: Option<FixString>,
pub alloc_acct_id_source: Option<Int>,
pub alloc_settl_currency: Option<Currency>,
pub individual_alloc_id: Option<FixString>,
pub nested_parties_2: Option<Vec<NestedParties2>>,
pub alloc_qty: Option<Qty>,
pub alloc_customer_capacity: Option<FixString>,
pub alloc_method: Option<AllocMethod>,
pub secondary_individual_alloc_id: Option<FixString>,
pub alloc_clearing_fee_indicator: Option<FixString>,
}Fields
alloc_account: Option<FixString>alloc_acct_id_source: Option<Int>alloc_settl_currency: Option<Currency>individual_alloc_id: Option<FixString>nested_parties_2: Option<Vec<NestedParties2>>alloc_qty: Option<Qty>alloc_customer_capacity: Option<FixString>alloc_method: Option<AllocMethod>secondary_individual_alloc_id: Option<FixString>alloc_clearing_fee_indicator: Option<FixString>Trait Implementations
sourceimpl Clone for TrdAllocGrp
impl Clone for TrdAllocGrp
sourcefn clone(&self) -> TrdAllocGrp
fn clone(&self) -> TrdAllocGrp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for TrdAllocGrp
impl Send for TrdAllocGrp
impl Sync for TrdAllocGrp
impl Unpin for TrdAllocGrp
impl UnwindSafe for TrdAllocGrp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more