Struct easyfix_messages::messages::PreAllocGrp  
source · [−]pub struct PreAllocGrp {
    pub alloc_account: Option<Str>,
    pub alloc_acct_id_source: Option<Int>,
    pub alloc_settl_currency: Option<Currency>,
    pub individual_alloc_id: Option<Str>,
    pub nested_parties: Option<Vec<NestedParties>>,
    pub alloc_qty: Option<Qty>,
}Fields
alloc_account: Option<Str>alloc_acct_id_source: Option<Int>alloc_settl_currency: Option<Currency>individual_alloc_id: Option<Str>nested_parties: Option<Vec<NestedParties>>alloc_qty: Option<Qty>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PreAllocGrp
impl Send for PreAllocGrp
impl Sync for PreAllocGrp
impl Unpin for PreAllocGrp
impl UnwindSafe for PreAllocGrp
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