pub struct LegPreAllocGrp {
pub leg_alloc_account: Option<FixString>,
pub leg_individual_alloc_id: Option<FixString>,
pub nested_parties_2: Option<Vec<NestedParties2>>,
pub leg_alloc_qty: Option<Qty>,
pub leg_alloc_acct_id_source: Option<FixString>,
pub leg_alloc_settl_currency: Option<Currency>,
}Fields§
§leg_alloc_account: Option<FixString>Tag 671.
leg_individual_alloc_id: Option<FixString>Tag 672.
nested_parties_2: Option<Vec<NestedParties2>>Tag 756.
leg_alloc_qty: Option<Qty>Tag 673.
leg_alloc_acct_id_source: Option<FixString>Tag 674.
leg_alloc_settl_currency: Option<Currency>Tag 1367.
Trait Implementations§
Source§impl Clone for LegPreAllocGrp
impl Clone for LegPreAllocGrp
Source§fn clone(&self) -> LegPreAllocGrp
fn clone(&self) -> LegPreAllocGrp
Returns a duplicate 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 LegPreAllocGrp
impl Debug for LegPreAllocGrp
Source§impl Default for LegPreAllocGrp
impl Default for LegPreAllocGrp
Source§fn default() -> LegPreAllocGrp
fn default() -> LegPreAllocGrp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LegPreAllocGrp
impl RefUnwindSafe for LegPreAllocGrp
impl Send for LegPreAllocGrp
impl Sync for LegPreAllocGrp
impl Unpin for LegPreAllocGrp
impl UnwindSafe for LegPreAllocGrp
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