Struct easyfix_messages::messages::LegPreAllocGrp  
source · [−]pub struct LegPreAllocGrp {
    pub leg_alloc_account: Option<Str>,
    pub leg_individual_alloc_id: Option<Str>,
    pub nested_parties_2: Option<Vec<NestedParties2>>,
    pub leg_alloc_qty: Option<Qty>,
    pub leg_alloc_acct_id_source: Option<Str>,
    pub leg_alloc_settl_currency: Option<Currency>,
}Fields
leg_alloc_account: Option<Str>leg_individual_alloc_id: Option<Str>nested_parties_2: Option<Vec<NestedParties2>>leg_alloc_qty: Option<Qty>leg_alloc_acct_id_source: Option<Str>leg_alloc_settl_currency: Option<Currency>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LegPreAllocGrp
impl Send for LegPreAllocGrp
impl Sync for LegPreAllocGrp
impl Unpin for LegPreAllocGrp
impl UnwindSafe for LegPreAllocGrp
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