pub struct AllocationInstructionAck {Show 15 fields
    pub alloc_id: Str,
    pub parties: Option<Vec<Parties>>,
    pub secondary_alloc_id: Option<Str>,
    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<Str>,
    pub encoded_text: Option<Data>,
    pub alloc_ack_grp: Option<Vec<AllocAckGrp>>,
}Fields
alloc_id: Strparties: Option<Vec<Parties>>secondary_alloc_id: Option<Str>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<Str>encoded_text: Option<Data>alloc_ack_grp: Option<Vec<AllocAckGrp>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AllocationInstructionAck
impl Send for AllocationInstructionAck
impl Sync for AllocationInstructionAck
impl Unpin for AllocationInstructionAck
impl UnwindSafe for AllocationInstructionAck
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more