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: FixString
Tag 70.
parties: Option<Vec<Parties>>
Tag 453.
secondary_alloc_id: Option<FixString>
Tag 793.
trade_date: Option<LocalMktDate>
Tag 75.
transact_time: Option<UtcTimestamp>
Tag 60.
alloc_status: AllocStatus
Tag 87.
alloc_rej_code: Option<AllocRejCode>
Tag 88.
alloc_type: Option<AllocType>
Tag 626.
alloc_intermed_req_type: Option<AllocIntermedReqType>
Tag 808.
match_status: Option<MatchStatus>
Tag 573.
product: Option<Product>
Tag 460.
security_type: Option<SecurityType>
Tag 167.
text: Option<FixString>
Tag 58.
encoded_text: Option<Data>
Tag 355.
alloc_ack_grp: Option<Vec<AllocAckGrp>>
Tag 78.
Implementations§
Trait Implementations§
Source§impl Clone for AllocationInstructionAck
impl Clone for AllocationInstructionAck
Source§fn clone(&self) -> AllocationInstructionAck
fn clone(&self) -> AllocationInstructionAck
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 AllocationInstructionAck
impl Debug for AllocationInstructionAck
Source§impl Default for AllocationInstructionAck
impl Default for AllocationInstructionAck
Source§fn default() -> AllocationInstructionAck
fn default() -> AllocationInstructionAck
Returns the “default value” for a type. Read more
Source§impl From<AllocationInstructionAck> for Message
impl From<AllocationInstructionAck> for Message
Source§fn from(msg: AllocationInstructionAck) -> Message
fn from(msg: AllocationInstructionAck) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AllocationInstructionAck
impl RefUnwindSafe for AllocationInstructionAck
impl Send for AllocationInstructionAck
impl Sync for AllocationInstructionAck
impl Unpin for AllocationInstructionAck
impl UnwindSafe for AllocationInstructionAck
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