pub struct QuoteStatusRequest {
pub message: Message,
}Expand description
QuoteStatusRequest is the fix43 QuoteStatusRequest type, MsgType = a.
Fields§
§message: MessageImplementations§
Source§impl QuoteStatusRequest
impl QuoteStatusRequest
Sourcepub fn from_message(msg: Message) -> Self
pub fn from_message(msg: Message) -> Self
Creates a QuoteStatusRequest from an existing Message.
Sourcepub fn to_message(self) -> Message
pub fn to_message(self) -> Message
Returns the underlying Message.
Sourcepub fn set_account(&mut self, v: String)
pub fn set_account(&mut self, v: String)
Sets Account, Tag 1.
Sourcepub fn get_account(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_account(&self) -> Result<String, MessageRejectErrorEnum>
Gets Account, Tag 1.
Sourcepub fn has_account(&self) -> bool
pub fn has_account(&self) -> bool
Returns true if Account is present, Tag 1.
Sourcepub fn set_account_type(&mut self, v: isize)
pub fn set_account_type(&mut self, v: isize)
Sets AccountType, Tag 581.
Sourcepub fn get_account_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_account_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AccountType, Tag 581.
Sourcepub fn has_account_type(&self) -> bool
pub fn has_account_type(&self) -> bool
Returns true if AccountType is present, Tag 581.
Sourcepub fn set_cfi_code(&mut self, v: String)
pub fn set_cfi_code(&mut self, v: String)
Sets CFICode, Tag 461.
Sourcepub fn get_cfi_code(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_cfi_code(&self) -> Result<String, MessageRejectErrorEnum>
Gets CFICode, Tag 461.
Sourcepub fn has_cfi_code(&self) -> bool
pub fn has_cfi_code(&self) -> bool
Returns true if CFICode is present, Tag 461.
Sourcepub fn set_contract_multiplier(&mut self, val: Decimal, scale: i32)
pub fn set_contract_multiplier(&mut self, val: Decimal, scale: i32)
Sets ContractMultiplier, Tag 231.
Sourcepub fn get_contract_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_contract_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets ContractMultiplier, Tag 231.
Sourcepub fn has_contract_multiplier(&self) -> bool
pub fn has_contract_multiplier(&self) -> bool
Returns true if ContractMultiplier is present, Tag 231.
Sourcepub fn set_country_of_issue(&mut self, v: String)
pub fn set_country_of_issue(&mut self, v: String)
Sets CountryOfIssue, Tag 470.
Sourcepub fn get_country_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_country_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
Gets CountryOfIssue, Tag 470.
Sourcepub fn has_country_of_issue(&self) -> bool
pub fn has_country_of_issue(&self) -> bool
Returns true if CountryOfIssue is present, Tag 470.
Sourcepub fn set_coupon_payment_date(&mut self, v: String)
pub fn set_coupon_payment_date(&mut self, v: String)
Sets CouponPaymentDate, Tag 224.
Sourcepub fn get_coupon_payment_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_coupon_payment_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets CouponPaymentDate, Tag 224.
Sourcepub fn has_coupon_payment_date(&self) -> bool
pub fn has_coupon_payment_date(&self) -> bool
Returns true if CouponPaymentDate is present, Tag 224.
Sourcepub fn set_coupon_rate(&mut self, val: Decimal, scale: i32)
pub fn set_coupon_rate(&mut self, val: Decimal, scale: i32)
Sets CouponRate, Tag 223.
Sourcepub fn get_coupon_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_coupon_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets CouponRate, Tag 223.
Sourcepub fn has_coupon_rate(&self) -> bool
pub fn has_coupon_rate(&self) -> bool
Returns true if CouponRate is present, Tag 223.
Sourcepub fn set_credit_rating(&mut self, v: String)
pub fn set_credit_rating(&mut self, v: String)
Sets CreditRating, Tag 255.
Sourcepub fn get_credit_rating(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_credit_rating(&self) -> Result<String, MessageRejectErrorEnum>
Gets CreditRating, Tag 255.
Sourcepub fn has_credit_rating(&self) -> bool
pub fn has_credit_rating(&self) -> bool
Returns true if CreditRating is present, Tag 255.
Sourcepub fn set_encoded_issuer(&mut self, v: String)
pub fn set_encoded_issuer(&mut self, v: String)
Sets EncodedIssuer, Tag 349.
Sourcepub fn get_encoded_issuer(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_encoded_issuer(&self) -> Result<String, MessageRejectErrorEnum>
Gets EncodedIssuer, Tag 349.
Sourcepub fn has_encoded_issuer(&self) -> bool
pub fn has_encoded_issuer(&self) -> bool
Returns true if EncodedIssuer is present, Tag 349.
Sourcepub fn set_encoded_issuer_len(&mut self, v: isize)
pub fn set_encoded_issuer_len(&mut self, v: isize)
Sets EncodedIssuerLen, Tag 348.
Sourcepub fn get_encoded_issuer_len(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_encoded_issuer_len(&self) -> Result<isize, MessageRejectErrorEnum>
Gets EncodedIssuerLen, Tag 348.
Sourcepub fn has_encoded_issuer_len(&self) -> bool
pub fn has_encoded_issuer_len(&self) -> bool
Returns true if EncodedIssuerLen is present, Tag 348.
Sourcepub fn set_encoded_security_desc(&mut self, v: String)
pub fn set_encoded_security_desc(&mut self, v: String)
Sets EncodedSecurityDesc, Tag 351.
Sourcepub fn get_encoded_security_desc(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_encoded_security_desc( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets EncodedSecurityDesc, Tag 351.
Sourcepub fn has_encoded_security_desc(&self) -> bool
pub fn has_encoded_security_desc(&self) -> bool
Returns true if EncodedSecurityDesc is present, Tag 351.
Sourcepub fn set_encoded_security_desc_len(&mut self, v: isize)
pub fn set_encoded_security_desc_len(&mut self, v: isize)
Sets EncodedSecurityDescLen, Tag 350.
Sourcepub fn get_encoded_security_desc_len(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_encoded_security_desc_len( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets EncodedSecurityDescLen, Tag 350.
Sourcepub fn has_encoded_security_desc_len(&self) -> bool
pub fn has_encoded_security_desc_len(&self) -> bool
Returns true if EncodedSecurityDescLen is present, Tag 350.
Sourcepub fn set_factor(&mut self, val: Decimal, scale: i32)
pub fn set_factor(&mut self, val: Decimal, scale: i32)
Sets Factor, Tag 228.
Sourcepub fn get_factor(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_factor(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Factor, Tag 228.
Sourcepub fn has_factor(&self) -> bool
pub fn has_factor(&self) -> bool
Returns true if Factor is present, Tag 228.
Sourcepub fn set_instr_registry(&mut self, v: String)
pub fn set_instr_registry(&mut self, v: String)
Sets InstrRegistry, Tag 543.
Sourcepub fn get_instr_registry(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_instr_registry(&self) -> Result<String, MessageRejectErrorEnum>
Gets InstrRegistry, Tag 543.
Sourcepub fn has_instr_registry(&self) -> bool
pub fn has_instr_registry(&self) -> bool
Returns true if InstrRegistry is present, Tag 543.
Sourcepub fn set_issue_date(&mut self, v: String)
pub fn set_issue_date(&mut self, v: String)
Sets IssueDate, Tag 225.
Sourcepub fn get_issue_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_issue_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets IssueDate, Tag 225.
Sourcepub fn has_issue_date(&self) -> bool
pub fn has_issue_date(&self) -> bool
Returns true if IssueDate is present, Tag 225.
Sourcepub fn set_issuer(&mut self, v: String)
pub fn set_issuer(&mut self, v: String)
Sets Issuer, Tag 106.
Sourcepub fn get_issuer(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_issuer(&self) -> Result<String, MessageRejectErrorEnum>
Gets Issuer, Tag 106.
Sourcepub fn has_issuer(&self) -> bool
pub fn has_issuer(&self) -> bool
Returns true if Issuer is present, Tag 106.
Sourcepub fn set_locale_of_issue(&mut self, v: String)
pub fn set_locale_of_issue(&mut self, v: String)
Sets LocaleOfIssue, Tag 472.
Sourcepub fn get_locale_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_locale_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
Gets LocaleOfIssue, Tag 472.
Sourcepub fn has_locale_of_issue(&self) -> bool
pub fn has_locale_of_issue(&self) -> bool
Returns true if LocaleOfIssue is present, Tag 472.
Sourcepub fn set_maturity_date(&mut self, v: String)
pub fn set_maturity_date(&mut self, v: String)
Sets MaturityDate, Tag 541.
Sourcepub fn get_maturity_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_maturity_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets MaturityDate, Tag 541.
Sourcepub fn has_maturity_date(&self) -> bool
pub fn has_maturity_date(&self) -> bool
Returns true if MaturityDate is present, Tag 541.
Sourcepub fn set_maturity_month_year(&mut self, v: String)
pub fn set_maturity_month_year(&mut self, v: String)
Sets MaturityMonthYear, Tag 200.
Sourcepub fn get_maturity_month_year(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_maturity_month_year(&self) -> Result<String, MessageRejectErrorEnum>
Gets MaturityMonthYear, Tag 200.
Sourcepub fn has_maturity_month_year(&self) -> bool
pub fn has_maturity_month_year(&self) -> bool
Returns true if MaturityMonthYear is present, Tag 200.
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_no_security_alt_id(&mut self, v: isize)
pub fn set_no_security_alt_id(&mut self, v: isize)
Sets NoSecurityAltID, Tag 454.
Sourcepub fn get_no_security_alt_id(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_security_alt_id(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoSecurityAltID, Tag 454.
Sourcepub fn has_no_security_alt_id(&self) -> bool
pub fn has_no_security_alt_id(&self) -> bool
Returns true if NoSecurityAltID is present, Tag 454.
Sourcepub fn set_opt_attribute(&mut self, v: String)
pub fn set_opt_attribute(&mut self, v: String)
Sets OptAttribute, Tag 206.
Sourcepub fn get_opt_attribute(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_opt_attribute(&self) -> Result<String, MessageRejectErrorEnum>
Gets OptAttribute, Tag 206.
Sourcepub fn has_opt_attribute(&self) -> bool
pub fn has_opt_attribute(&self) -> bool
Returns true if OptAttribute is present, Tag 206.
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_quote_id(&mut self, v: String)
pub fn set_quote_id(&mut self, v: String)
Sets QuoteID, Tag 117.
Sourcepub fn get_quote_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_quote_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets QuoteID, Tag 117.
Sourcepub fn has_quote_id(&self) -> bool
pub fn has_quote_id(&self) -> bool
Returns true if QuoteID is present, Tag 117.
Sourcepub fn set_quote_status_req_id(&mut self, v: String)
pub fn set_quote_status_req_id(&mut self, v: String)
Sets QuoteStatusReqID, Tag 649.
Sourcepub fn get_quote_status_req_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_quote_status_req_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets QuoteStatusReqID, Tag 649.
Sourcepub fn has_quote_status_req_id(&self) -> bool
pub fn has_quote_status_req_id(&self) -> bool
Returns true if QuoteStatusReqID is present, Tag 649.
Sourcepub fn set_redemption_date(&mut self, v: String)
pub fn set_redemption_date(&mut self, v: String)
Sets RedemptionDate, Tag 240.
Sourcepub fn get_redemption_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_redemption_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets RedemptionDate, Tag 240.
Sourcepub fn has_redemption_date(&self) -> bool
pub fn has_redemption_date(&self) -> bool
Returns true if RedemptionDate is present, Tag 240.
Sourcepub fn set_repo_collateral_security_type(&mut self, v: isize)
pub fn set_repo_collateral_security_type(&mut self, v: isize)
Sets RepoCollateralSecurityType, Tag 239.
Sourcepub fn get_repo_collateral_security_type(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_repo_collateral_security_type( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets RepoCollateralSecurityType, Tag 239.
Sourcepub fn has_repo_collateral_security_type(&self) -> bool
pub fn has_repo_collateral_security_type(&self) -> bool
Returns true if RepoCollateralSecurityType is present, Tag 239.
Sourcepub fn set_repurchase_rate(&mut self, val: Decimal, scale: i32)
pub fn set_repurchase_rate(&mut self, val: Decimal, scale: i32)
Sets RepurchaseRate, Tag 227.
Sourcepub fn get_repurchase_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_repurchase_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets RepurchaseRate, Tag 227.
Sourcepub fn has_repurchase_rate(&self) -> bool
pub fn has_repurchase_rate(&self) -> bool
Returns true if RepurchaseRate is present, Tag 227.
Sourcepub fn set_repurchase_term(&mut self, v: isize)
pub fn set_repurchase_term(&mut self, v: isize)
Sets RepurchaseTerm, Tag 226.
Sourcepub fn get_repurchase_term(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_repurchase_term(&self) -> Result<isize, MessageRejectErrorEnum>
Gets RepurchaseTerm, Tag 226.
Sourcepub fn has_repurchase_term(&self) -> bool
pub fn has_repurchase_term(&self) -> bool
Returns true if RepurchaseTerm is present, Tag 226.
Sourcepub fn set_security_desc(&mut self, v: String)
pub fn set_security_desc(&mut self, v: String)
Sets SecurityDesc, Tag 107.
Sourcepub fn get_security_desc(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_desc(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityDesc, Tag 107.
Sourcepub fn has_security_desc(&self) -> bool
pub fn has_security_desc(&self) -> bool
Returns true if SecurityDesc is present, Tag 107.
Sourcepub fn set_security_exchange(&mut self, v: String)
pub fn set_security_exchange(&mut self, v: String)
Sets SecurityExchange, Tag 207.
Sourcepub fn get_security_exchange(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_exchange(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityExchange, Tag 207.
Sourcepub fn has_security_exchange(&self) -> bool
pub fn has_security_exchange(&self) -> bool
Returns true if SecurityExchange is present, Tag 207.
Sourcepub fn set_security_id(&mut self, v: String)
pub fn set_security_id(&mut self, v: String)
Sets SecurityID, Tag 48.
Sourcepub fn get_security_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityID, Tag 48.
Sourcepub fn has_security_id(&self) -> bool
pub fn has_security_id(&self) -> bool
Returns true if SecurityID is present, Tag 48.
Sourcepub fn set_security_id_source(&mut self, v: String)
pub fn set_security_id_source(&mut self, v: String)
Sets SecurityIDSource, Tag 22.
Sourcepub fn get_security_id_source(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_id_source(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityIDSource, Tag 22.
Sourcepub fn has_security_id_source(&self) -> bool
pub fn has_security_id_source(&self) -> bool
Returns true if SecurityIDSource is present, Tag 22.
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 set_state_or_province_of_issue(&mut self, v: String)
pub fn set_state_or_province_of_issue(&mut self, v: String)
Sets StateOrProvinceOfIssue, Tag 471.
Sourcepub fn get_state_or_province_of_issue(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_state_or_province_of_issue( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets StateOrProvinceOfIssue, Tag 471.
Sourcepub fn has_state_or_province_of_issue(&self) -> bool
pub fn has_state_or_province_of_issue(&self) -> bool
Returns true if StateOrProvinceOfIssue is present, Tag 471.
Sourcepub fn set_strike_price(&mut self, val: Decimal, scale: i32)
pub fn set_strike_price(&mut self, val: Decimal, scale: i32)
Sets StrikePrice, Tag 202.
Sourcepub fn get_strike_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_strike_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets StrikePrice, Tag 202.
Sourcepub fn has_strike_price(&self) -> bool
pub fn has_strike_price(&self) -> bool
Returns true if StrikePrice is present, Tag 202.
Sourcepub fn set_subscription_request_type(&mut self, v: String)
pub fn set_subscription_request_type(&mut self, v: String)
Sets SubscriptionRequestType, Tag 263.
Sourcepub fn get_subscription_request_type(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_subscription_request_type( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets SubscriptionRequestType, Tag 263.
Sourcepub fn has_subscription_request_type(&self) -> bool
pub fn has_subscription_request_type(&self) -> bool
Returns true if SubscriptionRequestType is present, Tag 263.
Sourcepub fn set_symbol(&mut self, v: String)
pub fn set_symbol(&mut self, v: String)
Sets Symbol, Tag 55.
Sourcepub fn get_symbol(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_symbol(&self) -> Result<String, MessageRejectErrorEnum>
Gets Symbol, Tag 55.
Sourcepub fn has_symbol(&self) -> bool
pub fn has_symbol(&self) -> bool
Returns true if Symbol is present, Tag 55.
Sourcepub fn set_symbol_sfx(&mut self, v: String)
pub fn set_symbol_sfx(&mut self, v: String)
Sets SymbolSfx, Tag 65.
Sourcepub fn get_symbol_sfx(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_symbol_sfx(&self) -> Result<String, MessageRejectErrorEnum>
Gets SymbolSfx, Tag 65.
Sourcepub fn has_symbol_sfx(&self) -> bool
pub fn has_symbol_sfx(&self) -> bool
Returns true if SymbolSfx is present, Tag 65.
Sourcepub fn set_trading_session_id(&mut self, v: String)
pub fn set_trading_session_id(&mut self, v: String)
Sets TradingSessionID, Tag 336.
Sourcepub fn get_trading_session_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_trading_session_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets TradingSessionID, Tag 336.
Sourcepub fn has_trading_session_id(&self) -> bool
pub fn has_trading_session_id(&self) -> bool
Returns true if TradingSessionID is present, Tag 336.
Sourcepub fn set_trading_session_sub_id(&mut self, v: String)
pub fn set_trading_session_sub_id(&mut self, v: String)
Sets TradingSessionSubID, Tag 625.
Sourcepub fn get_trading_session_sub_id(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_trading_session_sub_id( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets TradingSessionSubID, Tag 625.
Sourcepub fn has_trading_session_sub_id(&self) -> bool
pub fn has_trading_session_sub_id(&self) -> bool
Returns true if TradingSessionSubID is present, Tag 625.