Struct easyfix_messages::messages::ConfirmationRequest
source · [−]pub struct ConfirmationRequest {
pub confirm_req_id: FixString,
pub confirm_type: ConfirmType,
pub ord_alloc_grp: Option<Vec<OrdAllocGrp>>,
pub alloc_id: Option<FixString>,
pub secondary_alloc_id: Option<FixString>,
pub individual_alloc_id: Option<FixString>,
pub transact_time: UtcTimestamp,
pub alloc_account: Option<FixString>,
pub alloc_acct_id_source: Option<Int>,
pub alloc_account_type: Option<AllocAccountType>,
pub text: Option<FixString>,
pub encoded_text: Option<Data>,
}Fields
confirm_req_id: FixStringconfirm_type: ConfirmTypeord_alloc_grp: Option<Vec<OrdAllocGrp>>alloc_id: Option<FixString>secondary_alloc_id: Option<FixString>individual_alloc_id: Option<FixString>transact_time: UtcTimestampalloc_account: Option<FixString>alloc_acct_id_source: Option<Int>alloc_account_type: Option<AllocAccountType>text: Option<FixString>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