pub struct LegPreAllocGrp {
    pub leg_alloc_account: Option<Vec<u8, Global>>,
    pub leg_individual_alloc_id: Option<Vec<u8, Global>>,
    pub nested_parties_2: Option<Vec<NestedParties2, Global>>,
    pub leg_alloc_qty: Option<Decimal>,
    pub leg_alloc_acct_id_source: Option<Vec<u8, Global>>,
    pub leg_alloc_settl_currency: Option<Currency>,
}

Fields

leg_alloc_account: Option<Vec<u8, Global>>leg_individual_alloc_id: Option<Vec<u8, Global>>nested_parties_2: Option<Vec<NestedParties2, Global>>leg_alloc_qty: Option<Decimal>leg_alloc_acct_id_source: Option<Vec<u8, Global>>leg_alloc_settl_currency: Option<Currency>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.