Struct easyfix::messages::PreAllocMlegGrp
source · [−]pub struct PreAllocMlegGrp {
pub alloc_account: Option<FixString>,
pub alloc_acct_id_source: Option<i64>,
pub alloc_settl_currency: Option<Currency>,
pub individual_alloc_id: Option<FixString>,
pub nested_parties_3: Option<Vec<NestedParties3, Global>>,
pub alloc_qty: Option<Decimal>,
}Fields
alloc_account: Option<FixString>alloc_acct_id_source: Option<i64>alloc_settl_currency: Option<Currency>individual_alloc_id: Option<FixString>nested_parties_3: Option<Vec<NestedParties3, Global>>alloc_qty: Option<Decimal>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PreAllocMlegGrp
impl Send for PreAllocMlegGrp
impl Sync for PreAllocMlegGrp
impl Unpin for PreAllocMlegGrp
impl UnwindSafe for PreAllocMlegGrp
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