pub struct ListCancelRequest {
pub message: Message,
}Expand description
ListCancelRequest is the fix44 ListCancelRequest type, MsgType = K.
Fields§
§message: MessageImplementations§
Source§impl ListCancelRequest
impl ListCancelRequest
Sourcepub fn new(list_id: ListIDField, transact_time: TransactTimeField) -> Self
pub fn new(list_id: ListIDField, transact_time: TransactTimeField) -> Self
Creates a new ListCancelRequest with required fields.
Sourcepub fn from_message(msg: Message) -> Self
pub fn from_message(msg: Message) -> Self
Creates a ListCancelRequest from an existing Message.
Sourcepub fn to_message(self) -> Message
pub fn to_message(self) -> Message
Returns the underlying Message.
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_list_id(&mut self, v: String)
pub fn set_list_id(&mut self, v: String)
Sets ListID, Tag 66.
Sourcepub fn get_list_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_list_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets ListID, Tag 66.
Sourcepub fn has_list_id(&self) -> bool
pub fn has_list_id(&self) -> bool
Returns true if ListID is present, Tag 66.
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_trade_origination_date(&mut self, v: String)
pub fn set_trade_origination_date(&mut self, v: String)
Sets TradeOriginationDate, Tag 229.
Sourcepub fn get_trade_origination_date(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_trade_origination_date( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets TradeOriginationDate, Tag 229.
Sourcepub fn has_trade_origination_date(&self) -> bool
pub fn has_trade_origination_date(&self) -> bool
Returns true if TradeOriginationDate is present, Tag 229.
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.