pub struct AllocationReportAck {
pub message: Message,
}Expand description
AllocationReportAck is the fix44 AllocationReportAck type, MsgType = AT.
Fields§
§message: MessageImplementations§
Source§impl AllocationReportAck
impl AllocationReportAck
Sourcepub fn new(
alloc_report_id: AllocReportIDField,
alloc_id: AllocIDField,
transact_time: TransactTimeField,
alloc_status: AllocStatusField,
) -> Self
pub fn new( alloc_report_id: AllocReportIDField, alloc_id: AllocIDField, transact_time: TransactTimeField, alloc_status: AllocStatusField, ) -> Self
Creates a new AllocationReportAck with required fields.
Sourcepub fn from_message(msg: Message) -> Self
pub fn from_message(msg: Message) -> Self
Creates a AllocationReportAck from an existing Message.
Sourcepub fn to_message(self) -> Message
pub fn to_message(self) -> Message
Returns the underlying Message.
Sourcepub fn set_alloc_id(&mut self, v: String)
pub fn set_alloc_id(&mut self, v: String)
Sets AllocID, Tag 70.
Sourcepub fn get_alloc_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_alloc_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets AllocID, Tag 70.
Sourcepub fn has_alloc_id(&self) -> bool
pub fn has_alloc_id(&self) -> bool
Returns true if AllocID is present, Tag 70.
Sourcepub fn set_alloc_intermed_req_type(&mut self, v: isize)
pub fn set_alloc_intermed_req_type(&mut self, v: isize)
Sets AllocIntermedReqType, Tag 808.
Sourcepub fn get_alloc_intermed_req_type(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_alloc_intermed_req_type( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets AllocIntermedReqType, Tag 808.
Sourcepub fn has_alloc_intermed_req_type(&self) -> bool
pub fn has_alloc_intermed_req_type(&self) -> bool
Returns true if AllocIntermedReqType is present, Tag 808.
Sourcepub fn set_alloc_rej_code(&mut self, v: isize)
pub fn set_alloc_rej_code(&mut self, v: isize)
Sets AllocRejCode, Tag 88.
Sourcepub fn get_alloc_rej_code(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_alloc_rej_code(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AllocRejCode, Tag 88.
Sourcepub fn has_alloc_rej_code(&self) -> bool
pub fn has_alloc_rej_code(&self) -> bool
Returns true if AllocRejCode is present, Tag 88.
Sourcepub fn set_alloc_report_id(&mut self, v: String)
pub fn set_alloc_report_id(&mut self, v: String)
Sets AllocReportID, Tag 755.
Sourcepub fn get_alloc_report_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_alloc_report_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets AllocReportID, Tag 755.
Sourcepub fn has_alloc_report_id(&self) -> bool
pub fn has_alloc_report_id(&self) -> bool
Returns true if AllocReportID is present, Tag 755.
Sourcepub fn set_alloc_report_type(&mut self, v: isize)
pub fn set_alloc_report_type(&mut self, v: isize)
Sets AllocReportType, Tag 794.
Sourcepub fn get_alloc_report_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_alloc_report_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AllocReportType, Tag 794.
Sourcepub fn has_alloc_report_type(&self) -> bool
pub fn has_alloc_report_type(&self) -> bool
Returns true if AllocReportType is present, Tag 794.
Sourcepub fn set_alloc_status(&mut self, v: isize)
pub fn set_alloc_status(&mut self, v: isize)
Sets AllocStatus, Tag 87.
Sourcepub fn get_alloc_status(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_alloc_status(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AllocStatus, Tag 87.
Sourcepub fn has_alloc_status(&self) -> bool
pub fn has_alloc_status(&self) -> bool
Returns true if AllocStatus is present, Tag 87.
Sourcepub fn set_encoded_text(&mut self, v: String)
pub fn set_encoded_text(&mut self, v: String)
Sets EncodedText, Tag 355.
Sourcepub fn get_encoded_text(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_encoded_text(&self) -> Result<String, MessageRejectErrorEnum>
Gets EncodedText, Tag 355.
Sourcepub fn has_encoded_text(&self) -> bool
pub fn has_encoded_text(&self) -> bool
Returns true if EncodedText is present, Tag 355.
Sourcepub fn set_encoded_text_len(&mut self, v: isize)
pub fn set_encoded_text_len(&mut self, v: isize)
Sets EncodedTextLen, Tag 354.
Sourcepub fn get_encoded_text_len(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_encoded_text_len(&self) -> Result<isize, MessageRejectErrorEnum>
Gets EncodedTextLen, Tag 354.
Sourcepub fn has_encoded_text_len(&self) -> bool
pub fn has_encoded_text_len(&self) -> bool
Returns true if EncodedTextLen is present, Tag 354.
Sourcepub fn set_match_status(&mut self, v: String)
pub fn set_match_status(&mut self, v: String)
Sets MatchStatus, Tag 573.
Sourcepub fn get_match_status(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_match_status(&self) -> Result<String, MessageRejectErrorEnum>
Gets MatchStatus, Tag 573.
Sourcepub fn has_match_status(&self) -> bool
pub fn has_match_status(&self) -> bool
Returns true if MatchStatus is present, Tag 573.
Sourcepub fn set_no_allocs(&mut self, v: isize)
pub fn set_no_allocs(&mut self, v: isize)
Sets NoAllocs, Tag 78.
Sourcepub fn get_no_allocs(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_allocs(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoAllocs, Tag 78.
Sourcepub fn has_no_allocs(&self) -> bool
pub fn has_no_allocs(&self) -> bool
Returns true if NoAllocs is present, Tag 78.
Sourcepub fn set_no_party_i_ds(&mut self, v: isize)
pub fn set_no_party_i_ds(&mut self, v: isize)
Sets NoPartyIDs, Tag 453.
Sourcepub fn get_no_party_i_ds(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_party_i_ds(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoPartyIDs, Tag 453.
Sourcepub fn has_no_party_i_ds(&self) -> bool
pub fn has_no_party_i_ds(&self) -> bool
Returns true if NoPartyIDs is present, Tag 453.
Sourcepub fn set_product(&mut self, v: isize)
pub fn set_product(&mut self, v: isize)
Sets Product, Tag 460.
Sourcepub fn get_product(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_product(&self) -> Result<isize, MessageRejectErrorEnum>
Gets Product, Tag 460.
Sourcepub fn has_product(&self) -> bool
pub fn has_product(&self) -> bool
Returns true if Product is present, Tag 460.
Sourcepub fn set_secondary_alloc_id(&mut self, v: String)
pub fn set_secondary_alloc_id(&mut self, v: String)
Sets SecondaryAllocID, Tag 793.
Sourcepub fn get_secondary_alloc_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_secondary_alloc_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecondaryAllocID, Tag 793.
Sourcepub fn has_secondary_alloc_id(&self) -> bool
pub fn has_secondary_alloc_id(&self) -> bool
Returns true if SecondaryAllocID is present, Tag 793.
Sourcepub fn set_security_type(&mut self, v: String)
pub fn set_security_type(&mut self, v: String)
Sets SecurityType, Tag 167.
Sourcepub fn get_security_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityType, Tag 167.
Sourcepub fn has_security_type(&self) -> bool
pub fn has_security_type(&self) -> bool
Returns true if SecurityType is present, Tag 167.
Sourcepub fn get_text(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_text(&self) -> Result<String, MessageRejectErrorEnum>
Gets Text, Tag 58.
Sourcepub fn set_trade_date(&mut self, v: String)
pub fn set_trade_date(&mut self, v: String)
Sets TradeDate, Tag 75.
Sourcepub fn get_trade_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_trade_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets TradeDate, Tag 75.
Sourcepub fn has_trade_date(&self) -> bool
pub fn has_trade_date(&self) -> bool
Returns true if TradeDate is present, Tag 75.
Sourcepub fn set_transact_time(&mut self, v: Timestamp)
pub fn set_transact_time(&mut self, v: Timestamp)
Sets TransactTime, Tag 60.
Sourcepub fn get_transact_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>
pub fn get_transact_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>
Gets TransactTime, Tag 60.
Sourcepub fn has_transact_time(&self) -> bool
pub fn has_transact_time(&self) -> bool
Returns true if TransactTime is present, Tag 60.