Struct easyfix_messages::messages::ConfirmationRequest  
source · [−]pub struct ConfirmationRequest {
    pub confirm_req_id: Str,
    pub confirm_type: ConfirmType,
    pub ord_alloc_grp: Option<Vec<OrdAllocGrp>>,
    pub alloc_id: Option<Str>,
    pub secondary_alloc_id: Option<Str>,
    pub individual_alloc_id: Option<Str>,
    pub transact_time: UtcTimestamp,
    pub alloc_account: Option<Str>,
    pub alloc_acct_id_source: Option<Int>,
    pub alloc_account_type: Option<AllocAccountType>,
    pub text: Option<Str>,
    pub encoded_text: Option<Data>,
}Fields
confirm_req_id: Strconfirm_type: ConfirmTypeord_alloc_grp: Option<Vec<OrdAllocGrp>>alloc_id: Option<Str>secondary_alloc_id: Option<Str>individual_alloc_id: Option<Str>transact_time: UtcTimestampalloc_account: Option<Str>alloc_acct_id_source: Option<Int>alloc_account_type: Option<AllocAccountType>text: Option<Str>encoded_text: Option<Data>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConfirmationRequest
impl Send for ConfirmationRequest
impl Sync for ConfirmationRequest
impl Unpin for ConfirmationRequest
impl UnwindSafe for ConfirmationRequest
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