pub struct PreAllocGrp {
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: Option<Vec<NestedParties>>,
pub alloc_qty: Option<Qty>,
}Fields§
§alloc_account: Option<FixString>Tag 79.
alloc_acct_id_source: Option<Int>Tag 661.
alloc_settl_currency: Option<Currency>Tag 736.
individual_alloc_id: Option<FixString>Tag 467.
nested_parties: Option<Vec<NestedParties>>Tag 539.
alloc_qty: Option<Qty>Tag 80.
Trait Implementations§
source§impl Clone for PreAllocGrp
impl Clone for PreAllocGrp
source§fn clone(&self) -> PreAllocGrp
fn clone(&self) -> PreAllocGrp
Returns a copy 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 PreAllocGrp
impl Debug for PreAllocGrp
source§impl Default for PreAllocGrp
impl Default for PreAllocGrp
source§fn default() -> PreAllocGrp
fn default() -> PreAllocGrp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PreAllocGrp
impl RefUnwindSafe for PreAllocGrp
impl Send for PreAllocGrp
impl Sync for PreAllocGrp
impl Unpin for PreAllocGrp
impl UnwindSafe for PreAllocGrp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)