Skip to main content

Quote

Struct Quote 

Source
pub struct Quote {
    pub message: Message,
}
Expand description

Quote is the fix44 Quote type, MsgType = S.

Fields§

§message: Message

Implementations§

Source§

impl Quote

Source

pub fn new(quote_id: QuoteIDField) -> Self

Creates a new Quote with required fields.

Source

pub fn from_message(msg: Message) -> Self

Creates a Quote from an existing Message.

Source

pub fn to_message(self) -> Message

Returns the underlying Message.

Source

pub fn set_account(&mut self, v: String)

Sets Account, Tag 1.

Source

pub fn get_account(&self) -> Result<String, MessageRejectErrorEnum>

Gets Account, Tag 1.

Source

pub fn has_account(&self) -> bool

Returns true if Account is present, Tag 1.

Source

pub fn set_account_type(&mut self, v: isize)

Sets AccountType, Tag 581.

Source

pub fn get_account_type(&self) -> Result<isize, MessageRejectErrorEnum>

Gets AccountType, Tag 581.

Source

pub fn has_account_type(&self) -> bool

Returns true if AccountType is present, Tag 581.

Source

pub fn set_acct_id_source(&mut self, v: isize)

Sets AcctIDSource, Tag 660.

Source

pub fn get_acct_id_source(&self) -> Result<isize, MessageRejectErrorEnum>

Gets AcctIDSource, Tag 660.

Source

pub fn has_acct_id_source(&self) -> bool

Returns true if AcctIDSource is present, Tag 660.

Source

pub fn set_agreement_currency(&mut self, v: String)

Sets AgreementCurrency, Tag 918.

Source

pub fn get_agreement_currency(&self) -> Result<String, MessageRejectErrorEnum>

Gets AgreementCurrency, Tag 918.

Source

pub fn has_agreement_currency(&self) -> bool

Returns true if AgreementCurrency is present, Tag 918.

Source

pub fn set_agreement_date(&mut self, v: String)

Sets AgreementDate, Tag 915.

Source

pub fn get_agreement_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets AgreementDate, Tag 915.

Source

pub fn has_agreement_date(&self) -> bool

Returns true if AgreementDate is present, Tag 915.

Source

pub fn set_agreement_desc(&mut self, v: String)

Sets AgreementDesc, Tag 913.

Source

pub fn get_agreement_desc(&self) -> Result<String, MessageRejectErrorEnum>

Gets AgreementDesc, Tag 913.

Source

pub fn has_agreement_desc(&self) -> bool

Returns true if AgreementDesc is present, Tag 913.

Source

pub fn set_agreement_id(&mut self, v: String)

Sets AgreementID, Tag 914.

Source

pub fn get_agreement_id(&self) -> Result<String, MessageRejectErrorEnum>

Gets AgreementID, Tag 914.

Source

pub fn has_agreement_id(&self) -> bool

Returns true if AgreementID is present, Tag 914.

Source

pub fn set_benchmark_curve_currency(&mut self, v: String)

Sets BenchmarkCurveCurrency, Tag 220.

Source

pub fn get_benchmark_curve_currency( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets BenchmarkCurveCurrency, Tag 220.

Source

pub fn has_benchmark_curve_currency(&self) -> bool

Returns true if BenchmarkCurveCurrency is present, Tag 220.

Source

pub fn set_benchmark_curve_name(&mut self, v: String)

Sets BenchmarkCurveName, Tag 221.

Source

pub fn get_benchmark_curve_name(&self) -> Result<String, MessageRejectErrorEnum>

Gets BenchmarkCurveName, Tag 221.

Source

pub fn has_benchmark_curve_name(&self) -> bool

Returns true if BenchmarkCurveName is present, Tag 221.

Source

pub fn set_benchmark_curve_point(&mut self, v: String)

Sets BenchmarkCurvePoint, Tag 222.

Source

pub fn get_benchmark_curve_point( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets BenchmarkCurvePoint, Tag 222.

Source

pub fn has_benchmark_curve_point(&self) -> bool

Returns true if BenchmarkCurvePoint is present, Tag 222.

Source

pub fn set_benchmark_price(&mut self, val: Decimal, scale: i32)

Sets BenchmarkPrice, Tag 662.

Source

pub fn get_benchmark_price(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets BenchmarkPrice, Tag 662.

Source

pub fn has_benchmark_price(&self) -> bool

Returns true if BenchmarkPrice is present, Tag 662.

Source

pub fn set_benchmark_price_type(&mut self, v: isize)

Sets BenchmarkPriceType, Tag 663.

Source

pub fn get_benchmark_price_type(&self) -> Result<isize, MessageRejectErrorEnum>

Gets BenchmarkPriceType, Tag 663.

Source

pub fn has_benchmark_price_type(&self) -> bool

Returns true if BenchmarkPriceType is present, Tag 663.

Source

pub fn set_benchmark_security_id(&mut self, v: String)

Sets BenchmarkSecurityID, Tag 699.

Source

pub fn get_benchmark_security_id( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets BenchmarkSecurityID, Tag 699.

Source

pub fn has_benchmark_security_id(&self) -> bool

Returns true if BenchmarkSecurityID is present, Tag 699.

Source

pub fn set_benchmark_security_id_source(&mut self, v: String)

Sets BenchmarkSecurityIDSource, Tag 761.

Source

pub fn get_benchmark_security_id_source( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets BenchmarkSecurityIDSource, Tag 761.

Source

pub fn has_benchmark_security_id_source(&self) -> bool

Returns true if BenchmarkSecurityIDSource is present, Tag 761.

Source

pub fn set_bid_forward_points(&mut self, val: Decimal, scale: i32)

Sets BidForwardPoints, Tag 189.

Source

pub fn get_bid_forward_points(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets BidForwardPoints, Tag 189.

Source

pub fn has_bid_forward_points(&self) -> bool

Returns true if BidForwardPoints is present, Tag 189.

Source

pub fn set_bid_forward_points2(&mut self, val: Decimal, scale: i32)

Sets BidForwardPoints2, Tag 642.

Source

pub fn get_bid_forward_points2(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets BidForwardPoints2, Tag 642.

Source

pub fn has_bid_forward_points2(&self) -> bool

Returns true if BidForwardPoints2 is present, Tag 642.

Source

pub fn set_bid_px(&mut self, val: Decimal, scale: i32)

Sets BidPx, Tag 132.

Source

pub fn get_bid_px(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets BidPx, Tag 132.

Source

pub fn has_bid_px(&self) -> bool

Returns true if BidPx is present, Tag 132.

Source

pub fn set_bid_size(&mut self, val: Decimal, scale: i32)

Sets BidSize, Tag 134.

Source

pub fn get_bid_size(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets BidSize, Tag 134.

Source

pub fn has_bid_size(&self) -> bool

Returns true if BidSize is present, Tag 134.

Source

pub fn set_bid_spot_rate(&mut self, val: Decimal, scale: i32)

Sets BidSpotRate, Tag 188.

Source

pub fn get_bid_spot_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets BidSpotRate, Tag 188.

Source

pub fn has_bid_spot_rate(&self) -> bool

Returns true if BidSpotRate is present, Tag 188.

Source

pub fn set_bid_yield(&mut self, val: Decimal, scale: i32)

Sets BidYield, Tag 632.

Source

pub fn get_bid_yield(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets BidYield, Tag 632.

Source

pub fn has_bid_yield(&self) -> bool

Returns true if BidYield is present, Tag 632.

Source

pub fn set_cfi_code(&mut self, v: String)

Sets CFICode, Tag 461.

Source

pub fn get_cfi_code(&self) -> Result<String, MessageRejectErrorEnum>

Gets CFICode, Tag 461.

Source

pub fn has_cfi_code(&self) -> bool

Returns true if CFICode is present, Tag 461.

Source

pub fn set_cp_program(&mut self, v: isize)

Sets CPProgram, Tag 875.

Source

pub fn get_cp_program(&self) -> Result<isize, MessageRejectErrorEnum>

Gets CPProgram, Tag 875.

Source

pub fn has_cp_program(&self) -> bool

Returns true if CPProgram is present, Tag 875.

Source

pub fn set_cp_reg_type(&mut self, v: String)

Sets CPRegType, Tag 876.

Source

pub fn get_cp_reg_type(&self) -> Result<String, MessageRejectErrorEnum>

Gets CPRegType, Tag 876.

Source

pub fn has_cp_reg_type(&self) -> bool

Returns true if CPRegType is present, Tag 876.

Source

pub fn set_cash_order_qty(&mut self, val: Decimal, scale: i32)

Sets CashOrderQty, Tag 152.

Source

pub fn get_cash_order_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets CashOrderQty, Tag 152.

Source

pub fn has_cash_order_qty(&self) -> bool

Returns true if CashOrderQty is present, Tag 152.

Source

pub fn set_comm_type(&mut self, v: String)

Sets CommType, Tag 13.

Source

pub fn get_comm_type(&self) -> Result<String, MessageRejectErrorEnum>

Gets CommType, Tag 13.

Source

pub fn has_comm_type(&self) -> bool

Returns true if CommType is present, Tag 13.

Source

pub fn set_commission(&mut self, val: Decimal, scale: i32)

Sets Commission, Tag 12.

Source

pub fn get_commission(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets Commission, Tag 12.

Source

pub fn has_commission(&self) -> bool

Returns true if Commission is present, Tag 12.

Source

pub fn set_contract_multiplier(&mut self, val: Decimal, scale: i32)

Sets ContractMultiplier, Tag 231.

Source

pub fn get_contract_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets ContractMultiplier, Tag 231.

Source

pub fn has_contract_multiplier(&self) -> bool

Returns true if ContractMultiplier is present, Tag 231.

Source

pub fn set_contract_settl_month(&mut self, v: String)

Sets ContractSettlMonth, Tag 667.

Source

pub fn get_contract_settl_month(&self) -> Result<String, MessageRejectErrorEnum>

Gets ContractSettlMonth, Tag 667.

Source

pub fn has_contract_settl_month(&self) -> bool

Returns true if ContractSettlMonth is present, Tag 667.

Source

pub fn set_country_of_issue(&mut self, v: String)

Sets CountryOfIssue, Tag 470.

Source

pub fn get_country_of_issue(&self) -> Result<String, MessageRejectErrorEnum>

Gets CountryOfIssue, Tag 470.

Source

pub fn has_country_of_issue(&self) -> bool

Returns true if CountryOfIssue is present, Tag 470.

Source

pub fn set_coupon_payment_date(&mut self, v: String)

Sets CouponPaymentDate, Tag 224.

Source

pub fn get_coupon_payment_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets CouponPaymentDate, Tag 224.

Source

pub fn has_coupon_payment_date(&self) -> bool

Returns true if CouponPaymentDate is present, Tag 224.

Source

pub fn set_coupon_rate(&mut self, val: Decimal, scale: i32)

Sets CouponRate, Tag 223.

Source

pub fn get_coupon_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets CouponRate, Tag 223.

Source

pub fn has_coupon_rate(&self) -> bool

Returns true if CouponRate is present, Tag 223.

Source

pub fn set_credit_rating(&mut self, v: String)

Sets CreditRating, Tag 255.

Source

pub fn get_credit_rating(&self) -> Result<String, MessageRejectErrorEnum>

Gets CreditRating, Tag 255.

Source

pub fn has_credit_rating(&self) -> bool

Returns true if CreditRating is present, Tag 255.

Source

pub fn set_currency(&mut self, v: String)

Sets Currency, Tag 15.

Source

pub fn get_currency(&self) -> Result<String, MessageRejectErrorEnum>

Gets Currency, Tag 15.

Source

pub fn has_currency(&self) -> bool

Returns true if Currency is present, Tag 15.

Source

pub fn set_cust_order_capacity(&mut self, v: isize)

Sets CustOrderCapacity, Tag 582.

Source

pub fn get_cust_order_capacity(&self) -> Result<isize, MessageRejectErrorEnum>

Gets CustOrderCapacity, Tag 582.

Source

pub fn has_cust_order_capacity(&self) -> bool

Returns true if CustOrderCapacity is present, Tag 582.

Source

pub fn set_dated_date(&mut self, v: String)

Sets DatedDate, Tag 873.

Source

pub fn get_dated_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets DatedDate, Tag 873.

Source

pub fn has_dated_date(&self) -> bool

Returns true if DatedDate is present, Tag 873.

Source

pub fn set_delivery_type(&mut self, v: isize)

Sets DeliveryType, Tag 919.

Source

pub fn get_delivery_type(&self) -> Result<isize, MessageRejectErrorEnum>

Gets DeliveryType, Tag 919.

Source

pub fn has_delivery_type(&self) -> bool

Returns true if DeliveryType is present, Tag 919.

Source

pub fn set_encoded_issuer(&mut self, v: String)

Sets EncodedIssuer, Tag 349.

Source

pub fn get_encoded_issuer(&self) -> Result<String, MessageRejectErrorEnum>

Gets EncodedIssuer, Tag 349.

Source

pub fn has_encoded_issuer(&self) -> bool

Returns true if EncodedIssuer is present, Tag 349.

Source

pub fn set_encoded_issuer_len(&mut self, v: isize)

Sets EncodedIssuerLen, Tag 348.

Source

pub fn get_encoded_issuer_len(&self) -> Result<isize, MessageRejectErrorEnum>

Gets EncodedIssuerLen, Tag 348.

Source

pub fn has_encoded_issuer_len(&self) -> bool

Returns true if EncodedIssuerLen is present, Tag 348.

Source

pub fn set_encoded_security_desc(&mut self, v: String)

Sets EncodedSecurityDesc, Tag 351.

Source

pub fn get_encoded_security_desc( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets EncodedSecurityDesc, Tag 351.

Source

pub fn has_encoded_security_desc(&self) -> bool

Returns true if EncodedSecurityDesc is present, Tag 351.

Source

pub fn set_encoded_security_desc_len(&mut self, v: isize)

Sets EncodedSecurityDescLen, Tag 350.

Source

pub fn get_encoded_security_desc_len( &self, ) -> Result<isize, MessageRejectErrorEnum>

Gets EncodedSecurityDescLen, Tag 350.

Source

pub fn has_encoded_security_desc_len(&self) -> bool

Returns true if EncodedSecurityDescLen is present, Tag 350.

Source

pub fn set_encoded_text(&mut self, v: String)

Sets EncodedText, Tag 355.

Source

pub fn get_encoded_text(&self) -> Result<String, MessageRejectErrorEnum>

Gets EncodedText, Tag 355.

Source

pub fn has_encoded_text(&self) -> bool

Returns true if EncodedText is present, Tag 355.

Source

pub fn set_encoded_text_len(&mut self, v: isize)

Sets EncodedTextLen, Tag 354.

Source

pub fn get_encoded_text_len(&self) -> Result<isize, MessageRejectErrorEnum>

Gets EncodedTextLen, Tag 354.

Source

pub fn has_encoded_text_len(&self) -> bool

Returns true if EncodedTextLen is present, Tag 354.

Source

pub fn set_end_date(&mut self, v: String)

Sets EndDate, Tag 917.

Source

pub fn get_end_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets EndDate, Tag 917.

Source

pub fn has_end_date(&self) -> bool

Returns true if EndDate is present, Tag 917.

Source

pub fn set_ex_destination(&mut self, v: String)

Sets ExDestination, Tag 100.

Source

pub fn get_ex_destination(&self) -> Result<String, MessageRejectErrorEnum>

Gets ExDestination, Tag 100.

Source

pub fn has_ex_destination(&self) -> bool

Returns true if ExDestination is present, Tag 100.

Source

pub fn set_factor(&mut self, val: Decimal, scale: i32)

Sets Factor, Tag 228.

Source

pub fn get_factor(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets Factor, Tag 228.

Source

pub fn has_factor(&self) -> bool

Returns true if Factor is present, Tag 228.

Source

pub fn set_instr_registry(&mut self, v: String)

Sets InstrRegistry, Tag 543.

Source

pub fn get_instr_registry(&self) -> Result<String, MessageRejectErrorEnum>

Gets InstrRegistry, Tag 543.

Source

pub fn has_instr_registry(&self) -> bool

Returns true if InstrRegistry is present, Tag 543.

Source

pub fn set_interest_accrual_date(&mut self, v: String)

Sets InterestAccrualDate, Tag 874.

Source

pub fn get_interest_accrual_date( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets InterestAccrualDate, Tag 874.

Source

pub fn has_interest_accrual_date(&self) -> bool

Returns true if InterestAccrualDate is present, Tag 874.

Source

pub fn set_issue_date(&mut self, v: String)

Sets IssueDate, Tag 225.

Source

pub fn get_issue_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets IssueDate, Tag 225.

Source

pub fn has_issue_date(&self) -> bool

Returns true if IssueDate is present, Tag 225.

Source

pub fn set_issuer(&mut self, v: String)

Sets Issuer, Tag 106.

Source

pub fn get_issuer(&self) -> Result<String, MessageRejectErrorEnum>

Gets Issuer, Tag 106.

Source

pub fn has_issuer(&self) -> bool

Returns true if Issuer is present, Tag 106.

Source

pub fn set_locale_of_issue(&mut self, v: String)

Sets LocaleOfIssue, Tag 472.

Source

pub fn get_locale_of_issue(&self) -> Result<String, MessageRejectErrorEnum>

Gets LocaleOfIssue, Tag 472.

Source

pub fn has_locale_of_issue(&self) -> bool

Returns true if LocaleOfIssue is present, Tag 472.

Source

pub fn set_margin_ratio(&mut self, val: Decimal, scale: i32)

Sets MarginRatio, Tag 898.

Source

pub fn get_margin_ratio(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets MarginRatio, Tag 898.

Source

pub fn has_margin_ratio(&self) -> bool

Returns true if MarginRatio is present, Tag 898.

Source

pub fn set_maturity_date(&mut self, v: String)

Sets MaturityDate, Tag 541.

Source

pub fn get_maturity_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets MaturityDate, Tag 541.

Source

pub fn has_maturity_date(&self) -> bool

Returns true if MaturityDate is present, Tag 541.

Source

pub fn set_maturity_month_year(&mut self, v: String)

Sets MaturityMonthYear, Tag 200.

Source

pub fn get_maturity_month_year(&self) -> Result<String, MessageRejectErrorEnum>

Gets MaturityMonthYear, Tag 200.

Source

pub fn has_maturity_month_year(&self) -> bool

Returns true if MaturityMonthYear is present, Tag 200.

Source

pub fn set_mid_px(&mut self, val: Decimal, scale: i32)

Sets MidPx, Tag 631.

Source

pub fn get_mid_px(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets MidPx, Tag 631.

Source

pub fn has_mid_px(&self) -> bool

Returns true if MidPx is present, Tag 631.

Source

pub fn set_mid_yield(&mut self, val: Decimal, scale: i32)

Sets MidYield, Tag 633.

Source

pub fn get_mid_yield(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets MidYield, Tag 633.

Source

pub fn has_mid_yield(&self) -> bool

Returns true if MidYield is present, Tag 633.

Source

pub fn set_min_bid_size(&mut self, val: Decimal, scale: i32)

Sets MinBidSize, Tag 647.

Source

pub fn get_min_bid_size(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets MinBidSize, Tag 647.

Source

pub fn has_min_bid_size(&self) -> bool

Returns true if MinBidSize is present, Tag 647.

Source

pub fn set_min_offer_size(&mut self, val: Decimal, scale: i32)

Sets MinOfferSize, Tag 648.

Source

pub fn get_min_offer_size(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets MinOfferSize, Tag 648.

Source

pub fn has_min_offer_size(&self) -> bool

Returns true if MinOfferSize is present, Tag 648.

Source

pub fn set_mkt_bid_px(&mut self, val: Decimal, scale: i32)

Sets MktBidPx, Tag 645.

Source

pub fn get_mkt_bid_px(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets MktBidPx, Tag 645.

Source

pub fn has_mkt_bid_px(&self) -> bool

Returns true if MktBidPx is present, Tag 645.

Source

pub fn set_mkt_offer_px(&mut self, val: Decimal, scale: i32)

Sets MktOfferPx, Tag 646.

Source

pub fn get_mkt_offer_px(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets MktOfferPx, Tag 646.

Source

pub fn has_mkt_offer_px(&self) -> bool

Returns true if MktOfferPx is present, Tag 646.

Source

pub fn set_no_events(&mut self, v: isize)

Sets NoEvents, Tag 864.

Source

pub fn get_no_events(&self) -> Result<isize, MessageRejectErrorEnum>

Gets NoEvents, Tag 864.

Source

pub fn has_no_events(&self) -> bool

Returns true if NoEvents is present, Tag 864.

Source

pub fn set_no_legs(&mut self, v: isize)

Sets NoLegs, Tag 555.

Source

pub fn get_no_legs(&self) -> Result<isize, MessageRejectErrorEnum>

Gets NoLegs, Tag 555.

Source

pub fn has_no_legs(&self) -> bool

Returns true if NoLegs is present, Tag 555.

Source

pub fn set_no_party_i_ds(&mut self, v: isize)

Sets NoPartyIDs, Tag 453.

Source

pub fn get_no_party_i_ds(&self) -> Result<isize, MessageRejectErrorEnum>

Gets NoPartyIDs, Tag 453.

Source

pub fn has_no_party_i_ds(&self) -> bool

Returns true if NoPartyIDs is present, Tag 453.

Source

pub fn set_no_quote_qualifiers(&mut self, v: isize)

Sets NoQuoteQualifiers, Tag 735.

Source

pub fn get_no_quote_qualifiers(&self) -> Result<isize, MessageRejectErrorEnum>

Gets NoQuoteQualifiers, Tag 735.

Source

pub fn has_no_quote_qualifiers(&self) -> bool

Returns true if NoQuoteQualifiers is present, Tag 735.

Source

pub fn set_no_security_alt_id(&mut self, v: isize)

Sets NoSecurityAltID, Tag 454.

Source

pub fn get_no_security_alt_id(&self) -> Result<isize, MessageRejectErrorEnum>

Gets NoSecurityAltID, Tag 454.

Source

pub fn has_no_security_alt_id(&self) -> bool

Returns true if NoSecurityAltID is present, Tag 454.

Source

pub fn set_no_stipulations(&mut self, v: isize)

Sets NoStipulations, Tag 232.

Source

pub fn get_no_stipulations(&self) -> Result<isize, MessageRejectErrorEnum>

Gets NoStipulations, Tag 232.

Source

pub fn has_no_stipulations(&self) -> bool

Returns true if NoStipulations is present, Tag 232.

Source

pub fn set_no_underlyings(&mut self, v: isize)

Sets NoUnderlyings, Tag 711.

Source

pub fn get_no_underlyings(&self) -> Result<isize, MessageRejectErrorEnum>

Gets NoUnderlyings, Tag 711.

Source

pub fn has_no_underlyings(&self) -> bool

Returns true if NoUnderlyings is present, Tag 711.

Source

pub fn set_offer_forward_points(&mut self, val: Decimal, scale: i32)

Sets OfferForwardPoints, Tag 191.

Source

pub fn get_offer_forward_points( &self, ) -> Result<Decimal, MessageRejectErrorEnum>

Gets OfferForwardPoints, Tag 191.

Source

pub fn has_offer_forward_points(&self) -> bool

Returns true if OfferForwardPoints is present, Tag 191.

Source

pub fn set_offer_forward_points2(&mut self, val: Decimal, scale: i32)

Sets OfferForwardPoints2, Tag 643.

Source

pub fn get_offer_forward_points2( &self, ) -> Result<Decimal, MessageRejectErrorEnum>

Gets OfferForwardPoints2, Tag 643.

Source

pub fn has_offer_forward_points2(&self) -> bool

Returns true if OfferForwardPoints2 is present, Tag 643.

Source

pub fn set_offer_px(&mut self, val: Decimal, scale: i32)

Sets OfferPx, Tag 133.

Source

pub fn get_offer_px(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets OfferPx, Tag 133.

Source

pub fn has_offer_px(&self) -> bool

Returns true if OfferPx is present, Tag 133.

Source

pub fn set_offer_size(&mut self, val: Decimal, scale: i32)

Sets OfferSize, Tag 135.

Source

pub fn get_offer_size(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets OfferSize, Tag 135.

Source

pub fn has_offer_size(&self) -> bool

Returns true if OfferSize is present, Tag 135.

Source

pub fn set_offer_spot_rate(&mut self, val: Decimal, scale: i32)

Sets OfferSpotRate, Tag 190.

Source

pub fn get_offer_spot_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets OfferSpotRate, Tag 190.

Source

pub fn has_offer_spot_rate(&self) -> bool

Returns true if OfferSpotRate is present, Tag 190.

Source

pub fn set_offer_yield(&mut self, val: Decimal, scale: i32)

Sets OfferYield, Tag 634.

Source

pub fn get_offer_yield(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets OfferYield, Tag 634.

Source

pub fn has_offer_yield(&self) -> bool

Returns true if OfferYield is present, Tag 634.

Source

pub fn set_opt_attribute(&mut self, v: String)

Sets OptAttribute, Tag 206.

Source

pub fn get_opt_attribute(&self) -> Result<String, MessageRejectErrorEnum>

Gets OptAttribute, Tag 206.

Source

pub fn has_opt_attribute(&self) -> bool

Returns true if OptAttribute is present, Tag 206.

Source

pub fn set_ord_type(&mut self, v: String)

Sets OrdType, Tag 40.

Source

pub fn get_ord_type(&self) -> Result<String, MessageRejectErrorEnum>

Gets OrdType, Tag 40.

Source

pub fn has_ord_type(&self) -> bool

Returns true if OrdType is present, Tag 40.

Source

pub fn set_order_capacity(&mut self, v: String)

Sets OrderCapacity, Tag 528.

Source

pub fn get_order_capacity(&self) -> Result<String, MessageRejectErrorEnum>

Gets OrderCapacity, Tag 528.

Source

pub fn has_order_capacity(&self) -> bool

Returns true if OrderCapacity is present, Tag 528.

Source

pub fn set_order_percent(&mut self, val: Decimal, scale: i32)

Sets OrderPercent, Tag 516.

Source

pub fn get_order_percent(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets OrderPercent, Tag 516.

Source

pub fn has_order_percent(&self) -> bool

Returns true if OrderPercent is present, Tag 516.

Source

pub fn set_order_qty(&mut self, val: Decimal, scale: i32)

Sets OrderQty, Tag 38.

Source

pub fn get_order_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets OrderQty, Tag 38.

Source

pub fn has_order_qty(&self) -> bool

Returns true if OrderQty is present, Tag 38.

Source

pub fn set_order_qty2(&mut self, val: Decimal, scale: i32)

Sets OrderQty2, Tag 192.

Source

pub fn get_order_qty2(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets OrderQty2, Tag 192.

Source

pub fn has_order_qty2(&self) -> bool

Returns true if OrderQty2 is present, Tag 192.

Source

pub fn set_pool(&mut self, v: String)

Sets Pool, Tag 691.

Source

pub fn get_pool(&self) -> Result<String, MessageRejectErrorEnum>

Gets Pool, Tag 691.

Source

pub fn has_pool(&self) -> bool

Returns true if Pool is present, Tag 691.

Source

pub fn set_price_type(&mut self, v: isize)

Sets PriceType, Tag 423.

Source

pub fn get_price_type(&self) -> Result<isize, MessageRejectErrorEnum>

Gets PriceType, Tag 423.

Source

pub fn has_price_type(&self) -> bool

Returns true if PriceType is present, Tag 423.

Source

pub fn set_product(&mut self, v: isize)

Sets Product, Tag 460.

Source

pub fn get_product(&self) -> Result<isize, MessageRejectErrorEnum>

Gets Product, Tag 460.

Source

pub fn has_product(&self) -> bool

Returns true if Product is present, Tag 460.

Source

pub fn set_quote_id(&mut self, v: String)

Sets QuoteID, Tag 117.

Source

pub fn get_quote_id(&self) -> Result<String, MessageRejectErrorEnum>

Gets QuoteID, Tag 117.

Source

pub fn has_quote_id(&self) -> bool

Returns true if QuoteID is present, Tag 117.

Source

pub fn set_quote_req_id(&mut self, v: String)

Sets QuoteReqID, Tag 131.

Source

pub fn get_quote_req_id(&self) -> Result<String, MessageRejectErrorEnum>

Gets QuoteReqID, Tag 131.

Source

pub fn has_quote_req_id(&self) -> bool

Returns true if QuoteReqID is present, Tag 131.

Source

pub fn set_quote_resp_id(&mut self, v: String)

Sets QuoteRespID, Tag 693.

Source

pub fn get_quote_resp_id(&self) -> Result<String, MessageRejectErrorEnum>

Gets QuoteRespID, Tag 693.

Source

pub fn has_quote_resp_id(&self) -> bool

Returns true if QuoteRespID is present, Tag 693.

Source

pub fn set_quote_response_level(&mut self, v: isize)

Sets QuoteResponseLevel, Tag 301.

Source

pub fn get_quote_response_level(&self) -> Result<isize, MessageRejectErrorEnum>

Gets QuoteResponseLevel, Tag 301.

Source

pub fn has_quote_response_level(&self) -> bool

Returns true if QuoteResponseLevel is present, Tag 301.

Source

pub fn set_quote_type(&mut self, v: isize)

Sets QuoteType, Tag 537.

Source

pub fn get_quote_type(&self) -> Result<isize, MessageRejectErrorEnum>

Gets QuoteType, Tag 537.

Source

pub fn has_quote_type(&self) -> bool

Returns true if QuoteType is present, Tag 537.

Source

pub fn set_redemption_date(&mut self, v: String)

Sets RedemptionDate, Tag 240.

Source

pub fn get_redemption_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets RedemptionDate, Tag 240.

Source

pub fn has_redemption_date(&self) -> bool

Returns true if RedemptionDate is present, Tag 240.

Source

pub fn set_repo_collateral_security_type(&mut self, v: isize)

Sets RepoCollateralSecurityType, Tag 239.

Source

pub fn get_repo_collateral_security_type( &self, ) -> Result<isize, MessageRejectErrorEnum>

Gets RepoCollateralSecurityType, Tag 239.

Source

pub fn has_repo_collateral_security_type(&self) -> bool

Returns true if RepoCollateralSecurityType is present, Tag 239.

Source

pub fn set_repurchase_rate(&mut self, val: Decimal, scale: i32)

Sets RepurchaseRate, Tag 227.

Source

pub fn get_repurchase_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets RepurchaseRate, Tag 227.

Source

pub fn has_repurchase_rate(&self) -> bool

Returns true if RepurchaseRate is present, Tag 227.

Source

pub fn set_repurchase_term(&mut self, v: isize)

Sets RepurchaseTerm, Tag 226.

Source

pub fn get_repurchase_term(&self) -> Result<isize, MessageRejectErrorEnum>

Gets RepurchaseTerm, Tag 226.

Source

pub fn has_repurchase_term(&self) -> bool

Returns true if RepurchaseTerm is present, Tag 226.

Source

pub fn set_rounding_direction(&mut self, v: String)

Sets RoundingDirection, Tag 468.

Source

pub fn get_rounding_direction(&self) -> Result<String, MessageRejectErrorEnum>

Gets RoundingDirection, Tag 468.

Source

pub fn has_rounding_direction(&self) -> bool

Returns true if RoundingDirection is present, Tag 468.

Source

pub fn set_rounding_modulus(&mut self, val: Decimal, scale: i32)

Sets RoundingModulus, Tag 469.

Source

pub fn get_rounding_modulus(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets RoundingModulus, Tag 469.

Source

pub fn has_rounding_modulus(&self) -> bool

Returns true if RoundingModulus is present, Tag 469.

Source

pub fn set_security_desc(&mut self, v: String)

Sets SecurityDesc, Tag 107.

Source

pub fn get_security_desc(&self) -> Result<String, MessageRejectErrorEnum>

Gets SecurityDesc, Tag 107.

Source

pub fn has_security_desc(&self) -> bool

Returns true if SecurityDesc is present, Tag 107.

Source

pub fn set_security_exchange(&mut self, v: String)

Sets SecurityExchange, Tag 207.

Source

pub fn get_security_exchange(&self) -> Result<String, MessageRejectErrorEnum>

Gets SecurityExchange, Tag 207.

Source

pub fn has_security_exchange(&self) -> bool

Returns true if SecurityExchange is present, Tag 207.

Source

pub fn set_security_id(&mut self, v: String)

Sets SecurityID, Tag 48.

Source

pub fn get_security_id(&self) -> Result<String, MessageRejectErrorEnum>

Gets SecurityID, Tag 48.

Source

pub fn has_security_id(&self) -> bool

Returns true if SecurityID is present, Tag 48.

Source

pub fn set_security_id_source(&mut self, v: String)

Sets SecurityIDSource, Tag 22.

Source

pub fn get_security_id_source(&self) -> Result<String, MessageRejectErrorEnum>

Gets SecurityIDSource, Tag 22.

Source

pub fn has_security_id_source(&self) -> bool

Returns true if SecurityIDSource is present, Tag 22.

Source

pub fn set_security_sub_type(&mut self, v: String)

Sets SecuritySubType, Tag 762.

Source

pub fn get_security_sub_type(&self) -> Result<String, MessageRejectErrorEnum>

Gets SecuritySubType, Tag 762.

Source

pub fn has_security_sub_type(&self) -> bool

Returns true if SecuritySubType is present, Tag 762.

Source

pub fn set_security_type(&mut self, v: String)

Sets SecurityType, Tag 167.

Source

pub fn get_security_type(&self) -> Result<String, MessageRejectErrorEnum>

Gets SecurityType, Tag 167.

Source

pub fn has_security_type(&self) -> bool

Returns true if SecurityType is present, Tag 167.

Source

pub fn set_settl_curr_bid_fx_rate(&mut self, val: Decimal, scale: i32)

Sets SettlCurrBidFxRate, Tag 656.

Source

pub fn get_settl_curr_bid_fx_rate( &self, ) -> Result<Decimal, MessageRejectErrorEnum>

Gets SettlCurrBidFxRate, Tag 656.

Source

pub fn has_settl_curr_bid_fx_rate(&self) -> bool

Returns true if SettlCurrBidFxRate is present, Tag 656.

Source

pub fn set_settl_curr_fx_rate_calc(&mut self, v: String)

Sets SettlCurrFxRateCalc, Tag 156.

Source

pub fn get_settl_curr_fx_rate_calc( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets SettlCurrFxRateCalc, Tag 156.

Source

pub fn has_settl_curr_fx_rate_calc(&self) -> bool

Returns true if SettlCurrFxRateCalc is present, Tag 156.

Source

pub fn set_settl_curr_offer_fx_rate(&mut self, val: Decimal, scale: i32)

Sets SettlCurrOfferFxRate, Tag 657.

Source

pub fn get_settl_curr_offer_fx_rate( &self, ) -> Result<Decimal, MessageRejectErrorEnum>

Gets SettlCurrOfferFxRate, Tag 657.

Source

pub fn has_settl_curr_offer_fx_rate(&self) -> bool

Returns true if SettlCurrOfferFxRate is present, Tag 657.

Source

pub fn set_settl_date(&mut self, v: String)

Sets SettlDate, Tag 64.

Source

pub fn get_settl_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets SettlDate, Tag 64.

Source

pub fn has_settl_date(&self) -> bool

Returns true if SettlDate is present, Tag 64.

Source

pub fn set_settl_date2(&mut self, v: String)

Sets SettlDate2, Tag 193.

Source

pub fn get_settl_date2(&self) -> Result<String, MessageRejectErrorEnum>

Gets SettlDate2, Tag 193.

Source

pub fn has_settl_date2(&self) -> bool

Returns true if SettlDate2 is present, Tag 193.

Source

pub fn set_settl_type(&mut self, v: String)

Sets SettlType, Tag 63.

Source

pub fn get_settl_type(&self) -> Result<String, MessageRejectErrorEnum>

Gets SettlType, Tag 63.

Source

pub fn has_settl_type(&self) -> bool

Returns true if SettlType is present, Tag 63.

Source

pub fn set_side(&mut self, v: String)

Sets Side, Tag 54.

Source

pub fn get_side(&self) -> Result<String, MessageRejectErrorEnum>

Gets Side, Tag 54.

Source

pub fn has_side(&self) -> bool

Returns true if Side is present, Tag 54.

Source

pub fn set_spread(&mut self, val: Decimal, scale: i32)

Sets Spread, Tag 218.

Source

pub fn get_spread(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets Spread, Tag 218.

Source

pub fn has_spread(&self) -> bool

Returns true if Spread is present, Tag 218.

Source

pub fn set_start_date(&mut self, v: String)

Sets StartDate, Tag 916.

Source

pub fn get_start_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets StartDate, Tag 916.

Source

pub fn has_start_date(&self) -> bool

Returns true if StartDate is present, Tag 916.

Source

pub fn set_state_or_province_of_issue(&mut self, v: String)

Sets StateOrProvinceOfIssue, Tag 471.

Source

pub fn get_state_or_province_of_issue( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets StateOrProvinceOfIssue, Tag 471.

Source

pub fn has_state_or_province_of_issue(&self) -> bool

Returns true if StateOrProvinceOfIssue is present, Tag 471.

Source

pub fn set_strike_currency(&mut self, v: String)

Sets StrikeCurrency, Tag 947.

Source

pub fn get_strike_currency(&self) -> Result<String, MessageRejectErrorEnum>

Gets StrikeCurrency, Tag 947.

Source

pub fn has_strike_currency(&self) -> bool

Returns true if StrikeCurrency is present, Tag 947.

Source

pub fn set_strike_price(&mut self, val: Decimal, scale: i32)

Sets StrikePrice, Tag 202.

Source

pub fn get_strike_price(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets StrikePrice, Tag 202.

Source

pub fn has_strike_price(&self) -> bool

Returns true if StrikePrice is present, Tag 202.

Source

pub fn set_symbol(&mut self, v: String)

Sets Symbol, Tag 55.

Source

pub fn get_symbol(&self) -> Result<String, MessageRejectErrorEnum>

Gets Symbol, Tag 55.

Source

pub fn has_symbol(&self) -> bool

Returns true if Symbol is present, Tag 55.

Source

pub fn set_symbol_sfx(&mut self, v: String)

Sets SymbolSfx, Tag 65.

Source

pub fn get_symbol_sfx(&self) -> Result<String, MessageRejectErrorEnum>

Gets SymbolSfx, Tag 65.

Source

pub fn has_symbol_sfx(&self) -> bool

Returns true if SymbolSfx is present, Tag 65.

Source

pub fn set_termination_type(&mut self, v: isize)

Sets TerminationType, Tag 788.

Source

pub fn get_termination_type(&self) -> Result<isize, MessageRejectErrorEnum>

Gets TerminationType, Tag 788.

Source

pub fn has_termination_type(&self) -> bool

Returns true if TerminationType is present, Tag 788.

Source

pub fn set_text(&mut self, v: String)

Sets Text, Tag 58.

Source

pub fn get_text(&self) -> Result<String, MessageRejectErrorEnum>

Gets Text, Tag 58.

Source

pub fn has_text(&self) -> bool

Returns true if Text is present, Tag 58.

Source

pub fn set_trading_session_id(&mut self, v: String)

Sets TradingSessionID, Tag 336.

Source

pub fn get_trading_session_id(&self) -> Result<String, MessageRejectErrorEnum>

Gets TradingSessionID, Tag 336.

Source

pub fn has_trading_session_id(&self) -> bool

Returns true if TradingSessionID is present, Tag 336.

Source

pub fn set_trading_session_sub_id(&mut self, v: String)

Sets TradingSessionSubID, Tag 625.

Source

pub fn get_trading_session_sub_id( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets TradingSessionSubID, Tag 625.

Source

pub fn has_trading_session_sub_id(&self) -> bool

Returns true if TradingSessionSubID is present, Tag 625.

Source

pub fn set_transact_time(&mut self, v: Timestamp)

Sets TransactTime, Tag 60.

Source

pub fn get_transact_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>

Gets TransactTime, Tag 60.

Source

pub fn has_transact_time(&self) -> bool

Returns true if TransactTime is present, Tag 60.

Source

pub fn set_valid_until_time(&mut self, v: Timestamp)

Sets ValidUntilTime, Tag 62.

Source

pub fn get_valid_until_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>

Gets ValidUntilTime, Tag 62.

Source

pub fn has_valid_until_time(&self) -> bool

Returns true if ValidUntilTime is present, Tag 62.

Source

pub fn set_yield(&mut self, val: Decimal, scale: i32)

Sets Yield, Tag 236.

Source

pub fn get_yield(&self) -> Result<Decimal, MessageRejectErrorEnum>

Gets Yield, Tag 236.

Source

pub fn has_yield(&self) -> bool

Returns true if Yield is present, Tag 236.

Source

pub fn set_yield_calc_date(&mut self, v: String)

Sets YieldCalcDate, Tag 701.

Source

pub fn get_yield_calc_date(&self) -> Result<String, MessageRejectErrorEnum>

Gets YieldCalcDate, Tag 701.

Source

pub fn has_yield_calc_date(&self) -> bool

Returns true if YieldCalcDate is present, Tag 701.

Source

pub fn set_yield_redemption_date(&mut self, v: String)

Sets YieldRedemptionDate, Tag 696.

Source

pub fn get_yield_redemption_date( &self, ) -> Result<String, MessageRejectErrorEnum>

Gets YieldRedemptionDate, Tag 696.

Source

pub fn has_yield_redemption_date(&self) -> bool

Returns true if YieldRedemptionDate is present, Tag 696.

Source

pub fn set_yield_redemption_price(&mut self, val: Decimal, scale: i32)

Sets YieldRedemptionPrice, Tag 697.

Source

pub fn get_yield_redemption_price( &self, ) -> Result<Decimal, MessageRejectErrorEnum>

Gets YieldRedemptionPrice, Tag 697.

Source

pub fn has_yield_redemption_price(&self) -> bool

Returns true if YieldRedemptionPrice is present, Tag 697.

Source

pub fn set_yield_redemption_price_type(&mut self, v: isize)

Sets YieldRedemptionPriceType, Tag 698.

Source

pub fn get_yield_redemption_price_type( &self, ) -> Result<isize, MessageRejectErrorEnum>

Gets YieldRedemptionPriceType, Tag 698.

Source

pub fn has_yield_redemption_price_type(&self) -> bool

Returns true if YieldRedemptionPriceType is present, Tag 698.

Source

pub fn set_yield_type(&mut self, v: String)

Sets YieldType, Tag 235.

Source

pub fn get_yield_type(&self) -> Result<String, MessageRejectErrorEnum>

Gets YieldType, Tag 235.

Source

pub fn has_yield_type(&self) -> bool

Returns true if YieldType is present, Tag 235.

Auto Trait Implementations§

§

impl Freeze for Quote

§

impl RefUnwindSafe for Quote

§

impl Send for Quote

§

impl Sync for Quote

§

impl Unpin for Quote

§

impl UnsafeUnpin for Quote

§

impl UnwindSafe for Quote

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.