Struct easyfix::messages::AllocationInstructionAck
source · [−]pub struct AllocationInstructionAck {Show 15 fields
pub alloc_id: FixString,
pub parties: Option<Vec<Parties, Global>>,
pub secondary_alloc_id: Option<FixString>,
pub trade_date: Option<NaiveDate>,
pub transact_time: Option<DateTime<Utc>>,
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<Vec<u8, Global>>,
pub alloc_ack_grp: Option<Vec<AllocAckGrp, Global>>,
}Fields
alloc_id: FixStringparties: Option<Vec<Parties, Global>>secondary_alloc_id: Option<FixString>trade_date: Option<NaiveDate>transact_time: Option<DateTime<Utc>>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<Vec<u8, Global>>alloc_ack_grp: Option<Vec<AllocAckGrp, Global>>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