pub struct NewOrderSingle {
pub message: Message,
}Expand description
NewOrderSingle is the fix44 NewOrderSingle type, MsgType = D.
Fields§
§message: MessageImplementations§
Source§impl NewOrderSingle
impl NewOrderSingle
Sourcepub fn new(
cl_ord_id: ClOrdIDField,
side: SideField,
transact_time: TransactTimeField,
ord_type: OrdTypeField,
) -> Self
pub fn new( cl_ord_id: ClOrdIDField, side: SideField, transact_time: TransactTimeField, ord_type: OrdTypeField, ) -> Self
Creates a new NewOrderSingle with required fields.
Sourcepub fn from_message(msg: Message) -> Self
pub fn from_message(msg: Message) -> Self
Creates a NewOrderSingle from an existing Message.
Sourcepub fn to_message(self) -> Message
pub fn to_message(self) -> Message
Returns the underlying Message.
Sourcepub fn set_account(&mut self, v: String)
pub fn set_account(&mut self, v: String)
Sets Account, Tag 1.
Sourcepub fn get_account(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_account(&self) -> Result<String, MessageRejectErrorEnum>
Gets Account, Tag 1.
Sourcepub fn has_account(&self) -> bool
pub fn has_account(&self) -> bool
Returns true if Account is present, Tag 1.
Sourcepub fn set_account_type(&mut self, v: isize)
pub fn set_account_type(&mut self, v: isize)
Sets AccountType, Tag 581.
Sourcepub fn get_account_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_account_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AccountType, Tag 581.
Sourcepub fn has_account_type(&self) -> bool
pub fn has_account_type(&self) -> bool
Returns true if AccountType is present, Tag 581.
Sourcepub fn set_acct_id_source(&mut self, v: isize)
pub fn set_acct_id_source(&mut self, v: isize)
Sets AcctIDSource, Tag 660.
Sourcepub fn get_acct_id_source(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_acct_id_source(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AcctIDSource, Tag 660.
Sourcepub fn has_acct_id_source(&self) -> bool
pub fn has_acct_id_source(&self) -> bool
Returns true if AcctIDSource is present, Tag 660.
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_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_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_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_booking_unit(&mut self, v: String)
pub fn set_booking_unit(&mut self, v: String)
Sets BookingUnit, Tag 590.
Sourcepub fn get_booking_unit(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_booking_unit(&self) -> Result<String, MessageRejectErrorEnum>
Gets BookingUnit, Tag 590.
Sourcepub fn has_booking_unit(&self) -> bool
pub fn has_booking_unit(&self) -> bool
Returns true if BookingUnit is present, Tag 590.
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_cancellation_rights(&mut self, v: String)
pub fn set_cancellation_rights(&mut self, v: String)
Sets CancellationRights, Tag 480.
Sourcepub fn get_cancellation_rights(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_cancellation_rights(&self) -> Result<String, MessageRejectErrorEnum>
Gets CancellationRights, Tag 480.
Sourcepub fn has_cancellation_rights(&self) -> bool
pub fn has_cancellation_rights(&self) -> bool
Returns true if CancellationRights is present, Tag 480.
Sourcepub fn set_cash_margin(&mut self, v: String)
pub fn set_cash_margin(&mut self, v: String)
Sets CashMargin, Tag 544.
Sourcepub fn get_cash_margin(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_cash_margin(&self) -> Result<String, MessageRejectErrorEnum>
Gets CashMargin, Tag 544.
Sourcepub fn has_cash_margin(&self) -> bool
pub fn has_cash_margin(&self) -> bool
Returns true if CashMargin is present, Tag 544.
Sourcepub fn set_cash_order_qty(&mut self, val: Decimal, scale: i32)
pub fn set_cash_order_qty(&mut self, val: Decimal, scale: i32)
Sets CashOrderQty, Tag 152.
Sourcepub fn get_cash_order_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_cash_order_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets CashOrderQty, Tag 152.
Sourcepub fn has_cash_order_qty(&self) -> bool
pub fn has_cash_order_qty(&self) -> bool
Returns true if CashOrderQty is present, Tag 152.
Sourcepub fn set_cl_ord_id(&mut self, v: String)
pub fn set_cl_ord_id(&mut self, v: String)
Sets ClOrdID, Tag 11.
Sourcepub fn get_cl_ord_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_cl_ord_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets ClOrdID, Tag 11.
Sourcepub fn has_cl_ord_id(&self) -> bool
pub fn has_cl_ord_id(&self) -> bool
Returns true if ClOrdID is present, Tag 11.
Sourcepub fn set_cl_ord_link_id(&mut self, v: String)
pub fn set_cl_ord_link_id(&mut self, v: String)
Sets ClOrdLinkID, Tag 583.
Sourcepub fn get_cl_ord_link_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_cl_ord_link_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets ClOrdLinkID, Tag 583.
Sourcepub fn has_cl_ord_link_id(&self) -> bool
pub fn has_cl_ord_link_id(&self) -> bool
Returns true if ClOrdLinkID is present, Tag 583.
Sourcepub fn set_clearing_fee_indicator(&mut self, v: String)
pub fn set_clearing_fee_indicator(&mut self, v: String)
Sets ClearingFeeIndicator, Tag 635.
Sourcepub fn get_clearing_fee_indicator(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_clearing_fee_indicator( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets ClearingFeeIndicator, Tag 635.
Sourcepub fn has_clearing_fee_indicator(&self) -> bool
pub fn has_clearing_fee_indicator(&self) -> bool
Returns true if ClearingFeeIndicator is present, Tag 635.
Sourcepub fn set_comm_currency(&mut self, v: String)
pub fn set_comm_currency(&mut self, v: String)
Sets CommCurrency, Tag 479.
Sourcepub fn get_comm_currency(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_comm_currency(&self) -> Result<String, MessageRejectErrorEnum>
Gets CommCurrency, Tag 479.
Sourcepub fn has_comm_currency(&self) -> bool
pub fn has_comm_currency(&self) -> bool
Returns true if CommCurrency is present, Tag 479.
Sourcepub fn set_comm_type(&mut self, v: String)
pub fn set_comm_type(&mut self, v: String)
Sets CommType, Tag 13.
Sourcepub fn get_comm_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_comm_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets CommType, Tag 13.
Sourcepub fn has_comm_type(&self) -> bool
pub fn has_comm_type(&self) -> bool
Returns true if CommType is present, Tag 13.
Sourcepub fn set_commission(&mut self, val: Decimal, scale: i32)
pub fn set_commission(&mut self, val: Decimal, scale: i32)
Sets Commission, Tag 12.
Sourcepub fn get_commission(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_commission(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Commission, Tag 12.
Sourcepub fn has_commission(&self) -> bool
pub fn has_commission(&self) -> bool
Returns true if Commission is present, Tag 12.
Sourcepub fn set_compliance_id(&mut self, v: String)
pub fn set_compliance_id(&mut self, v: String)
Sets ComplianceID, Tag 376.
Sourcepub fn get_compliance_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_compliance_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets ComplianceID, Tag 376.
Sourcepub fn has_compliance_id(&self) -> bool
pub fn has_compliance_id(&self) -> bool
Returns true if ComplianceID is present, Tag 376.
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_covered_or_uncovered(&mut self, v: isize)
pub fn set_covered_or_uncovered(&mut self, v: isize)
Sets CoveredOrUncovered, Tag 203.
Sourcepub fn get_covered_or_uncovered(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_covered_or_uncovered(&self) -> Result<isize, MessageRejectErrorEnum>
Gets CoveredOrUncovered, Tag 203.
Sourcepub fn has_covered_or_uncovered(&self) -> bool
pub fn has_covered_or_uncovered(&self) -> bool
Returns true if CoveredOrUncovered is present, Tag 203.
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_day_booking_inst(&mut self, v: String)
pub fn set_day_booking_inst(&mut self, v: String)
Sets DayBookingInst, Tag 589.
Sourcepub fn get_day_booking_inst(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_day_booking_inst(&self) -> Result<String, MessageRejectErrorEnum>
Gets DayBookingInst, Tag 589.
Sourcepub fn has_day_booking_inst(&self) -> bool
pub fn has_day_booking_inst(&self) -> bool
Returns true if DayBookingInst is present, Tag 589.
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_designation(&mut self, v: String)
pub fn set_designation(&mut self, v: String)
Sets Designation, Tag 494.
Sourcepub fn get_designation(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_designation(&self) -> Result<String, MessageRejectErrorEnum>
Gets Designation, Tag 494.
Sourcepub fn has_designation(&self) -> bool
pub fn has_designation(&self) -> bool
Returns true if Designation is present, Tag 494.
Sourcepub fn set_discretion_inst(&mut self, v: String)
pub fn set_discretion_inst(&mut self, v: String)
Sets DiscretionInst, Tag 388.
Sourcepub fn get_discretion_inst(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_discretion_inst(&self) -> Result<String, MessageRejectErrorEnum>
Gets DiscretionInst, Tag 388.
Sourcepub fn has_discretion_inst(&self) -> bool
pub fn has_discretion_inst(&self) -> bool
Returns true if DiscretionInst is present, Tag 388.
Sourcepub fn set_discretion_limit_type(&mut self, v: isize)
pub fn set_discretion_limit_type(&mut self, v: isize)
Sets DiscretionLimitType, Tag 843.
Sourcepub fn get_discretion_limit_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_discretion_limit_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets DiscretionLimitType, Tag 843.
Sourcepub fn has_discretion_limit_type(&self) -> bool
pub fn has_discretion_limit_type(&self) -> bool
Returns true if DiscretionLimitType is present, Tag 843.
Sourcepub fn set_discretion_move_type(&mut self, v: isize)
pub fn set_discretion_move_type(&mut self, v: isize)
Sets DiscretionMoveType, Tag 841.
Sourcepub fn get_discretion_move_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_discretion_move_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets DiscretionMoveType, Tag 841.
Sourcepub fn has_discretion_move_type(&self) -> bool
pub fn has_discretion_move_type(&self) -> bool
Returns true if DiscretionMoveType is present, Tag 841.
Sourcepub fn set_discretion_offset_type(&mut self, v: isize)
pub fn set_discretion_offset_type(&mut self, v: isize)
Sets DiscretionOffsetType, Tag 842.
Sourcepub fn get_discretion_offset_type(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_discretion_offset_type( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets DiscretionOffsetType, Tag 842.
Sourcepub fn has_discretion_offset_type(&self) -> bool
pub fn has_discretion_offset_type(&self) -> bool
Returns true if DiscretionOffsetType is present, Tag 842.
Sourcepub fn set_discretion_offset_value(&mut self, val: Decimal, scale: i32)
pub fn set_discretion_offset_value(&mut self, val: Decimal, scale: i32)
Sets DiscretionOffsetValue, Tag 389.
Sourcepub fn get_discretion_offset_value(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_discretion_offset_value( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets DiscretionOffsetValue, Tag 389.
Sourcepub fn has_discretion_offset_value(&self) -> bool
pub fn has_discretion_offset_value(&self) -> bool
Returns true if DiscretionOffsetValue is present, Tag 389.
Sourcepub fn set_discretion_round_direction(&mut self, v: isize)
pub fn set_discretion_round_direction(&mut self, v: isize)
Sets DiscretionRoundDirection, Tag 844.
Sourcepub fn get_discretion_round_direction(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_discretion_round_direction( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets DiscretionRoundDirection, Tag 844.
Sourcepub fn has_discretion_round_direction(&self) -> bool
pub fn has_discretion_round_direction(&self) -> bool
Returns true if DiscretionRoundDirection is present, Tag 844.
Sourcepub fn set_discretion_scope(&mut self, v: isize)
pub fn set_discretion_scope(&mut self, v: isize)
Sets DiscretionScope, Tag 846.
Sourcepub fn get_discretion_scope(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_discretion_scope(&self) -> Result<isize, MessageRejectErrorEnum>
Gets DiscretionScope, Tag 846.
Sourcepub fn has_discretion_scope(&self) -> bool
pub fn has_discretion_scope(&self) -> bool
Returns true if DiscretionScope is present, Tag 846.
Sourcepub fn set_effective_time(&mut self, v: Timestamp)
pub fn set_effective_time(&mut self, v: Timestamp)
Sets EffectiveTime, Tag 168.
Sourcepub fn get_effective_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>
pub fn get_effective_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>
Gets EffectiveTime, Tag 168.
Sourcepub fn has_effective_time(&self) -> bool
pub fn has_effective_time(&self) -> bool
Returns true if EffectiveTime is present, Tag 168.
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_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_ex_destination(&mut self, v: String)
pub fn set_ex_destination(&mut self, v: String)
Sets ExDestination, Tag 100.
Sourcepub fn get_ex_destination(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_ex_destination(&self) -> Result<String, MessageRejectErrorEnum>
Gets ExDestination, Tag 100.
Sourcepub fn has_ex_destination(&self) -> bool
pub fn has_ex_destination(&self) -> bool
Returns true if ExDestination is present, Tag 100.
Sourcepub fn set_exec_inst(&mut self, v: String)
pub fn set_exec_inst(&mut self, v: String)
Sets ExecInst, Tag 18.
Sourcepub fn get_exec_inst(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_exec_inst(&self) -> Result<String, MessageRejectErrorEnum>
Gets ExecInst, Tag 18.
Sourcepub fn has_exec_inst(&self) -> bool
pub fn has_exec_inst(&self) -> bool
Returns true if ExecInst is present, Tag 18.
Sourcepub fn set_expire_date(&mut self, v: String)
pub fn set_expire_date(&mut self, v: String)
Sets ExpireDate, Tag 432.
Sourcepub fn get_expire_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_expire_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets ExpireDate, Tag 432.
Sourcepub fn has_expire_date(&self) -> bool
pub fn has_expire_date(&self) -> bool
Returns true if ExpireDate is present, Tag 432.
Sourcepub fn set_expire_time(&mut self, v: Timestamp)
pub fn set_expire_time(&mut self, v: Timestamp)
Sets ExpireTime, Tag 126.
Sourcepub fn get_expire_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>
pub fn get_expire_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>
Gets ExpireTime, Tag 126.
Sourcepub fn has_expire_time(&self) -> bool
pub fn has_expire_time(&self) -> bool
Returns true if ExpireTime is present, Tag 126.
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_forex_req(&mut self, v: bool)
pub fn set_forex_req(&mut self, v: bool)
Sets ForexReq, Tag 121.
Sourcepub fn get_forex_req(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_forex_req(&self) -> Result<bool, MessageRejectErrorEnum>
Gets ForexReq, Tag 121.
Sourcepub fn has_forex_req(&self) -> bool
pub fn has_forex_req(&self) -> bool
Returns true if ForexReq is present, Tag 121.
Sourcepub fn set_fund_renew_waiv(&mut self, v: String)
pub fn set_fund_renew_waiv(&mut self, v: String)
Sets FundRenewWaiv, Tag 497.
Sourcepub fn get_fund_renew_waiv(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_fund_renew_waiv(&self) -> Result<String, MessageRejectErrorEnum>
Gets FundRenewWaiv, Tag 497.
Sourcepub fn has_fund_renew_waiv(&self) -> bool
pub fn has_fund_renew_waiv(&self) -> bool
Returns true if FundRenewWaiv is present, Tag 497.
Sourcepub fn set_gt_booking_inst(&mut self, v: isize)
pub fn set_gt_booking_inst(&mut self, v: isize)
Sets GTBookingInst, Tag 427.
Sourcepub fn get_gt_booking_inst(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_gt_booking_inst(&self) -> Result<isize, MessageRejectErrorEnum>
Gets GTBookingInst, Tag 427.
Sourcepub fn has_gt_booking_inst(&self) -> bool
pub fn has_gt_booking_inst(&self) -> bool
Returns true if GTBookingInst is present, Tag 427.
Sourcepub fn set_handl_inst(&mut self, v: String)
pub fn set_handl_inst(&mut self, v: String)
Sets HandlInst, Tag 21.
Sourcepub fn get_handl_inst(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_handl_inst(&self) -> Result<String, MessageRejectErrorEnum>
Gets HandlInst, Tag 21.
Sourcepub fn has_handl_inst(&self) -> bool
pub fn has_handl_inst(&self) -> bool
Returns true if HandlInst is present, Tag 21.
Sourcepub fn get_ioiid(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_ioiid(&self) -> Result<String, MessageRejectErrorEnum>
Gets IOIID, Tag 23.
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_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_issue_date(&mut self, v: String)
pub fn set_issue_date(&mut self, v: String)
Sets IssueDate, Tag 225.
Sourcepub fn get_issue_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_issue_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets IssueDate, Tag 225.
Sourcepub fn has_issue_date(&self) -> bool
pub fn has_issue_date(&self) -> bool
Returns true if IssueDate is present, Tag 225.
Sourcepub fn set_issuer(&mut self, v: String)
pub fn set_issuer(&mut self, v: String)
Sets Issuer, Tag 106.
Sourcepub fn get_issuer(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_issuer(&self) -> Result<String, MessageRejectErrorEnum>
Gets Issuer, Tag 106.
Sourcepub fn has_issuer(&self) -> bool
pub fn has_issuer(&self) -> bool
Returns true if Issuer is present, Tag 106.
Sourcepub fn set_locale_of_issue(&mut self, v: String)
pub fn set_locale_of_issue(&mut self, v: String)
Sets LocaleOfIssue, Tag 472.
Sourcepub fn get_locale_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_locale_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
Gets LocaleOfIssue, Tag 472.
Sourcepub fn has_locale_of_issue(&self) -> bool
pub fn has_locale_of_issue(&self) -> bool
Returns true if LocaleOfIssue is present, Tag 472.
Sourcepub fn set_locate_reqd(&mut self, v: bool)
pub fn set_locate_reqd(&mut self, v: bool)
Sets LocateReqd, Tag 114.
Sourcepub fn get_locate_reqd(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_locate_reqd(&self) -> Result<bool, MessageRejectErrorEnum>
Gets LocateReqd, Tag 114.
Sourcepub fn has_locate_reqd(&self) -> bool
pub fn has_locate_reqd(&self) -> bool
Returns true if LocateReqd is present, Tag 114.
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_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_max_floor(&mut self, val: Decimal, scale: i32)
pub fn set_max_floor(&mut self, val: Decimal, scale: i32)
Sets MaxFloor, Tag 111.
Sourcepub fn get_max_floor(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_max_floor(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets MaxFloor, Tag 111.
Sourcepub fn has_max_floor(&self) -> bool
pub fn has_max_floor(&self) -> bool
Returns true if MaxFloor is present, Tag 111.
Sourcepub fn set_max_show(&mut self, val: Decimal, scale: i32)
pub fn set_max_show(&mut self, val: Decimal, scale: i32)
Sets MaxShow, Tag 210.
Sourcepub fn get_max_show(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_max_show(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets MaxShow, Tag 210.
Sourcepub fn has_max_show(&self) -> bool
pub fn has_max_show(&self) -> bool
Returns true if MaxShow is present, Tag 210.
Sourcepub fn set_min_qty(&mut self, val: Decimal, scale: i32)
pub fn set_min_qty(&mut self, val: Decimal, scale: i32)
Sets MinQty, Tag 110.
Sourcepub fn get_min_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_min_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets MinQty, Tag 110.
Sourcepub fn has_min_qty(&self) -> bool
pub fn has_min_qty(&self) -> bool
Returns true if MinQty is present, Tag 110.
Sourcepub fn set_money_laundering_status(&mut self, v: String)
pub fn set_money_laundering_status(&mut self, v: String)
Sets MoneyLaunderingStatus, Tag 481.
Sourcepub fn get_money_laundering_status(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_money_laundering_status( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets MoneyLaunderingStatus, Tag 481.
Sourcepub fn has_money_laundering_status(&self) -> bool
pub fn has_money_laundering_status(&self) -> bool
Returns true if MoneyLaunderingStatus is present, Tag 481.
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_party_i_ds(&mut self, v: isize)
pub fn set_no_party_i_ds(&mut self, v: isize)
Sets NoPartyIDs, Tag 453.
Sourcepub fn get_no_party_i_ds(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_party_i_ds(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoPartyIDs, Tag 453.
Sourcepub fn has_no_party_i_ds(&self) -> bool
pub fn has_no_party_i_ds(&self) -> bool
Returns true if NoPartyIDs is present, Tag 453.
Sourcepub fn set_no_security_alt_id(&mut self, v: isize)
pub fn set_no_security_alt_id(&mut self, v: isize)
Sets NoSecurityAltID, Tag 454.
Sourcepub fn get_no_security_alt_id(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_security_alt_id(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoSecurityAltID, Tag 454.
Sourcepub fn has_no_security_alt_id(&self) -> bool
pub fn has_no_security_alt_id(&self) -> bool
Returns true if NoSecurityAltID is present, Tag 454.
Sourcepub fn set_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_trading_sessions(&mut self, v: isize)
pub fn set_no_trading_sessions(&mut self, v: isize)
Sets NoTradingSessions, Tag 386.
Sourcepub fn get_no_trading_sessions(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_trading_sessions(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoTradingSessions, Tag 386.
Sourcepub fn has_no_trading_sessions(&self) -> bool
pub fn has_no_trading_sessions(&self) -> bool
Returns true if NoTradingSessions is present, Tag 386.
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_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_ord_type(&mut self, v: String)
pub fn set_ord_type(&mut self, v: String)
Sets OrdType, Tag 40.
Sourcepub fn get_ord_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_ord_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets OrdType, Tag 40.
Sourcepub fn has_ord_type(&self) -> bool
pub fn has_ord_type(&self) -> bool
Returns true if OrdType is present, Tag 40.
Sourcepub fn set_order_capacity(&mut self, v: String)
pub fn set_order_capacity(&mut self, v: String)
Sets OrderCapacity, Tag 528.
Sourcepub fn get_order_capacity(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_order_capacity(&self) -> Result<String, MessageRejectErrorEnum>
Gets OrderCapacity, Tag 528.
Sourcepub fn has_order_capacity(&self) -> bool
pub fn has_order_capacity(&self) -> bool
Returns true if OrderCapacity is present, Tag 528.
Sourcepub fn set_order_percent(&mut self, val: Decimal, scale: i32)
pub fn set_order_percent(&mut self, val: Decimal, scale: i32)
Sets OrderPercent, Tag 516.
Sourcepub fn get_order_percent(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_order_percent(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets OrderPercent, Tag 516.
Sourcepub fn has_order_percent(&self) -> bool
pub fn has_order_percent(&self) -> bool
Returns true if OrderPercent is present, Tag 516.
Sourcepub fn set_order_qty(&mut self, val: Decimal, scale: i32)
pub fn set_order_qty(&mut self, val: Decimal, scale: i32)
Sets OrderQty, Tag 38.
Sourcepub fn get_order_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_order_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets OrderQty, Tag 38.
Sourcepub fn has_order_qty(&self) -> bool
pub fn has_order_qty(&self) -> bool
Returns true if OrderQty is present, Tag 38.
Sourcepub fn set_order_qty2(&mut self, val: Decimal, scale: i32)
pub fn set_order_qty2(&mut self, val: Decimal, scale: i32)
Sets OrderQty2, Tag 192.
Sourcepub fn get_order_qty2(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_order_qty2(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets OrderQty2, Tag 192.
Sourcepub fn has_order_qty2(&self) -> bool
pub fn has_order_qty2(&self) -> bool
Returns true if OrderQty2 is present, Tag 192.
Sourcepub fn set_order_restrictions(&mut self, v: String)
pub fn set_order_restrictions(&mut self, v: String)
Sets OrderRestrictions, Tag 529.
Sourcepub fn get_order_restrictions(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_order_restrictions(&self) -> Result<String, MessageRejectErrorEnum>
Gets OrderRestrictions, Tag 529.
Sourcepub fn has_order_restrictions(&self) -> bool
pub fn has_order_restrictions(&self) -> bool
Returns true if OrderRestrictions is present, Tag 529.
Sourcepub fn set_participation_rate(&mut self, val: Decimal, scale: i32)
pub fn set_participation_rate(&mut self, val: Decimal, scale: i32)
Sets ParticipationRate, Tag 849.
Sourcepub fn get_participation_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_participation_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets ParticipationRate, Tag 849.
Sourcepub fn has_participation_rate(&self) -> bool
pub fn has_participation_rate(&self) -> bool
Returns true if ParticipationRate is present, Tag 849.
Sourcepub fn set_peg_limit_type(&mut self, v: isize)
pub fn set_peg_limit_type(&mut self, v: isize)
Sets PegLimitType, Tag 837.
Sourcepub fn get_peg_limit_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_peg_limit_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PegLimitType, Tag 837.
Sourcepub fn has_peg_limit_type(&self) -> bool
pub fn has_peg_limit_type(&self) -> bool
Returns true if PegLimitType is present, Tag 837.
Sourcepub fn set_peg_move_type(&mut self, v: isize)
pub fn set_peg_move_type(&mut self, v: isize)
Sets PegMoveType, Tag 835.
Sourcepub fn get_peg_move_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_peg_move_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PegMoveType, Tag 835.
Sourcepub fn has_peg_move_type(&self) -> bool
pub fn has_peg_move_type(&self) -> bool
Returns true if PegMoveType is present, Tag 835.
Sourcepub fn set_peg_offset_type(&mut self, v: isize)
pub fn set_peg_offset_type(&mut self, v: isize)
Sets PegOffsetType, Tag 836.
Sourcepub fn get_peg_offset_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_peg_offset_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PegOffsetType, Tag 836.
Sourcepub fn has_peg_offset_type(&self) -> bool
pub fn has_peg_offset_type(&self) -> bool
Returns true if PegOffsetType is present, Tag 836.
Sourcepub fn set_peg_offset_value(&mut self, val: Decimal, scale: i32)
pub fn set_peg_offset_value(&mut self, val: Decimal, scale: i32)
Sets PegOffsetValue, Tag 211.
Sourcepub fn get_peg_offset_value(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_peg_offset_value(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets PegOffsetValue, Tag 211.
Sourcepub fn has_peg_offset_value(&self) -> bool
pub fn has_peg_offset_value(&self) -> bool
Returns true if PegOffsetValue is present, Tag 211.
Sourcepub fn set_peg_round_direction(&mut self, v: isize)
pub fn set_peg_round_direction(&mut self, v: isize)
Sets PegRoundDirection, Tag 838.
Sourcepub fn get_peg_round_direction(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_peg_round_direction(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PegRoundDirection, Tag 838.
Sourcepub fn has_peg_round_direction(&self) -> bool
pub fn has_peg_round_direction(&self) -> bool
Returns true if PegRoundDirection is present, Tag 838.
Sourcepub fn set_peg_scope(&mut self, v: isize)
pub fn set_peg_scope(&mut self, v: isize)
Sets PegScope, Tag 840.
Sourcepub fn get_peg_scope(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_peg_scope(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PegScope, Tag 840.
Sourcepub fn has_peg_scope(&self) -> bool
pub fn has_peg_scope(&self) -> bool
Returns true if PegScope is present, Tag 840.
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_prealloc_method(&mut self, v: String)
pub fn set_prealloc_method(&mut self, v: String)
Sets PreallocMethod, Tag 591.
Sourcepub fn get_prealloc_method(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_prealloc_method(&self) -> Result<String, MessageRejectErrorEnum>
Gets PreallocMethod, Tag 591.
Sourcepub fn has_prealloc_method(&self) -> bool
pub fn has_prealloc_method(&self) -> bool
Returns true if PreallocMethod is present, Tag 591.
Sourcepub fn set_prev_close_px(&mut self, val: Decimal, scale: i32)
pub fn set_prev_close_px(&mut self, val: Decimal, scale: i32)
Sets PrevClosePx, Tag 140.
Sourcepub fn get_prev_close_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_prev_close_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets PrevClosePx, Tag 140.
Sourcepub fn has_prev_close_px(&self) -> bool
pub fn has_prev_close_px(&self) -> bool
Returns true if PrevClosePx is present, Tag 140.
Sourcepub fn get_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Price, Tag 44.
Sourcepub fn set_price2(&mut self, val: Decimal, scale: i32)
pub fn set_price2(&mut self, val: Decimal, scale: i32)
Sets Price2, Tag 640.
Sourcepub fn get_price2(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_price2(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Price2, Tag 640.
Sourcepub fn has_price2(&self) -> bool
pub fn has_price2(&self) -> bool
Returns true if Price2 is present, Tag 640.
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_process_code(&mut self, v: String)
pub fn set_process_code(&mut self, v: String)
Sets ProcessCode, Tag 81.
Sourcepub fn get_process_code(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_process_code(&self) -> Result<String, MessageRejectErrorEnum>
Gets ProcessCode, Tag 81.
Sourcepub fn has_process_code(&self) -> bool
pub fn has_process_code(&self) -> bool
Returns true if ProcessCode is present, Tag 81.
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_quote_id(&mut self, v: String)
pub fn set_quote_id(&mut self, v: String)
Sets QuoteID, Tag 117.
Sourcepub fn get_quote_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_quote_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets QuoteID, Tag 117.
Sourcepub fn has_quote_id(&self) -> bool
pub fn has_quote_id(&self) -> bool
Returns true if QuoteID is present, Tag 117.
Sourcepub fn set_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_regist_id(&mut self, v: String)
pub fn set_regist_id(&mut self, v: String)
Sets RegistID, Tag 513.
Sourcepub fn get_regist_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_regist_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets RegistID, Tag 513.
Sourcepub fn has_regist_id(&self) -> bool
pub fn has_regist_id(&self) -> bool
Returns true if RegistID is present, Tag 513.
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_rounding_direction(&mut self, v: String)
pub fn set_rounding_direction(&mut self, v: String)
Sets RoundingDirection, Tag 468.
Sourcepub fn get_rounding_direction(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_rounding_direction(&self) -> Result<String, MessageRejectErrorEnum>
Gets RoundingDirection, Tag 468.
Sourcepub fn has_rounding_direction(&self) -> bool
pub fn has_rounding_direction(&self) -> bool
Returns true if RoundingDirection is present, Tag 468.
Sourcepub fn set_rounding_modulus(&mut self, val: Decimal, scale: i32)
pub fn set_rounding_modulus(&mut self, val: Decimal, scale: i32)
Sets RoundingModulus, Tag 469.
Sourcepub fn get_rounding_modulus(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_rounding_modulus(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets RoundingModulus, Tag 469.
Sourcepub fn has_rounding_modulus(&self) -> bool
pub fn has_rounding_modulus(&self) -> bool
Returns true if RoundingModulus is present, Tag 469.
Sourcepub fn set_secondary_cl_ord_id(&mut self, v: String)
pub fn set_secondary_cl_ord_id(&mut self, v: String)
Sets SecondaryClOrdID, Tag 526.
Sourcepub fn get_secondary_cl_ord_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_secondary_cl_ord_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecondaryClOrdID, Tag 526.
Sourcepub fn has_secondary_cl_ord_id(&self) -> bool
pub fn has_secondary_cl_ord_id(&self) -> bool
Returns true if SecondaryClOrdID is present, Tag 526.
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_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_currency(&mut self, v: String)
pub fn set_settl_currency(&mut self, v: String)
Sets SettlCurrency, Tag 120.
Sourcepub fn get_settl_currency(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settl_currency(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettlCurrency, Tag 120.
Sourcepub fn has_settl_currency(&self) -> bool
pub fn has_settl_currency(&self) -> bool
Returns true if SettlCurrency is present, Tag 120.
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_date2(&mut self, v: String)
pub fn set_settl_date2(&mut self, v: String)
Sets SettlDate2, Tag 193.
Sourcepub fn get_settl_date2(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settl_date2(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettlDate2, Tag 193.
Sourcepub fn has_settl_date2(&self) -> bool
pub fn has_settl_date2(&self) -> bool
Returns true if SettlDate2 is present, Tag 193.
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 get_side(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_side(&self) -> Result<String, MessageRejectErrorEnum>
Gets Side, Tag 54.
Sourcepub fn set_solicited_flag(&mut self, v: bool)
pub fn set_solicited_flag(&mut self, v: bool)
Sets SolicitedFlag, Tag 377.
Sourcepub fn get_solicited_flag(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_solicited_flag(&self) -> Result<bool, MessageRejectErrorEnum>
Gets SolicitedFlag, Tag 377.
Sourcepub fn has_solicited_flag(&self) -> bool
pub fn has_solicited_flag(&self) -> bool
Returns true if SolicitedFlag is present, Tag 377.
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_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_stop_px(&mut self, val: Decimal, scale: i32)
pub fn set_stop_px(&mut self, val: Decimal, scale: i32)
Sets StopPx, Tag 99.
Sourcepub fn get_stop_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_stop_px(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets StopPx, Tag 99.
Sourcepub fn has_stop_px(&self) -> bool
pub fn has_stop_px(&self) -> bool
Returns true if StopPx is present, Tag 99.
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_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_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_target_strategy(&mut self, v: isize)
pub fn set_target_strategy(&mut self, v: isize)
Sets TargetStrategy, Tag 847.
Sourcepub fn get_target_strategy(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_target_strategy(&self) -> Result<isize, MessageRejectErrorEnum>
Gets TargetStrategy, Tag 847.
Sourcepub fn has_target_strategy(&self) -> bool
pub fn has_target_strategy(&self) -> bool
Returns true if TargetStrategy is present, Tag 847.
Sourcepub fn set_target_strategy_parameters(&mut self, v: String)
pub fn set_target_strategy_parameters(&mut self, v: String)
Sets TargetStrategyParameters, Tag 848.
Sourcepub fn get_target_strategy_parameters(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_target_strategy_parameters( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets TargetStrategyParameters, Tag 848.
Sourcepub fn has_target_strategy_parameters(&self) -> bool
pub fn has_target_strategy_parameters(&self) -> bool
Returns true if TargetStrategyParameters is present, Tag 848.
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_in_force(&mut self, v: String)
pub fn set_time_in_force(&mut self, v: String)
Sets TimeInForce, Tag 59.
Sourcepub fn get_time_in_force(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_time_in_force(&self) -> Result<String, MessageRejectErrorEnum>
Gets TimeInForce, Tag 59.
Sourcepub fn has_time_in_force(&self) -> bool
pub fn has_time_in_force(&self) -> bool
Returns true if TimeInForce is present, Tag 59.
Sourcepub fn set_trade_date(&mut self, v: String)
pub fn set_trade_date(&mut self, v: String)
Sets TradeDate, Tag 75.
Sourcepub fn get_trade_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_trade_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets TradeDate, Tag 75.
Sourcepub fn has_trade_date(&self) -> bool
pub fn has_trade_date(&self) -> bool
Returns true if TradeDate is present, Tag 75.
Sourcepub fn set_trade_origination_date(&mut self, v: String)
pub fn set_trade_origination_date(&mut self, v: String)
Sets TradeOriginationDate, Tag 229.
Sourcepub fn get_trade_origination_date(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_trade_origination_date( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets TradeOriginationDate, Tag 229.
Sourcepub fn has_trade_origination_date(&self) -> bool
pub fn has_trade_origination_date(&self) -> bool
Returns true if TradeOriginationDate is present, Tag 229.
Sourcepub fn set_transact_time(&mut self, v: Timestamp)
pub fn set_transact_time(&mut self, v: Timestamp)
Sets TransactTime, Tag 60.
Sourcepub fn get_transact_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>
pub fn get_transact_time(&self) -> Result<Timestamp, MessageRejectErrorEnum>
Gets TransactTime, Tag 60.
Sourcepub fn has_transact_time(&self) -> bool
pub fn has_transact_time(&self) -> bool
Returns true if TransactTime is present, Tag 60.
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.