pub struct AllocationInstructionAck {
Show 15 fields pub alloc_id: FixString, pub parties: Option<Vec<Parties>>, pub secondary_alloc_id: Option<FixString>, pub trade_date: Option<LocalMktDate>, pub transact_time: Option<UtcTimestamp>, pub alloc_status: AllocStatus, pub alloc_rej_code: Option<AllocRejCode>, pub alloc_type: Option<AllocType>, pub alloc_intermed_req_type: Option<AllocIntermedReqType>, pub match_status: Option<MatchStatus>, pub product: Option<Product>, pub security_type: Option<SecurityType>, pub text: Option<FixString>, pub encoded_text: Option<Data>, pub alloc_ack_grp: Option<Vec<AllocAckGrp>>,
}

Fields

alloc_id: FixStringparties: Option<Vec<Parties>>secondary_alloc_id: Option<FixString>trade_date: Option<LocalMktDate>transact_time: Option<UtcTimestamp>alloc_status: AllocStatusalloc_rej_code: Option<AllocRejCode>alloc_type: Option<AllocType>alloc_intermed_req_type: Option<AllocIntermedReqType>match_status: Option<MatchStatus>product: Option<Product>security_type: Option<SecurityType>text: Option<FixString>encoded_text: Option<Data>alloc_ack_grp: Option<Vec<AllocAckGrp>>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.