pub struct AllocationInstructionAck {
Show 15 fields pub alloc_id: Vec<u8, Global>, pub parties: Option<Vec<Parties, Global>>, pub secondary_alloc_id: Option<Vec<u8, Global>>, pub trade_date: Option<(u16, u8, u8)>, pub transact_time: Option<Vec<u8, Global>>, 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<Vec<u8, Global>>, pub encoded_text: Option<Vec<u8, Global>>, pub alloc_ack_grp: Option<Vec<AllocAckGrp, Global>>,
}

Fields

alloc_id: Vec<u8, Global>parties: Option<Vec<Parties, Global>>secondary_alloc_id: Option<Vec<u8, Global>>trade_date: Option<(u16, u8, u8)>transact_time: Option<Vec<u8, Global>>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<Vec<u8, Global>>encoded_text: Option<Vec<u8, Global>>alloc_ack_grp: Option<Vec<AllocAckGrp, Global>>

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.