pub struct AllocationReportAck {Show 20 fields
pub alloc_report_id: FixString,
pub alloc_id: Option<FixString>,
pub clearing_business_date: Option<LocalMktDate>,
pub avg_px_indicator: Option<AvgPxIndicator>,
pub quantity: Option<Qty>,
pub alloc_trans_type: Option<AllocTransType>,
pub parties: Option<Vec<Parties>>,
pub secondary_alloc_id: Option<FixString>,
pub trade_date: Option<LocalMktDate>,
pub transact_time: Option<UtcTimestamp>,
pub alloc_status: Option<AllocStatus>,
pub alloc_rej_code: Option<AllocRejCode>,
pub alloc_report_type: Option<AllocReportType>,
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_report_id: FixString
Tag 755.
alloc_id: Option<FixString>
Tag 70.
clearing_business_date: Option<LocalMktDate>
Tag 715.
avg_px_indicator: Option<AvgPxIndicator>
Tag 819.
quantity: Option<Qty>
Tag 53.
alloc_trans_type: Option<AllocTransType>
Tag 71.
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: Option<AllocStatus>
Tag 87.
alloc_rej_code: Option<AllocRejCode>
Tag 88.
alloc_report_type: Option<AllocReportType>
Tag 794.
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 AllocationReportAck
impl Clone for AllocationReportAck
Source§fn clone(&self) -> AllocationReportAck
fn clone(&self) -> AllocationReportAck
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 AllocationReportAck
impl Debug for AllocationReportAck
Source§impl Default for AllocationReportAck
impl Default for AllocationReportAck
Source§fn default() -> AllocationReportAck
fn default() -> AllocationReportAck
Returns the “default value” for a type. Read more
Source§impl From<AllocationReportAck> for Message
impl From<AllocationReportAck> for Message
Source§fn from(msg: AllocationReportAck) -> Message
fn from(msg: AllocationReportAck) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AllocationReportAck
impl RefUnwindSafe for AllocationReportAck
impl Send for AllocationReportAck
impl Sync for AllocationReportAck
impl Unpin for AllocationReportAck
impl UnwindSafe for AllocationReportAck
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