pub struct AllocationReport {
pub message: Message,
}Expand description
AllocationReport is the fix50 AllocationReport type, MsgType = AS.
Fields§
§message: MessageImplementations§
Source§impl AllocationReport
impl AllocationReport
Sourcepub fn new(
alloc_report_id: AllocReportIDField,
alloc_trans_type: AllocTransTypeField,
alloc_report_type: AllocReportTypeField,
alloc_status: AllocStatusField,
side: SideField,
quantity: QuantityField,
avg_px: AvgPxField,
trade_date: TradeDateField,
) -> Self
pub fn new( alloc_report_id: AllocReportIDField, alloc_trans_type: AllocTransTypeField, alloc_report_type: AllocReportTypeField, alloc_status: AllocStatusField, side: SideField, quantity: QuantityField, avg_px: AvgPxField, trade_date: TradeDateField, ) -> Self
Creates a new AllocationReport with required fields.
Sourcepub fn from_message(msg: Message) -> Self
pub fn from_message(msg: Message) -> Self
Creates a AllocationReport from an existing Message.
Sourcepub fn to_message(self) -> Message
pub fn to_message(self) -> Message
Returns the underlying Message.
Sourcepub fn set_accrued_interest_amt(&mut self, val: Decimal, scale: i32)
pub fn set_accrued_interest_amt(&mut self, val: Decimal, scale: i32)
Sets AccruedInterestAmt, Tag 159.
Sourcepub fn get_accrued_interest_amt(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_accrued_interest_amt( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets AccruedInterestAmt, Tag 159.
Sourcepub fn has_accrued_interest_amt(&self) -> bool
pub fn has_accrued_interest_amt(&self) -> bool
Returns true if AccruedInterestAmt is present, Tag 159.
Sourcepub fn set_accrued_interest_rate(&mut self, val: Decimal, scale: i32)
pub fn set_accrued_interest_rate(&mut self, val: Decimal, scale: i32)
Sets AccruedInterestRate, Tag 158.
Sourcepub fn get_accrued_interest_rate(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_accrued_interest_rate( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets AccruedInterestRate, Tag 158.
Sourcepub fn has_accrued_interest_rate(&self) -> bool
pub fn has_accrued_interest_rate(&self) -> bool
Returns true if AccruedInterestRate is present, Tag 158.
Sourcepub fn set_agreement_currency(&mut self, v: String)
pub fn set_agreement_currency(&mut self, v: String)
Sets AgreementCurrency, Tag 918.
Sourcepub fn get_agreement_currency(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_agreement_currency(&self) -> Result<String, MessageRejectErrorEnum>
Gets AgreementCurrency, Tag 918.
Sourcepub fn has_agreement_currency(&self) -> bool
pub fn has_agreement_currency(&self) -> bool
Returns true if AgreementCurrency is present, Tag 918.
Sourcepub fn set_agreement_date(&mut self, v: String)
pub fn set_agreement_date(&mut self, v: String)
Sets AgreementDate, Tag 915.
Sourcepub fn get_agreement_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_agreement_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets AgreementDate, Tag 915.
Sourcepub fn has_agreement_date(&self) -> bool
pub fn has_agreement_date(&self) -> bool
Returns true if AgreementDate is present, Tag 915.
Sourcepub fn set_agreement_desc(&mut self, v: String)
pub fn set_agreement_desc(&mut self, v: String)
Sets AgreementDesc, Tag 913.
Sourcepub fn get_agreement_desc(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_agreement_desc(&self) -> Result<String, MessageRejectErrorEnum>
Gets AgreementDesc, Tag 913.
Sourcepub fn has_agreement_desc(&self) -> bool
pub fn has_agreement_desc(&self) -> bool
Returns true if AgreementDesc is present, Tag 913.
Sourcepub fn set_agreement_id(&mut self, v: String)
pub fn set_agreement_id(&mut self, v: String)
Sets AgreementID, Tag 914.
Sourcepub fn get_agreement_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_agreement_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets AgreementID, Tag 914.
Sourcepub fn has_agreement_id(&self) -> bool
pub fn has_agreement_id(&self) -> bool
Returns true if AgreementID is present, Tag 914.
Sourcepub fn set_alloc_canc_replace_reason(&mut self, v: isize)
pub fn set_alloc_canc_replace_reason(&mut self, v: isize)
Sets AllocCancReplaceReason, Tag 796.
Sourcepub fn get_alloc_canc_replace_reason(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_alloc_canc_replace_reason( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets AllocCancReplaceReason, Tag 796.
Sourcepub fn has_alloc_canc_replace_reason(&self) -> bool
pub fn has_alloc_canc_replace_reason(&self) -> bool
Returns true if AllocCancReplaceReason is present, Tag 796.
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_link_id(&mut self, v: String)
pub fn set_alloc_link_id(&mut self, v: String)
Sets AllocLinkID, Tag 196.
Sourcepub fn get_alloc_link_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_alloc_link_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets AllocLinkID, Tag 196.
Sourcepub fn has_alloc_link_id(&self) -> bool
pub fn has_alloc_link_id(&self) -> bool
Returns true if AllocLinkID is present, Tag 196.
Sourcepub fn set_alloc_link_type(&mut self, v: isize)
pub fn set_alloc_link_type(&mut self, v: isize)
Sets AllocLinkType, Tag 197.
Sourcepub fn get_alloc_link_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_alloc_link_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AllocLinkType, Tag 197.
Sourcepub fn has_alloc_link_type(&self) -> bool
pub fn has_alloc_link_type(&self) -> bool
Returns true if AllocLinkType is present, Tag 197.
Sourcepub fn set_alloc_no_orders_type(&mut self, v: isize)
pub fn set_alloc_no_orders_type(&mut self, v: isize)
Sets AllocNoOrdersType, Tag 857.
Sourcepub fn get_alloc_no_orders_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_alloc_no_orders_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AllocNoOrdersType, Tag 857.
Sourcepub fn has_alloc_no_orders_type(&self) -> bool
pub fn has_alloc_no_orders_type(&self) -> bool
Returns true if AllocNoOrdersType is present, Tag 857.
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_ref_id(&mut self, v: String)
pub fn set_alloc_report_ref_id(&mut self, v: String)
Sets AllocReportRefID, Tag 795.
Sourcepub fn get_alloc_report_ref_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_alloc_report_ref_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets AllocReportRefID, Tag 795.
Sourcepub fn has_alloc_report_ref_id(&self) -> bool
pub fn has_alloc_report_ref_id(&self) -> bool
Returns true if AllocReportRefID is present, Tag 795.
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_alloc_trans_type(&mut self, v: String)
pub fn set_alloc_trans_type(&mut self, v: String)
Sets AllocTransType, Tag 71.
Sourcepub fn get_alloc_trans_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_alloc_trans_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets AllocTransType, Tag 71.
Sourcepub fn has_alloc_trans_type(&self) -> bool
pub fn has_alloc_trans_type(&self) -> bool
Returns true if AllocTransType is present, Tag 71.
Sourcepub fn set_auto_accept_indicator(&mut self, v: bool)
pub fn set_auto_accept_indicator(&mut self, v: bool)
Sets AutoAcceptIndicator, Tag 754.
Sourcepub fn get_auto_accept_indicator(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_auto_accept_indicator(&self) -> Result<bool, MessageRejectErrorEnum>
Gets AutoAcceptIndicator, Tag 754.
Sourcepub fn has_auto_accept_indicator(&self) -> bool
pub fn has_auto_accept_indicator(&self) -> bool
Returns true if AutoAcceptIndicator is present, Tag 754.
Sourcepub fn set_avg_par_px(&mut self, val: Decimal, scale: i32)
pub fn set_avg_par_px(&mut self, val: Decimal, scale: i32)
Sets AvgParPx, Tag 860.
Sourcepub fn get_avg_par_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_avg_par_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets AvgParPx, Tag 860.
Sourcepub fn has_avg_par_px(&self) -> bool
pub fn has_avg_par_px(&self) -> bool
Returns true if AvgParPx is present, Tag 860.
Sourcepub fn set_avg_px(&mut self, val: Decimal, scale: i32)
pub fn set_avg_px(&mut self, val: Decimal, scale: i32)
Sets AvgPx, Tag 6.
Sourcepub fn get_avg_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_avg_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets AvgPx, Tag 6.
Sourcepub fn has_avg_px(&self) -> bool
pub fn has_avg_px(&self) -> bool
Returns true if AvgPx is present, Tag 6.
Sourcepub fn set_avg_px_indicator(&mut self, v: isize)
pub fn set_avg_px_indicator(&mut self, v: isize)
Sets AvgPxIndicator, Tag 819.
Sourcepub fn get_avg_px_indicator(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_avg_px_indicator(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AvgPxIndicator, Tag 819.
Sourcepub fn has_avg_px_indicator(&self) -> bool
pub fn has_avg_px_indicator(&self) -> bool
Returns true if AvgPxIndicator is present, Tag 819.
Sourcepub fn set_avg_px_precision(&mut self, v: isize)
pub fn set_avg_px_precision(&mut self, v: isize)
Sets AvgPxPrecision, Tag 74.
Sourcepub fn get_avg_px_precision(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_avg_px_precision(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AvgPxPrecision, Tag 74.
Sourcepub fn has_avg_px_precision(&self) -> bool
pub fn has_avg_px_precision(&self) -> bool
Returns true if AvgPxPrecision is present, Tag 74.
Sourcepub fn set_benchmark_curve_currency(&mut self, v: String)
pub fn set_benchmark_curve_currency(&mut self, v: String)
Sets BenchmarkCurveCurrency, Tag 220.
Sourcepub fn get_benchmark_curve_currency(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_benchmark_curve_currency( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets BenchmarkCurveCurrency, Tag 220.
Sourcepub fn has_benchmark_curve_currency(&self) -> bool
pub fn has_benchmark_curve_currency(&self) -> bool
Returns true if BenchmarkCurveCurrency is present, Tag 220.
Sourcepub fn set_benchmark_curve_name(&mut self, v: String)
pub fn set_benchmark_curve_name(&mut self, v: String)
Sets BenchmarkCurveName, Tag 221.
Sourcepub fn get_benchmark_curve_name(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_benchmark_curve_name(&self) -> Result<String, MessageRejectErrorEnum>
Gets BenchmarkCurveName, Tag 221.
Sourcepub fn has_benchmark_curve_name(&self) -> bool
pub fn has_benchmark_curve_name(&self) -> bool
Returns true if BenchmarkCurveName is present, Tag 221.
Sourcepub fn set_benchmark_curve_point(&mut self, v: String)
pub fn set_benchmark_curve_point(&mut self, v: String)
Sets BenchmarkCurvePoint, Tag 222.
Sourcepub fn get_benchmark_curve_point(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_benchmark_curve_point( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets BenchmarkCurvePoint, Tag 222.
Sourcepub fn has_benchmark_curve_point(&self) -> bool
pub fn has_benchmark_curve_point(&self) -> bool
Returns true if BenchmarkCurvePoint is present, Tag 222.
Sourcepub fn set_benchmark_price(&mut self, val: Decimal, scale: i32)
pub fn set_benchmark_price(&mut self, val: Decimal, scale: i32)
Sets BenchmarkPrice, Tag 662.
Sourcepub fn get_benchmark_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_benchmark_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets BenchmarkPrice, Tag 662.
Sourcepub fn has_benchmark_price(&self) -> bool
pub fn has_benchmark_price(&self) -> bool
Returns true if BenchmarkPrice is present, Tag 662.
Sourcepub fn set_benchmark_price_type(&mut self, v: isize)
pub fn set_benchmark_price_type(&mut self, v: isize)
Sets BenchmarkPriceType, Tag 663.
Sourcepub fn get_benchmark_price_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_benchmark_price_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets BenchmarkPriceType, Tag 663.
Sourcepub fn has_benchmark_price_type(&self) -> bool
pub fn has_benchmark_price_type(&self) -> bool
Returns true if BenchmarkPriceType is present, Tag 663.
Sourcepub fn set_benchmark_security_id(&mut self, v: String)
pub fn set_benchmark_security_id(&mut self, v: String)
Sets BenchmarkSecurityID, Tag 699.
Sourcepub fn get_benchmark_security_id(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_benchmark_security_id( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets BenchmarkSecurityID, Tag 699.
Sourcepub fn has_benchmark_security_id(&self) -> bool
pub fn has_benchmark_security_id(&self) -> bool
Returns true if BenchmarkSecurityID is present, Tag 699.
Sourcepub fn set_benchmark_security_id_source(&mut self, v: String)
pub fn set_benchmark_security_id_source(&mut self, v: String)
Sets BenchmarkSecurityIDSource, Tag 761.
Sourcepub fn get_benchmark_security_id_source(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_benchmark_security_id_source( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets BenchmarkSecurityIDSource, Tag 761.
Sourcepub fn has_benchmark_security_id_source(&self) -> bool
pub fn has_benchmark_security_id_source(&self) -> bool
Returns true if BenchmarkSecurityIDSource is present, Tag 761.
Sourcepub fn set_booking_ref_id(&mut self, v: String)
pub fn set_booking_ref_id(&mut self, v: String)
Sets BookingRefID, Tag 466.
Sourcepub fn get_booking_ref_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_booking_ref_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets BookingRefID, Tag 466.
Sourcepub fn has_booking_ref_id(&self) -> bool
pub fn has_booking_ref_id(&self) -> bool
Returns true if BookingRefID is present, Tag 466.
Sourcepub fn set_booking_type(&mut self, v: isize)
pub fn set_booking_type(&mut self, v: isize)
Sets BookingType, Tag 775.
Sourcepub fn get_booking_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_booking_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets BookingType, Tag 775.
Sourcepub fn has_booking_type(&self) -> bool
pub fn has_booking_type(&self) -> bool
Returns true if BookingType is present, Tag 775.
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_cp_program(&mut self, v: isize)
pub fn set_cp_program(&mut self, v: isize)
Sets CPProgram, Tag 875.
Sourcepub fn get_cp_program(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_cp_program(&self) -> Result<isize, MessageRejectErrorEnum>
Gets CPProgram, Tag 875.
Sourcepub fn has_cp_program(&self) -> bool
pub fn has_cp_program(&self) -> bool
Returns true if CPProgram is present, Tag 875.
Sourcepub fn set_cp_reg_type(&mut self, v: String)
pub fn set_cp_reg_type(&mut self, v: String)
Sets CPRegType, Tag 876.
Sourcepub fn get_cp_reg_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_cp_reg_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets CPRegType, Tag 876.
Sourcepub fn has_cp_reg_type(&self) -> bool
pub fn has_cp_reg_type(&self) -> bool
Returns true if CPRegType is present, Tag 876.
Sourcepub fn set_clearing_business_date(&mut self, v: String)
pub fn set_clearing_business_date(&mut self, v: String)
Sets ClearingBusinessDate, Tag 715.
Sourcepub fn get_clearing_business_date(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_clearing_business_date( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets ClearingBusinessDate, Tag 715.
Sourcepub fn has_clearing_business_date(&self) -> bool
pub fn has_clearing_business_date(&self) -> bool
Returns true if ClearingBusinessDate is present, Tag 715.
Sourcepub fn set_concession(&mut self, val: Decimal, scale: i32)
pub fn set_concession(&mut self, val: Decimal, scale: i32)
Sets Concession, Tag 238.
Sourcepub fn get_concession(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_concession(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Concession, Tag 238.
Sourcepub fn has_concession(&self) -> bool
pub fn has_concession(&self) -> bool
Returns true if Concession is present, Tag 238.
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_contract_settl_month(&mut self, v: String)
pub fn set_contract_settl_month(&mut self, v: String)
Sets ContractSettlMonth, Tag 667.
Sourcepub fn get_contract_settl_month(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_contract_settl_month(&self) -> Result<String, MessageRejectErrorEnum>
Gets ContractSettlMonth, Tag 667.
Sourcepub fn has_contract_settl_month(&self) -> bool
pub fn has_contract_settl_month(&self) -> bool
Returns true if ContractSettlMonth is present, Tag 667.
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_currency(&mut self, v: String)
pub fn set_currency(&mut self, v: String)
Sets Currency, Tag 15.
Sourcepub fn get_currency(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_currency(&self) -> Result<String, MessageRejectErrorEnum>
Gets Currency, Tag 15.
Sourcepub fn has_currency(&self) -> bool
pub fn has_currency(&self) -> bool
Returns true if Currency is present, Tag 15.
Sourcepub fn set_cust_order_capacity(&mut self, v: isize)
pub fn set_cust_order_capacity(&mut self, v: isize)
Sets CustOrderCapacity, Tag 582.
Sourcepub fn get_cust_order_capacity(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_cust_order_capacity(&self) -> Result<isize, MessageRejectErrorEnum>
Gets CustOrderCapacity, Tag 582.
Sourcepub fn has_cust_order_capacity(&self) -> bool
pub fn has_cust_order_capacity(&self) -> bool
Returns true if CustOrderCapacity is present, Tag 582.
Sourcepub fn set_dated_date(&mut self, v: String)
pub fn set_dated_date(&mut self, v: String)
Sets DatedDate, Tag 873.
Sourcepub fn get_dated_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_dated_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets DatedDate, Tag 873.
Sourcepub fn has_dated_date(&self) -> bool
pub fn has_dated_date(&self) -> bool
Returns true if DatedDate is present, Tag 873.
Sourcepub fn set_delivery_form(&mut self, v: isize)
pub fn set_delivery_form(&mut self, v: isize)
Sets DeliveryForm, Tag 668.
Sourcepub fn get_delivery_form(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_delivery_form(&self) -> Result<isize, MessageRejectErrorEnum>
Gets DeliveryForm, Tag 668.
Sourcepub fn has_delivery_form(&self) -> bool
pub fn has_delivery_form(&self) -> bool
Returns true if DeliveryForm is present, Tag 668.
Sourcepub fn set_delivery_type(&mut self, v: isize)
pub fn set_delivery_type(&mut self, v: isize)
Sets DeliveryType, Tag 919.
Sourcepub fn get_delivery_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_delivery_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets DeliveryType, Tag 919.
Sourcepub fn has_delivery_type(&self) -> bool
pub fn has_delivery_type(&self) -> bool
Returns true if DeliveryType is present, Tag 919.
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_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_end_accrued_interest_amt(&mut self, val: Decimal, scale: i32)
pub fn set_end_accrued_interest_amt(&mut self, val: Decimal, scale: i32)
Sets EndAccruedInterestAmt, Tag 920.
Sourcepub fn get_end_accrued_interest_amt(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_end_accrued_interest_amt( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets EndAccruedInterestAmt, Tag 920.
Sourcepub fn has_end_accrued_interest_amt(&self) -> bool
pub fn has_end_accrued_interest_amt(&self) -> bool
Returns true if EndAccruedInterestAmt is present, Tag 920.
Sourcepub fn set_end_cash(&mut self, val: Decimal, scale: i32)
pub fn set_end_cash(&mut self, val: Decimal, scale: i32)
Sets EndCash, Tag 922.
Sourcepub fn get_end_cash(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_end_cash(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets EndCash, Tag 922.
Sourcepub fn has_end_cash(&self) -> bool
pub fn has_end_cash(&self) -> bool
Returns true if EndCash is present, Tag 922.
Sourcepub fn set_end_date(&mut self, v: String)
pub fn set_end_date(&mut self, v: String)
Sets EndDate, Tag 917.
Sourcepub fn get_end_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_end_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets EndDate, Tag 917.
Sourcepub fn has_end_date(&self) -> bool
pub fn has_end_date(&self) -> bool
Returns true if EndDate is present, Tag 917.
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_gross_trade_amt(&mut self, val: Decimal, scale: i32)
pub fn set_gross_trade_amt(&mut self, val: Decimal, scale: i32)
Sets GrossTradeAmt, Tag 381.
Sourcepub fn get_gross_trade_amt(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_gross_trade_amt(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets GrossTradeAmt, Tag 381.
Sourcepub fn has_gross_trade_amt(&self) -> bool
pub fn has_gross_trade_amt(&self) -> bool
Returns true if GrossTradeAmt is present, Tag 381.
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_instrmt_assignment_method(&mut self, v: String)
pub fn set_instrmt_assignment_method(&mut self, v: String)
Sets InstrmtAssignmentMethod, Tag 1049.
Sourcepub fn get_instrmt_assignment_method(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_instrmt_assignment_method( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets InstrmtAssignmentMethod, Tag 1049.
Sourcepub fn has_instrmt_assignment_method(&self) -> bool
pub fn has_instrmt_assignment_method(&self) -> bool
Returns true if InstrmtAssignmentMethod is present, Tag 1049.
Sourcepub fn set_interest_accrual_date(&mut self, v: String)
pub fn set_interest_accrual_date(&mut self, v: String)
Sets InterestAccrualDate, Tag 874.
Sourcepub fn get_interest_accrual_date(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_interest_accrual_date( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets InterestAccrualDate, Tag 874.
Sourcepub fn has_interest_accrual_date(&self) -> bool
pub fn has_interest_accrual_date(&self) -> bool
Returns true if InterestAccrualDate is present, Tag 874.
Sourcepub fn set_interest_at_maturity(&mut self, val: Decimal, scale: i32)
pub fn set_interest_at_maturity(&mut self, val: Decimal, scale: i32)
Sets InterestAtMaturity, Tag 738.
Sourcepub fn get_interest_at_maturity(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_interest_at_maturity( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets InterestAtMaturity, Tag 738.
Sourcepub fn has_interest_at_maturity(&self) -> bool
pub fn has_interest_at_maturity(&self) -> bool
Returns true if InterestAtMaturity is present, Tag 738.
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_last_fragment(&mut self, v: bool)
pub fn set_last_fragment(&mut self, v: bool)
Sets LastFragment, Tag 893.
Sourcepub fn get_last_fragment(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_last_fragment(&self) -> Result<bool, MessageRejectErrorEnum>
Gets LastFragment, Tag 893.
Sourcepub fn has_last_fragment(&self) -> bool
pub fn has_last_fragment(&self) -> bool
Returns true if LastFragment is present, Tag 893.
Sourcepub fn set_last_mkt(&mut self, v: String)
pub fn set_last_mkt(&mut self, v: String)
Sets LastMkt, Tag 30.
Sourcepub fn get_last_mkt(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_last_mkt(&self) -> Result<String, MessageRejectErrorEnum>
Gets LastMkt, Tag 30.
Sourcepub fn has_last_mkt(&self) -> bool
pub fn has_last_mkt(&self) -> bool
Returns true if LastMkt is present, Tag 30.
Sourcepub fn set_legal_confirm(&mut self, v: bool)
pub fn set_legal_confirm(&mut self, v: bool)
Sets LegalConfirm, Tag 650.
Sourcepub fn get_legal_confirm(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_legal_confirm(&self) -> Result<bool, MessageRejectErrorEnum>
Gets LegalConfirm, Tag 650.
Sourcepub fn has_legal_confirm(&self) -> bool
pub fn has_legal_confirm(&self) -> bool
Returns true if LegalConfirm is present, Tag 650.
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_margin_ratio(&mut self, val: Decimal, scale: i32)
pub fn set_margin_ratio(&mut self, val: Decimal, scale: i32)
Sets MarginRatio, Tag 898.
Sourcepub fn get_margin_ratio(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_margin_ratio(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets MarginRatio, Tag 898.
Sourcepub fn has_margin_ratio(&self) -> bool
pub fn has_margin_ratio(&self) -> bool
Returns true if MarginRatio is present, Tag 898.
Sourcepub fn set_match_type(&mut self, v: String)
pub fn set_match_type(&mut self, v: String)
Sets MatchType, Tag 574.
Sourcepub fn get_match_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_match_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets MatchType, Tag 574.
Sourcepub fn has_match_type(&self) -> bool
pub fn has_match_type(&self) -> bool
Returns true if MatchType is present, Tag 574.
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_maturity_time(&mut self, v: String)
pub fn set_maturity_time(&mut self, v: String)
Sets MaturityTime, Tag 1079.
Sourcepub fn get_maturity_time(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_maturity_time(&self) -> Result<String, MessageRejectErrorEnum>
Gets MaturityTime, Tag 1079.
Sourcepub fn has_maturity_time(&self) -> bool
pub fn has_maturity_time(&self) -> bool
Returns true if MaturityTime is present, Tag 1079.
Sourcepub fn set_message_event_source(&mut self, v: String)
pub fn set_message_event_source(&mut self, v: String)
Sets MessageEventSource, Tag 1011.
Sourcepub fn get_message_event_source(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_message_event_source(&self) -> Result<String, MessageRejectErrorEnum>
Gets MessageEventSource, Tag 1011.
Sourcepub fn has_message_event_source(&self) -> bool
pub fn has_message_event_source(&self) -> bool
Returns true if MessageEventSource is present, Tag 1011.
Sourcepub fn set_min_price_increment(&mut self, val: Decimal, scale: i32)
pub fn set_min_price_increment(&mut self, val: Decimal, scale: i32)
Sets MinPriceIncrement, Tag 969.
Sourcepub fn get_min_price_increment(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_min_price_increment(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets MinPriceIncrement, Tag 969.
Sourcepub fn has_min_price_increment(&self) -> bool
pub fn has_min_price_increment(&self) -> bool
Returns true if MinPriceIncrement is present, Tag 969.
Sourcepub fn set_multi_leg_reporting_type(&mut self, v: String)
pub fn set_multi_leg_reporting_type(&mut self, v: String)
Sets MultiLegReportingType, Tag 442.
Sourcepub fn get_multi_leg_reporting_type(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_multi_leg_reporting_type( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets MultiLegReportingType, Tag 442.
Sourcepub fn has_multi_leg_reporting_type(&self) -> bool
pub fn has_multi_leg_reporting_type(&self) -> bool
Returns true if MultiLegReportingType is present, Tag 442.
Sourcepub fn set_nt_position_limit(&mut self, v: isize)
pub fn set_nt_position_limit(&mut self, v: isize)
Sets NTPositionLimit, Tag 971.
Sourcepub fn get_nt_position_limit(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_nt_position_limit(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NTPositionLimit, Tag 971.
Sourcepub fn has_nt_position_limit(&self) -> bool
pub fn has_nt_position_limit(&self) -> bool
Returns true if NTPositionLimit is present, Tag 971.
Sourcepub fn set_net_money(&mut self, val: Decimal, scale: i32)
pub fn set_net_money(&mut self, val: Decimal, scale: i32)
Sets NetMoney, Tag 118.
Sourcepub fn get_net_money(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_net_money(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets NetMoney, Tag 118.
Sourcepub fn has_net_money(&self) -> bool
pub fn has_net_money(&self) -> bool
Returns true if NetMoney is present, Tag 118.
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_events(&mut self, v: isize)
pub fn set_no_events(&mut self, v: isize)
Sets NoEvents, Tag 864.
Sourcepub fn get_no_events(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_events(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoEvents, Tag 864.
Sourcepub fn has_no_events(&self) -> bool
pub fn has_no_events(&self) -> bool
Returns true if NoEvents is present, Tag 864.
Sourcepub fn set_no_execs(&mut self, v: isize)
pub fn set_no_execs(&mut self, v: isize)
Sets NoExecs, Tag 124.
Sourcepub fn get_no_execs(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_execs(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoExecs, Tag 124.
Sourcepub fn has_no_execs(&self) -> bool
pub fn has_no_execs(&self) -> bool
Returns true if NoExecs is present, Tag 124.
Sourcepub fn set_no_instr_attrib(&mut self, v: isize)
pub fn set_no_instr_attrib(&mut self, v: isize)
Sets NoInstrAttrib, Tag 870.
Sourcepub fn get_no_instr_attrib(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_instr_attrib(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoInstrAttrib, Tag 870.
Sourcepub fn has_no_instr_attrib(&self) -> bool
pub fn has_no_instr_attrib(&self) -> bool
Returns true if NoInstrAttrib is present, Tag 870.
Sourcepub fn set_no_instrument_parties(&mut self, v: isize)
pub fn set_no_instrument_parties(&mut self, v: isize)
Sets NoInstrumentParties, Tag 1018.
Sourcepub fn get_no_instrument_parties(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_instrument_parties(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoInstrumentParties, Tag 1018.
Sourcepub fn has_no_instrument_parties(&self) -> bool
pub fn has_no_instrument_parties(&self) -> bool
Returns true if NoInstrumentParties is present, Tag 1018.
Sourcepub fn set_no_legs(&mut self, v: isize)
pub fn set_no_legs(&mut self, v: isize)
Sets NoLegs, Tag 555.
Sourcepub fn get_no_legs(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_legs(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoLegs, Tag 555.
Sourcepub fn has_no_legs(&self) -> bool
pub fn has_no_legs(&self) -> bool
Returns true if NoLegs is present, Tag 555.
Sourcepub fn set_no_orders(&mut self, v: isize)
pub fn set_no_orders(&mut self, v: isize)
Sets NoOrders, Tag 73.
Sourcepub fn get_no_orders(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_orders(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoOrders, Tag 73.
Sourcepub fn has_no_orders(&self) -> bool
pub fn has_no_orders(&self) -> bool
Returns true if NoOrders is present, Tag 73.
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_pos_amt(&mut self, v: isize)
pub fn set_no_pos_amt(&mut self, v: isize)
Sets NoPosAmt, Tag 753.
Sourcepub fn get_no_pos_amt(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_pos_amt(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoPosAmt, Tag 753.
Sourcepub fn has_no_pos_amt(&self) -> bool
pub fn has_no_pos_amt(&self) -> bool
Returns true if NoPosAmt is present, Tag 753.
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_no_stipulations(&mut self, v: isize)
pub fn set_no_stipulations(&mut self, v: isize)
Sets NoStipulations, Tag 232.
Sourcepub fn get_no_stipulations(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_stipulations(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoStipulations, Tag 232.
Sourcepub fn has_no_stipulations(&self) -> bool
pub fn has_no_stipulations(&self) -> bool
Returns true if NoStipulations is present, Tag 232.
Sourcepub fn set_no_underlyings(&mut self, v: isize)
pub fn set_no_underlyings(&mut self, v: isize)
Sets NoUnderlyings, Tag 711.
Sourcepub fn get_no_underlyings(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_underlyings(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoUnderlyings, Tag 711.
Sourcepub fn has_no_underlyings(&self) -> bool
pub fn has_no_underlyings(&self) -> bool
Returns true if NoUnderlyings is present, Tag 711.
Sourcepub fn set_num_days_interest(&mut self, v: isize)
pub fn set_num_days_interest(&mut self, v: isize)
Sets NumDaysInterest, Tag 157.
Sourcepub fn get_num_days_interest(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_num_days_interest(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NumDaysInterest, Tag 157.
Sourcepub fn has_num_days_interest(&self) -> bool
pub fn has_num_days_interest(&self) -> bool
Returns true if NumDaysInterest is present, Tag 157.
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_pct_at_risk(&mut self, val: Decimal, scale: i32)
pub fn set_pct_at_risk(&mut self, val: Decimal, scale: i32)
Sets PctAtRisk, Tag 869.
Sourcepub fn get_pct_at_risk(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_pct_at_risk(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets PctAtRisk, Tag 869.
Sourcepub fn has_pct_at_risk(&self) -> bool
pub fn has_pct_at_risk(&self) -> bool
Returns true if PctAtRisk is present, Tag 869.
Sourcepub fn get_pool(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_pool(&self) -> Result<String, MessageRejectErrorEnum>
Gets Pool, Tag 691.
Sourcepub fn set_position_effect(&mut self, v: String)
pub fn set_position_effect(&mut self, v: String)
Sets PositionEffect, Tag 77.
Sourcepub fn get_position_effect(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_position_effect(&self) -> Result<String, MessageRejectErrorEnum>
Gets PositionEffect, Tag 77.
Sourcepub fn has_position_effect(&self) -> bool
pub fn has_position_effect(&self) -> bool
Returns true if PositionEffect is present, Tag 77.
Sourcepub fn set_position_limit(&mut self, v: isize)
pub fn set_position_limit(&mut self, v: isize)
Sets PositionLimit, Tag 970.
Sourcepub fn get_position_limit(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_position_limit(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PositionLimit, Tag 970.
Sourcepub fn has_position_limit(&self) -> bool
pub fn has_position_limit(&self) -> bool
Returns true if PositionLimit is present, Tag 970.
Sourcepub fn set_previously_reported(&mut self, v: bool)
pub fn set_previously_reported(&mut self, v: bool)
Sets PreviouslyReported, Tag 570.
Sourcepub fn get_previously_reported(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_previously_reported(&self) -> Result<bool, MessageRejectErrorEnum>
Gets PreviouslyReported, Tag 570.
Sourcepub fn has_previously_reported(&self) -> bool
pub fn has_previously_reported(&self) -> bool
Returns true if PreviouslyReported is present, Tag 570.
Sourcepub fn set_price_type(&mut self, v: isize)
pub fn set_price_type(&mut self, v: isize)
Sets PriceType, Tag 423.
Sourcepub fn get_price_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_price_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PriceType, Tag 423.
Sourcepub fn has_price_type(&self) -> bool
pub fn has_price_type(&self) -> bool
Returns true if PriceType is present, Tag 423.
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_qty_type(&mut self, v: isize)
pub fn set_qty_type(&mut self, v: isize)
Sets QtyType, Tag 854.
Sourcepub fn get_qty_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_qty_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets QtyType, Tag 854.
Sourcepub fn has_qty_type(&self) -> bool
pub fn has_qty_type(&self) -> bool
Returns true if QtyType is present, Tag 854.
Sourcepub fn set_quantity(&mut self, val: Decimal, scale: i32)
pub fn set_quantity(&mut self, val: Decimal, scale: i32)
Sets Quantity, Tag 53.
Sourcepub fn get_quantity(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_quantity(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Quantity, Tag 53.
Sourcepub fn has_quantity(&self) -> bool
pub fn has_quantity(&self) -> bool
Returns true if Quantity is present, Tag 53.
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_ref_alloc_id(&mut self, v: String)
pub fn set_ref_alloc_id(&mut self, v: String)
Sets RefAllocID, Tag 72.
Sourcepub fn get_ref_alloc_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_ref_alloc_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets RefAllocID, Tag 72.
Sourcepub fn has_ref_alloc_id(&self) -> bool
pub fn has_ref_alloc_id(&self) -> bool
Returns true if RefAllocID is present, Tag 72.
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_reversal_indicator(&mut self, v: bool)
pub fn set_reversal_indicator(&mut self, v: bool)
Sets ReversalIndicator, Tag 700.
Sourcepub fn get_reversal_indicator(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_reversal_indicator(&self) -> Result<bool, MessageRejectErrorEnum>
Gets ReversalIndicator, Tag 700.
Sourcepub fn has_reversal_indicator(&self) -> bool
pub fn has_reversal_indicator(&self) -> bool
Returns true if ReversalIndicator is present, Tag 700.
Sourcepub fn set_rnd_px(&mut self, val: Decimal, scale: i32)
pub fn set_rnd_px(&mut self, val: Decimal, scale: i32)
Sets RndPx, Tag 991.
Sourcepub fn get_rnd_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_rnd_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets RndPx, Tag 991.
Sourcepub fn has_rnd_px(&self) -> bool
pub fn has_rnd_px(&self) -> bool
Returns true if RndPx is present, Tag 991.
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_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_status(&mut self, v: String)
pub fn set_security_status(&mut self, v: String)
Sets SecurityStatus, Tag 965.
Sourcepub fn get_security_status(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_status(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityStatus, Tag 965.
Sourcepub fn has_security_status(&self) -> bool
pub fn has_security_status(&self) -> bool
Returns true if SecurityStatus is present, Tag 965.
Sourcepub fn set_security_sub_type(&mut self, v: String)
pub fn set_security_sub_type(&mut self, v: String)
Sets SecuritySubType, Tag 762.
Sourcepub fn get_security_sub_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_sub_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecuritySubType, Tag 762.
Sourcepub fn has_security_sub_type(&self) -> bool
pub fn has_security_sub_type(&self) -> bool
Returns true if SecuritySubType is present, Tag 762.
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_settl_date(&mut self, v: String)
pub fn set_settl_date(&mut self, v: String)
Sets SettlDate, Tag 64.
Sourcepub fn get_settl_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settl_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettlDate, Tag 64.
Sourcepub fn has_settl_date(&self) -> bool
pub fn has_settl_date(&self) -> bool
Returns true if SettlDate is present, Tag 64.
Sourcepub fn set_settl_type(&mut self, v: String)
pub fn set_settl_type(&mut self, v: String)
Sets SettlType, Tag 63.
Sourcepub fn get_settl_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settl_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettlType, Tag 63.
Sourcepub fn has_settl_type(&self) -> bool
pub fn has_settl_type(&self) -> bool
Returns true if SettlType is present, Tag 63.
Sourcepub fn set_settle_on_open_flag(&mut self, v: String)
pub fn set_settle_on_open_flag(&mut self, v: String)
Sets SettleOnOpenFlag, Tag 966.
Sourcepub fn get_settle_on_open_flag(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settle_on_open_flag(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettleOnOpenFlag, Tag 966.
Sourcepub fn has_settle_on_open_flag(&self) -> bool
pub fn has_settle_on_open_flag(&self) -> bool
Returns true if SettleOnOpenFlag is present, Tag 966.
Sourcepub fn get_side(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_side(&self) -> Result<String, MessageRejectErrorEnum>
Gets Side, Tag 54.
Sourcepub fn set_spread(&mut self, val: Decimal, scale: i32)
pub fn set_spread(&mut self, val: Decimal, scale: i32)
Sets Spread, Tag 218.
Sourcepub fn get_spread(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_spread(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Spread, Tag 218.
Sourcepub fn has_spread(&self) -> bool
pub fn has_spread(&self) -> bool
Returns true if Spread is present, Tag 218.
Sourcepub fn set_start_cash(&mut self, val: Decimal, scale: i32)
pub fn set_start_cash(&mut self, val: Decimal, scale: i32)
Sets StartCash, Tag 921.
Sourcepub fn get_start_cash(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_start_cash(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets StartCash, Tag 921.
Sourcepub fn has_start_cash(&self) -> bool
pub fn has_start_cash(&self) -> bool
Returns true if StartCash is present, Tag 921.
Sourcepub fn set_start_date(&mut self, v: String)
pub fn set_start_date(&mut self, v: String)
Sets StartDate, Tag 916.
Sourcepub fn get_start_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_start_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets StartDate, Tag 916.
Sourcepub fn has_start_date(&self) -> bool
pub fn has_start_date(&self) -> bool
Returns true if StartDate is present, Tag 916.
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_currency(&mut self, v: String)
pub fn set_strike_currency(&mut self, v: String)
Sets StrikeCurrency, Tag 947.
Sourcepub fn get_strike_currency(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_strike_currency(&self) -> Result<String, MessageRejectErrorEnum>
Gets StrikeCurrency, Tag 947.
Sourcepub fn has_strike_currency(&self) -> bool
pub fn has_strike_currency(&self) -> bool
Returns true if StrikeCurrency is present, Tag 947.
Sourcepub fn set_strike_multiplier(&mut self, val: Decimal, scale: i32)
pub fn set_strike_multiplier(&mut self, val: Decimal, scale: i32)
Sets StrikeMultiplier, Tag 967.
Sourcepub fn get_strike_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_strike_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets StrikeMultiplier, Tag 967.
Sourcepub fn has_strike_multiplier(&self) -> bool
pub fn has_strike_multiplier(&self) -> bool
Returns true if StrikeMultiplier is present, Tag 967.
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_strike_value(&mut self, val: Decimal, scale: i32)
pub fn set_strike_value(&mut self, val: Decimal, scale: i32)
Sets StrikeValue, Tag 968.
Sourcepub fn get_strike_value(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_strike_value(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets StrikeValue, Tag 968.
Sourcepub fn has_strike_value(&self) -> bool
pub fn has_strike_value(&self) -> bool
Returns true if StrikeValue is present, Tag 968.
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_termination_type(&mut self, v: isize)
pub fn set_termination_type(&mut self, v: isize)
Sets TerminationType, Tag 788.
Sourcepub fn get_termination_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_termination_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets TerminationType, Tag 788.
Sourcepub fn has_termination_type(&self) -> bool
pub fn has_termination_type(&self) -> bool
Returns true if TerminationType is present, Tag 788.
Sourcepub fn get_text(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_text(&self) -> Result<String, MessageRejectErrorEnum>
Gets Text, Tag 58.
Sourcepub fn set_time_unit(&mut self, v: String)
pub fn set_time_unit(&mut self, v: String)
Sets TimeUnit, Tag 997.
Sourcepub fn get_time_unit(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_time_unit(&self) -> Result<String, MessageRejectErrorEnum>
Gets TimeUnit, Tag 997.
Sourcepub fn has_time_unit(&self) -> bool
pub fn has_time_unit(&self) -> bool
Returns true if TimeUnit is present, Tag 997.
Sourcepub fn set_tot_no_allocs(&mut self, v: isize)
pub fn set_tot_no_allocs(&mut self, v: isize)
Sets TotNoAllocs, Tag 892.
Sourcepub fn get_tot_no_allocs(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_tot_no_allocs(&self) -> Result<isize, MessageRejectErrorEnum>
Gets TotNoAllocs, Tag 892.
Sourcepub fn has_tot_no_allocs(&self) -> bool
pub fn has_tot_no_allocs(&self) -> bool
Returns true if TotNoAllocs is present, Tag 892.
Sourcepub fn set_total_accrued_interest_amt(&mut self, val: Decimal, scale: i32)
pub fn set_total_accrued_interest_amt(&mut self, val: Decimal, scale: i32)
Sets TotalAccruedInterestAmt, Tag 540.
Sourcepub fn get_total_accrued_interest_amt(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_total_accrued_interest_amt( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets TotalAccruedInterestAmt, Tag 540.
Sourcepub fn has_total_accrued_interest_amt(&self) -> bool
pub fn has_total_accrued_interest_amt(&self) -> bool
Returns true if TotalAccruedInterestAmt is present, Tag 540.
Sourcepub fn set_total_takedown(&mut self, val: Decimal, scale: i32)
pub fn set_total_takedown(&mut self, val: Decimal, scale: i32)
Sets TotalTakedown, Tag 237.
Sourcepub fn get_total_takedown(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_total_takedown(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets TotalTakedown, Tag 237.
Sourcepub fn has_total_takedown(&self) -> bool
pub fn has_total_takedown(&self) -> bool
Returns true if TotalTakedown is present, Tag 237.
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_input_device(&mut self, v: String)
pub fn set_trade_input_device(&mut self, v: String)
Sets TradeInputDevice, Tag 579.
Sourcepub fn get_trade_input_device(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_trade_input_device(&self) -> Result<String, MessageRejectErrorEnum>
Gets TradeInputDevice, Tag 579.
Sourcepub fn has_trade_input_device(&self) -> bool
pub fn has_trade_input_device(&self) -> bool
Returns true if TradeInputDevice is present, Tag 579.
Sourcepub fn set_trade_input_source(&mut self, v: String)
pub fn set_trade_input_source(&mut self, v: String)
Sets TradeInputSource, Tag 578.
Sourcepub fn get_trade_input_source(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_trade_input_source(&self) -> Result<String, MessageRejectErrorEnum>
Gets TradeInputSource, Tag 578.
Sourcepub fn has_trade_input_source(&self) -> bool
pub fn has_trade_input_source(&self) -> bool
Returns true if TradeInputSource is present, Tag 578.
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_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.
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.
Sourcepub fn set_trd_sub_type(&mut self, v: isize)
pub fn set_trd_sub_type(&mut self, v: isize)
Sets TrdSubType, Tag 829.
Sourcepub fn get_trd_sub_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_trd_sub_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets TrdSubType, Tag 829.
Sourcepub fn has_trd_sub_type(&self) -> bool
pub fn has_trd_sub_type(&self) -> bool
Returns true if TrdSubType is present, Tag 829.
Sourcepub fn set_trd_type(&mut self, v: isize)
pub fn set_trd_type(&mut self, v: isize)
Sets TrdType, Tag 828.
Sourcepub fn get_trd_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_trd_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets TrdType, Tag 828.
Sourcepub fn has_trd_type(&self) -> bool
pub fn has_trd_type(&self) -> bool
Returns true if TrdType is present, Tag 828.
Sourcepub fn set_unit_of_measure(&mut self, v: String)
pub fn set_unit_of_measure(&mut self, v: String)
Sets UnitOfMeasure, Tag 996.
Sourcepub fn get_unit_of_measure(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_unit_of_measure(&self) -> Result<String, MessageRejectErrorEnum>
Gets UnitOfMeasure, Tag 996.
Sourcepub fn has_unit_of_measure(&self) -> bool
pub fn has_unit_of_measure(&self) -> bool
Returns true if UnitOfMeasure is present, Tag 996.
Sourcepub fn get_yield(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_yield(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Yield, Tag 236.
Sourcepub fn set_yield_calc_date(&mut self, v: String)
pub fn set_yield_calc_date(&mut self, v: String)
Sets YieldCalcDate, Tag 701.
Sourcepub fn get_yield_calc_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_yield_calc_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets YieldCalcDate, Tag 701.
Sourcepub fn has_yield_calc_date(&self) -> bool
pub fn has_yield_calc_date(&self) -> bool
Returns true if YieldCalcDate is present, Tag 701.
Sourcepub fn set_yield_redemption_date(&mut self, v: String)
pub fn set_yield_redemption_date(&mut self, v: String)
Sets YieldRedemptionDate, Tag 696.
Sourcepub fn get_yield_redemption_date(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_yield_redemption_date( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets YieldRedemptionDate, Tag 696.
Sourcepub fn has_yield_redemption_date(&self) -> bool
pub fn has_yield_redemption_date(&self) -> bool
Returns true if YieldRedemptionDate is present, Tag 696.
Sourcepub fn set_yield_redemption_price(&mut self, val: Decimal, scale: i32)
pub fn set_yield_redemption_price(&mut self, val: Decimal, scale: i32)
Sets YieldRedemptionPrice, Tag 697.
Sourcepub fn get_yield_redemption_price(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_yield_redemption_price( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets YieldRedemptionPrice, Tag 697.
Sourcepub fn has_yield_redemption_price(&self) -> bool
pub fn has_yield_redemption_price(&self) -> bool
Returns true if YieldRedemptionPrice is present, Tag 697.
Sourcepub fn set_yield_redemption_price_type(&mut self, v: isize)
pub fn set_yield_redemption_price_type(&mut self, v: isize)
Sets YieldRedemptionPriceType, Tag 698.
Sourcepub fn get_yield_redemption_price_type(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_yield_redemption_price_type( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets YieldRedemptionPriceType, Tag 698.
Sourcepub fn has_yield_redemption_price_type(&self) -> bool
pub fn has_yield_redemption_price_type(&self) -> bool
Returns true if YieldRedemptionPriceType is present, Tag 698.
Sourcepub fn set_yield_type(&mut self, v: String)
pub fn set_yield_type(&mut self, v: String)
Sets YieldType, Tag 235.
Sourcepub fn get_yield_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_yield_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets YieldType, Tag 235.
Sourcepub fn has_yield_type(&self) -> bool
pub fn has_yield_type(&self) -> bool
Returns true if YieldType is present, Tag 235.