Skip to main content

ExecutionReport

Struct ExecutionReport 

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

ExecutionReport is the fix50sp2 ExecutionReport type, MsgType = 8.

Fields§

§message: Message

Implementations§

Source§

impl ExecutionReport

Source

pub fn new( order_id: OrderIDField, exec_id: ExecIDField, exec_type: ExecTypeField, ord_status: OrdStatusField, side: SideField, leaves_qty: LeavesQtyField, cum_qty: CumQtyField, ) -> Self

Creates a new ExecutionReport with required fields.

Source

pub fn from_message(msg: Message) -> Self

Creates a ExecutionReport from an existing Message.

Source

pub fn to_message(self) -> Message

Returns the underlying Message.

Source

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

Sets Account, Tag 1.

Source

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

Gets Account, Tag 1.

Source

pub fn has_account(&self) -> bool

Returns true if Account is present, Tag 1.

Source

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

Sets AccountType, Tag 581.

Source

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

Gets AccountType, Tag 581.

Source

pub fn has_account_type(&self) -> bool

Returns true if AccountType is present, Tag 581.

Source

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

Sets AccruedInterestAmt, Tag 159.

Source

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

Gets AccruedInterestAmt, Tag 159.

Source

pub fn has_accrued_interest_amt(&self) -> bool

Returns true if AccruedInterestAmt is present, Tag 159.

Source

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

Sets AccruedInterestRate, Tag 158.

Source

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

Gets AccruedInterestRate, Tag 158.

Source

pub fn has_accrued_interest_rate(&self) -> bool

Returns true if AccruedInterestRate is present, Tag 158.

Source

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

Sets AcctIDSource, Tag 660.

Source

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

Gets AcctIDSource, Tag 660.

Source

pub fn has_acct_id_source(&self) -> bool

Returns true if AcctIDSource is present, Tag 660.

Source

pub fn set_aggressor_indicator(&mut self, v: bool)

Sets AggressorIndicator, Tag 1057.

Source

pub fn get_aggressor_indicator(&self) -> Result<bool, MessageRejectErrorEnum>

Gets AggressorIndicator, Tag 1057.

Source

pub fn has_aggressor_indicator(&self) -> bool

Returns true if AggressorIndicator is present, Tag 1057.

Source

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

Sets AgreementCurrency, Tag 918.

Source

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

Gets AgreementCurrency, Tag 918.

Source

pub fn has_agreement_currency(&self) -> bool

Returns true if AgreementCurrency is present, Tag 918.

Source

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

Sets AgreementDate, Tag 915.

Source

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

Gets AgreementDate, Tag 915.

Source

pub fn has_agreement_date(&self) -> bool

Returns true if AgreementDate is present, Tag 915.

Source

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

Sets AgreementDesc, Tag 913.

Source

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

Gets AgreementDesc, Tag 913.

Source

pub fn has_agreement_desc(&self) -> bool

Returns true if AgreementDesc is present, Tag 913.

Source

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

Sets AgreementID, Tag 914.

Source

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

Gets AgreementID, Tag 914.

Source

pub fn has_agreement_id(&self) -> bool

Returns true if AgreementID is present, Tag 914.

Source

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

Sets AllocID, Tag 70.

Source

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

Gets AllocID, Tag 70.

Source

pub fn has_alloc_id(&self) -> bool

Returns true if AllocID is present, Tag 70.

Source

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

Sets ApplID, Tag 1180.

Source

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

Gets ApplID, Tag 1180.

Source

pub fn has_appl_id(&self) -> bool

Returns true if ApplID is present, Tag 1180.

Source

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

Sets ApplLastSeqNum, Tag 1350.

Source

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

Gets ApplLastSeqNum, Tag 1350.

Source

pub fn has_appl_last_seq_num(&self) -> bool

Returns true if ApplLastSeqNum is present, Tag 1350.

Source

pub fn set_appl_resend_flag(&mut self, v: bool)

Sets ApplResendFlag, Tag 1352.

Source

pub fn get_appl_resend_flag(&self) -> Result<bool, MessageRejectErrorEnum>

Gets ApplResendFlag, Tag 1352.

Source

pub fn has_appl_resend_flag(&self) -> bool

Returns true if ApplResendFlag is present, Tag 1352.

Source

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

Sets ApplSeqNum, Tag 1181.

Source

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

Gets ApplSeqNum, Tag 1181.

Source

pub fn has_appl_seq_num(&self) -> bool

Returns true if ApplSeqNum is present, Tag 1181.

Source

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

Sets AttachmentPoint, Tag 1457.

Source

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

Gets AttachmentPoint, Tag 1457.

Source

pub fn has_attachment_point(&self) -> bool

Returns true if AttachmentPoint is present, Tag 1457.

Source

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

Sets AvgPx, Tag 6.

Source

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

Gets AvgPx, Tag 6.

Source

pub fn has_avg_px(&self) -> bool

Returns true if AvgPx is present, Tag 6.

Source

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

Sets BasisFeatureDate, Tag 259.

Source

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

Gets BasisFeatureDate, Tag 259.

Source

pub fn has_basis_feature_date(&self) -> bool

Returns true if BasisFeatureDate is present, Tag 259.

Source

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

Sets BasisFeaturePrice, Tag 260.

Source

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

Gets BasisFeaturePrice, Tag 260.

Source

pub fn has_basis_feature_price(&self) -> bool

Returns true if BasisFeaturePrice is present, Tag 260.

Source

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

Sets BenchmarkCurveCurrency, Tag 220.

Source

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

Gets BenchmarkCurveCurrency, Tag 220.

Source

pub fn has_benchmark_curve_currency(&self) -> bool

Returns true if BenchmarkCurveCurrency is present, Tag 220.

Source

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

Sets BenchmarkCurveName, Tag 221.

Source

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

Gets BenchmarkCurveName, Tag 221.

Source

pub fn has_benchmark_curve_name(&self) -> bool

Returns true if BenchmarkCurveName is present, Tag 221.

Source

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

Sets BenchmarkCurvePoint, Tag 222.

Source

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

Gets BenchmarkCurvePoint, Tag 222.

Source

pub fn has_benchmark_curve_point(&self) -> bool

Returns true if BenchmarkCurvePoint is present, Tag 222.

Source

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

Sets BenchmarkPrice, Tag 662.

Source

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

Gets BenchmarkPrice, Tag 662.

Source

pub fn has_benchmark_price(&self) -> bool

Returns true if BenchmarkPrice is present, Tag 662.

Source

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

Sets BenchmarkPriceType, Tag 663.

Source

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

Gets BenchmarkPriceType, Tag 663.

Source

pub fn has_benchmark_price_type(&self) -> bool

Returns true if BenchmarkPriceType is present, Tag 663.

Source

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

Sets BenchmarkSecurityID, Tag 699.

Source

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

Gets BenchmarkSecurityID, Tag 699.

Source

pub fn has_benchmark_security_id(&self) -> bool

Returns true if BenchmarkSecurityID is present, Tag 699.

Source

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

Sets BenchmarkSecurityIDSource, Tag 761.

Source

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

Gets BenchmarkSecurityIDSource, Tag 761.

Source

pub fn has_benchmark_security_id_source(&self) -> bool

Returns true if BenchmarkSecurityIDSource is present, Tag 761.

Source

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

Sets BookingType, Tag 775.

Source

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

Gets BookingType, Tag 775.

Source

pub fn has_booking_type(&self) -> bool

Returns true if BookingType is present, Tag 775.

Source

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

Sets BookingUnit, Tag 590.

Source

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

Gets BookingUnit, Tag 590.

Source

pub fn has_booking_unit(&self) -> bool

Returns true if BookingUnit is present, Tag 590.

Source

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

Sets CFICode, Tag 461.

Source

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

Gets CFICode, Tag 461.

Source

pub fn has_cfi_code(&self) -> bool

Returns true if CFICode is present, Tag 461.

Source

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

Sets CPProgram, Tag 875.

Source

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

Gets CPProgram, Tag 875.

Source

pub fn has_cp_program(&self) -> bool

Returns true if CPProgram is present, Tag 875.

Source

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

Sets CPRegType, Tag 876.

Source

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

Gets CPRegType, Tag 876.

Source

pub fn has_cp_reg_type(&self) -> bool

Returns true if CPRegType is present, Tag 876.

Source

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

Sets CalculatedCcyLastQty, Tag 1056.

Source

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

Gets CalculatedCcyLastQty, Tag 1056.

Source

pub fn has_calculated_ccy_last_qty(&self) -> bool

Returns true if CalculatedCcyLastQty is present, Tag 1056.

Source

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

Sets CancellationRights, Tag 480.

Source

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

Gets CancellationRights, Tag 480.

Source

pub fn has_cancellation_rights(&self) -> bool

Returns true if CancellationRights is present, Tag 480.

Source

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

Sets CapPrice, Tag 1199.

Source

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

Gets CapPrice, Tag 1199.

Source

pub fn has_cap_price(&self) -> bool

Returns true if CapPrice is present, Tag 1199.

Source

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

Sets CashMargin, Tag 544.

Source

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

Gets CashMargin, Tag 544.

Source

pub fn has_cash_margin(&self) -> bool

Returns true if CashMargin is present, Tag 544.

Source

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

Sets CashOrderQty, Tag 152.

Source

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

Gets CashOrderQty, Tag 152.

Source

pub fn has_cash_order_qty(&self) -> bool

Returns true if CashOrderQty is present, Tag 152.

Source

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

Sets ClOrdID, Tag 11.

Source

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

Gets ClOrdID, Tag 11.

Source

pub fn has_cl_ord_id(&self) -> bool

Returns true if ClOrdID is present, Tag 11.

Sets ClOrdLinkID, Tag 583.

Gets ClOrdLinkID, Tag 583.

Returns true if ClOrdLinkID is present, Tag 583.

Source

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

Sets ClearingFeeIndicator, Tag 635.

Source

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

Gets ClearingFeeIndicator, Tag 635.

Source

pub fn has_clearing_fee_indicator(&self) -> bool

Returns true if ClearingFeeIndicator is present, Tag 635.

Source

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

Sets CommCurrency, Tag 479.

Source

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

Gets CommCurrency, Tag 479.

Source

pub fn has_comm_currency(&self) -> bool

Returns true if CommCurrency is present, Tag 479.

Source

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

Sets CommType, Tag 13.

Source

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

Gets CommType, Tag 13.

Source

pub fn has_comm_type(&self) -> bool

Returns true if CommType is present, Tag 13.

Source

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

Sets Commission, Tag 12.

Source

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

Gets Commission, Tag 12.

Source

pub fn has_commission(&self) -> bool

Returns true if Commission is present, Tag 12.

Source

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

Sets ComplianceID, Tag 376.

Source

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

Gets ComplianceID, Tag 376.

Source

pub fn has_compliance_id(&self) -> bool

Returns true if ComplianceID is present, Tag 376.

Source

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

Sets Concession, Tag 238.

Source

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

Gets Concession, Tag 238.

Source

pub fn has_concession(&self) -> bool

Returns true if Concession is present, Tag 238.

Source

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

Sets ContractMultiplier, Tag 231.

Source

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

Gets ContractMultiplier, Tag 231.

Source

pub fn has_contract_multiplier(&self) -> bool

Returns true if ContractMultiplier is present, Tag 231.

Source

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

Sets ContractMultiplierUnit, Tag 1435.

Source

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

Gets ContractMultiplierUnit, Tag 1435.

Source

pub fn has_contract_multiplier_unit(&self) -> bool

Returns true if ContractMultiplierUnit is present, Tag 1435.

Source

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

Sets ContractSettlMonth, Tag 667.

Source

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

Gets ContractSettlMonth, Tag 667.

Source

pub fn has_contract_settl_month(&self) -> bool

Returns true if ContractSettlMonth is present, Tag 667.

Source

pub fn set_copy_msg_indicator(&mut self, v: bool)

Sets CopyMsgIndicator, Tag 797.

Source

pub fn get_copy_msg_indicator(&self) -> Result<bool, MessageRejectErrorEnum>

Gets CopyMsgIndicator, Tag 797.

Source

pub fn has_copy_msg_indicator(&self) -> bool

Returns true if CopyMsgIndicator is present, Tag 797.

Source

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

Sets CountryOfIssue, Tag 470.

Source

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

Gets CountryOfIssue, Tag 470.

Source

pub fn has_country_of_issue(&self) -> bool

Returns true if CountryOfIssue is present, Tag 470.

Source

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

Sets CouponPaymentDate, Tag 224.

Source

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

Gets CouponPaymentDate, Tag 224.

Source

pub fn has_coupon_payment_date(&self) -> bool

Returns true if CouponPaymentDate is present, Tag 224.

Source

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

Sets CouponRate, Tag 223.

Source

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

Gets CouponRate, Tag 223.

Source

pub fn has_coupon_rate(&self) -> bool

Returns true if CouponRate is present, Tag 223.

Source

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

Sets CreditRating, Tag 255.

Source

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

Gets CreditRating, Tag 255.

Source

pub fn has_credit_rating(&self) -> bool

Returns true if CreditRating is present, Tag 255.

Source

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

Sets CrossID, Tag 548.

Source

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

Gets CrossID, Tag 548.

Source

pub fn has_cross_id(&self) -> bool

Returns true if CrossID is present, Tag 548.

Source

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

Sets CrossType, Tag 549.

Source

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

Gets CrossType, Tag 549.

Source

pub fn has_cross_type(&self) -> bool

Returns true if CrossType is present, Tag 549.

Source

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

Sets CumQty, Tag 14.

Source

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

Gets CumQty, Tag 14.

Source

pub fn has_cum_qty(&self) -> bool

Returns true if CumQty is present, Tag 14.

Source

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

Sets Currency, Tag 15.

Source

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

Gets Currency, Tag 15.

Source

pub fn has_currency(&self) -> bool

Returns true if Currency is present, Tag 15.

Source

pub fn set_cust_directed_order(&mut self, v: bool)

Sets CustDirectedOrder, Tag 1029.

Source

pub fn get_cust_directed_order(&self) -> Result<bool, MessageRejectErrorEnum>

Gets CustDirectedOrder, Tag 1029.

Source

pub fn has_cust_directed_order(&self) -> bool

Returns true if CustDirectedOrder is present, Tag 1029.

Source

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

Sets CustOrderCapacity, Tag 582.

Source

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

Gets CustOrderCapacity, Tag 582.

Source

pub fn has_cust_order_capacity(&self) -> bool

Returns true if CustOrderCapacity is present, Tag 582.

Source

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

Sets CustOrderHandlingInst, Tag 1031.

Source

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

Gets CustOrderHandlingInst, Tag 1031.

Source

pub fn has_cust_order_handling_inst(&self) -> bool

Returns true if CustOrderHandlingInst is present, Tag 1031.

Source

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

Sets DatedDate, Tag 873.

Source

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

Gets DatedDate, Tag 873.

Source

pub fn has_dated_date(&self) -> bool

Returns true if DatedDate is present, Tag 873.

Source

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

Sets DayAvgPx, Tag 426.

Source

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

Gets DayAvgPx, Tag 426.

Source

pub fn has_day_avg_px(&self) -> bool

Returns true if DayAvgPx is present, Tag 426.

Source

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

Sets DayBookingInst, Tag 589.

Source

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

Gets DayBookingInst, Tag 589.

Source

pub fn has_day_booking_inst(&self) -> bool

Returns true if DayBookingInst is present, Tag 589.

Source

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

Sets DayCumQty, Tag 425.

Source

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

Gets DayCumQty, Tag 425.

Source

pub fn has_day_cum_qty(&self) -> bool

Returns true if DayCumQty is present, Tag 425.

Source

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

Sets DayOrderQty, Tag 424.

Source

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

Gets DayOrderQty, Tag 424.

Source

pub fn has_day_order_qty(&self) -> bool

Returns true if DayOrderQty is present, Tag 424.

Source

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

Sets DeliveryType, Tag 919.

Source

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

Gets DeliveryType, Tag 919.

Source

pub fn has_delivery_type(&self) -> bool

Returns true if DeliveryType is present, Tag 919.

Source

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

Sets Designation, Tag 494.

Source

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

Gets Designation, Tag 494.

Source

pub fn has_designation(&self) -> bool

Returns true if Designation is present, Tag 494.

Source

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

Sets DetachmentPoint, Tag 1458.

Source

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

Gets DetachmentPoint, Tag 1458.

Source

pub fn has_detachment_point(&self) -> bool

Returns true if DetachmentPoint is present, Tag 1458.

Source

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

Sets DiscretionInst, Tag 388.

Source

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

Gets DiscretionInst, Tag 388.

Source

pub fn has_discretion_inst(&self) -> bool

Returns true if DiscretionInst is present, Tag 388.

Source

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

Sets DiscretionLimitType, Tag 843.

Source

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

Gets DiscretionLimitType, Tag 843.

Source

pub fn has_discretion_limit_type(&self) -> bool

Returns true if DiscretionLimitType is present, Tag 843.

Source

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

Sets DiscretionMoveType, Tag 841.

Source

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

Gets DiscretionMoveType, Tag 841.

Source

pub fn has_discretion_move_type(&self) -> bool

Returns true if DiscretionMoveType is present, Tag 841.

Source

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

Sets DiscretionOffsetType, Tag 842.

Source

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

Gets DiscretionOffsetType, Tag 842.

Source

pub fn has_discretion_offset_type(&self) -> bool

Returns true if DiscretionOffsetType is present, Tag 842.

Source

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

Sets DiscretionOffsetValue, Tag 389.

Source

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

Gets DiscretionOffsetValue, Tag 389.

Source

pub fn has_discretion_offset_value(&self) -> bool

Returns true if DiscretionOffsetValue is present, Tag 389.

Source

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

Sets DiscretionPrice, Tag 845.

Source

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

Gets DiscretionPrice, Tag 845.

Source

pub fn has_discretion_price(&self) -> bool

Returns true if DiscretionPrice is present, Tag 845.

Source

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

Sets DiscretionRoundDirection, Tag 844.

Source

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

Gets DiscretionRoundDirection, Tag 844.

Source

pub fn has_discretion_round_direction(&self) -> bool

Returns true if DiscretionRoundDirection is present, Tag 844.

Source

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

Sets DiscretionScope, Tag 846.

Source

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

Gets DiscretionScope, Tag 846.

Source

pub fn has_discretion_scope(&self) -> bool

Returns true if DiscretionScope is present, Tag 846.

Source

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

Sets DisplayHighQty, Tag 1086.

Source

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

Gets DisplayHighQty, Tag 1086.

Source

pub fn has_display_high_qty(&self) -> bool

Returns true if DisplayHighQty is present, Tag 1086.

Source

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

Sets DisplayLowQty, Tag 1085.

Source

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

Gets DisplayLowQty, Tag 1085.

Source

pub fn has_display_low_qty(&self) -> bool

Returns true if DisplayLowQty is present, Tag 1085.

Source

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

Sets DisplayMethod, Tag 1084.

Source

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

Gets DisplayMethod, Tag 1084.

Source

pub fn has_display_method(&self) -> bool

Returns true if DisplayMethod is present, Tag 1084.

Source

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

Sets DisplayMinIncr, Tag 1087.

Source

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

Gets DisplayMinIncr, Tag 1087.

Source

pub fn has_display_min_incr(&self) -> bool

Returns true if DisplayMinIncr is present, Tag 1087.

Source

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

Sets DisplayQty, Tag 1138.

Source

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

Gets DisplayQty, Tag 1138.

Source

pub fn has_display_qty(&self) -> bool

Returns true if DisplayQty is present, Tag 1138.

Source

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

Sets DisplayWhen, Tag 1083.

Source

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

Gets DisplayWhen, Tag 1083.

Source

pub fn has_display_when(&self) -> bool

Returns true if DisplayWhen is present, Tag 1083.

Source

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

Sets DividendYield, Tag 1380.

Source

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

Gets DividendYield, Tag 1380.

Source

pub fn has_dividend_yield(&self) -> bool

Returns true if DividendYield is present, Tag 1380.

Source

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

Sets EffectiveTime, Tag 168.

Source

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

Gets EffectiveTime, Tag 168.

Source

pub fn has_effective_time(&self) -> bool

Returns true if EffectiveTime is present, Tag 168.

Source

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

Sets EncodedIssuer, Tag 349.

Source

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

Gets EncodedIssuer, Tag 349.

Source

pub fn has_encoded_issuer(&self) -> bool

Returns true if EncodedIssuer is present, Tag 349.

Source

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

Sets EncodedIssuerLen, Tag 348.

Source

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

Gets EncodedIssuerLen, Tag 348.

Source

pub fn has_encoded_issuer_len(&self) -> bool

Returns true if EncodedIssuerLen is present, Tag 348.

Source

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

Sets EncodedSecurityDesc, Tag 351.

Source

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

Gets EncodedSecurityDesc, Tag 351.

Source

pub fn has_encoded_security_desc(&self) -> bool

Returns true if EncodedSecurityDesc is present, Tag 351.

Source

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

Sets EncodedSecurityDescLen, Tag 350.

Source

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

Gets EncodedSecurityDescLen, Tag 350.

Source

pub fn has_encoded_security_desc_len(&self) -> bool

Returns true if EncodedSecurityDescLen is present, Tag 350.

Source

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

Sets EncodedText, Tag 355.

Source

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

Gets EncodedText, Tag 355.

Source

pub fn has_encoded_text(&self) -> bool

Returns true if EncodedText is present, Tag 355.

Source

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

Sets EncodedTextLen, Tag 354.

Source

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

Gets EncodedTextLen, Tag 354.

Source

pub fn has_encoded_text_len(&self) -> bool

Returns true if EncodedTextLen is present, Tag 354.

Source

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

Sets EndAccruedInterestAmt, Tag 920.

Source

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

Gets EndAccruedInterestAmt, Tag 920.

Source

pub fn has_end_accrued_interest_amt(&self) -> bool

Returns true if EndAccruedInterestAmt is present, Tag 920.

Source

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

Sets EndCash, Tag 922.

Source

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

Gets EndCash, Tag 922.

Source

pub fn has_end_cash(&self) -> bool

Returns true if EndCash is present, Tag 922.

Source

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

Sets EndDate, Tag 917.

Source

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

Gets EndDate, Tag 917.

Source

pub fn has_end_date(&self) -> bool

Returns true if EndDate is present, Tag 917.

Source

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

Sets ExDate, Tag 230.

Source

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

Gets ExDate, Tag 230.

Source

pub fn has_ex_date(&self) -> bool

Returns true if ExDate is present, Tag 230.

Source

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

Sets ExecID, Tag 17.

Source

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

Gets ExecID, Tag 17.

Source

pub fn has_exec_id(&self) -> bool

Returns true if ExecID is present, Tag 17.

Source

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

Sets ExecInst, Tag 18.

Source

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

Gets ExecInst, Tag 18.

Source

pub fn has_exec_inst(&self) -> bool

Returns true if ExecInst is present, Tag 18.

Source

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

Sets ExecPriceAdjustment, Tag 485.

Source

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

Gets ExecPriceAdjustment, Tag 485.

Source

pub fn has_exec_price_adjustment(&self) -> bool

Returns true if ExecPriceAdjustment is present, Tag 485.

Source

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

Sets ExecPriceType, Tag 484.

Source

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

Gets ExecPriceType, Tag 484.

Source

pub fn has_exec_price_type(&self) -> bool

Returns true if ExecPriceType is present, Tag 484.

Source

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

Sets ExecRefID, Tag 19.

Source

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

Gets ExecRefID, Tag 19.

Source

pub fn has_exec_ref_id(&self) -> bool

Returns true if ExecRefID is present, Tag 19.

Source

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

Sets ExecRestatementReason, Tag 378.

Source

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

Gets ExecRestatementReason, Tag 378.

Source

pub fn has_exec_restatement_reason(&self) -> bool

Returns true if ExecRestatementReason is present, Tag 378.

Source

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

Sets ExecType, Tag 150.

Source

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

Gets ExecType, Tag 150.

Source

pub fn has_exec_type(&self) -> bool

Returns true if ExecType is present, Tag 150.

Source

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

Sets ExecValuationPoint, Tag 515.

Source

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

Gets ExecValuationPoint, Tag 515.

Source

pub fn has_exec_valuation_point(&self) -> bool

Returns true if ExecValuationPoint is present, Tag 515.

Source

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

Sets ExerciseStyle, Tag 1194.

Source

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

Gets ExerciseStyle, Tag 1194.

Source

pub fn has_exercise_style(&self) -> bool

Returns true if ExerciseStyle is present, Tag 1194.

Source

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

Sets ExpireDate, Tag 432.

Source

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

Gets ExpireDate, Tag 432.

Source

pub fn has_expire_date(&self) -> bool

Returns true if ExpireDate is present, Tag 432.

Source

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

Sets ExpireTime, Tag 126.

Source

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

Gets ExpireTime, Tag 126.

Source

pub fn has_expire_time(&self) -> bool

Returns true if ExpireTime is present, Tag 126.

Source

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

Sets Factor, Tag 228.

Source

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

Gets Factor, Tag 228.

Source

pub fn has_factor(&self) -> bool

Returns true if Factor is present, Tag 228.

Source

pub fn set_flex_product_eligibility_indicator(&mut self, v: bool)

Sets FlexProductEligibilityIndicator, Tag 1242.

Source

pub fn get_flex_product_eligibility_indicator( &self, ) -> Result<bool, MessageRejectErrorEnum>

Gets FlexProductEligibilityIndicator, Tag 1242.

Source

pub fn has_flex_product_eligibility_indicator(&self) -> bool

Returns true if FlexProductEligibilityIndicator is present, Tag 1242.

Source

pub fn set_flexible_indicator(&mut self, v: bool)

Sets FlexibleIndicator, Tag 1244.

Source

pub fn get_flexible_indicator(&self) -> Result<bool, MessageRejectErrorEnum>

Gets FlexibleIndicator, Tag 1244.

Source

pub fn has_flexible_indicator(&self) -> bool

Returns true if FlexibleIndicator is present, Tag 1244.

Source

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

Sets FloorPrice, Tag 1200.

Source

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

Gets FloorPrice, Tag 1200.

Source

pub fn has_floor_price(&self) -> bool

Returns true if FloorPrice is present, Tag 1200.

Source

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

Sets FlowScheduleType, Tag 1439.

Source

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

Gets FlowScheduleType, Tag 1439.

Source

pub fn has_flow_schedule_type(&self) -> bool

Returns true if FlowScheduleType is present, Tag 1439.

Source

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

Sets FundRenewWaiv, Tag 497.

Source

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

Gets FundRenewWaiv, Tag 497.

Source

pub fn has_fund_renew_waiv(&self) -> bool

Returns true if FundRenewWaiv is present, Tag 497.

Source

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

Sets GTBookingInst, Tag 427.

Source

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

Gets GTBookingInst, Tag 427.

Source

pub fn has_gt_booking_inst(&self) -> bool

Returns true if GTBookingInst is present, Tag 427.

Source

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

Sets GrossTradeAmt, Tag 381.

Source

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

Gets GrossTradeAmt, Tag 381.

Source

pub fn has_gross_trade_amt(&self) -> bool

Returns true if GrossTradeAmt is present, Tag 381.

Source

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

Sets HandlInst, Tag 21.

Source

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

Gets HandlInst, Tag 21.

Source

pub fn has_handl_inst(&self) -> bool

Returns true if HandlInst is present, Tag 21.

Source

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

Sets HostCrossID, Tag 961.

Source

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

Gets HostCrossID, Tag 961.

Source

pub fn has_host_cross_id(&self) -> bool

Returns true if HostCrossID is present, Tag 961.

Source

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

Sets InstrRegistry, Tag 543.

Source

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

Gets InstrRegistry, Tag 543.

Source

pub fn has_instr_registry(&self) -> bool

Returns true if InstrRegistry is present, Tag 543.

Source

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

Sets InstrmtAssignmentMethod, Tag 1049.

Source

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

Gets InstrmtAssignmentMethod, Tag 1049.

Source

pub fn has_instrmt_assignment_method(&self) -> bool

Returns true if InstrmtAssignmentMethod is present, Tag 1049.

Source

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

Sets InterestAccrualDate, Tag 874.

Source

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

Gets InterestAccrualDate, Tag 874.

Source

pub fn has_interest_accrual_date(&self) -> bool

Returns true if InterestAccrualDate is present, Tag 874.

Source

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

Sets InterestAtMaturity, Tag 738.

Source

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

Gets InterestAtMaturity, Tag 738.

Source

pub fn has_interest_at_maturity(&self) -> bool

Returns true if InterestAtMaturity is present, Tag 738.

Source

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

Sets IssueDate, Tag 225.

Source

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

Gets IssueDate, Tag 225.

Source

pub fn has_issue_date(&self) -> bool

Returns true if IssueDate is present, Tag 225.

Source

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

Sets Issuer, Tag 106.

Source

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

Gets Issuer, Tag 106.

Source

pub fn has_issuer(&self) -> bool

Returns true if Issuer is present, Tag 106.

Source

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

Sets LastCapacity, Tag 29.

Source

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

Gets LastCapacity, Tag 29.

Source

pub fn has_last_capacity(&self) -> bool

Returns true if LastCapacity is present, Tag 29.

Source

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

Sets LastForwardPoints, Tag 195.

Source

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

Gets LastForwardPoints, Tag 195.

Source

pub fn has_last_forward_points(&self) -> bool

Returns true if LastForwardPoints is present, Tag 195.

Source

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

Sets LastForwardPoints2, Tag 641.

Source

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

Gets LastForwardPoints2, Tag 641.

Source

pub fn has_last_forward_points2(&self) -> bool

Returns true if LastForwardPoints2 is present, Tag 641.

Source

pub fn set_last_fragment(&mut self, v: bool)

Sets LastFragment, Tag 893.

Source

pub fn get_last_fragment(&self) -> Result<bool, MessageRejectErrorEnum>

Gets LastFragment, Tag 893.

Source

pub fn has_last_fragment(&self) -> bool

Returns true if LastFragment is present, Tag 893.

Source

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

Sets LastLiquidityInd, Tag 851.

Source

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

Gets LastLiquidityInd, Tag 851.

Source

pub fn has_last_liquidity_ind(&self) -> bool

Returns true if LastLiquidityInd is present, Tag 851.

Source

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

Sets LastMkt, Tag 30.

Source

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

Gets LastMkt, Tag 30.

Source

pub fn has_last_mkt(&self) -> bool

Returns true if LastMkt is present, Tag 30.

Source

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

Sets LastParPx, Tag 669.

Source

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

Gets LastParPx, Tag 669.

Source

pub fn has_last_par_px(&self) -> bool

Returns true if LastParPx is present, Tag 669.

Source

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

Sets LastPx, Tag 31.

Source

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

Gets LastPx, Tag 31.

Source

pub fn has_last_px(&self) -> bool

Returns true if LastPx is present, Tag 31.

Source

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

Sets LastQty, Tag 32.

Source

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

Gets LastQty, Tag 32.

Source

pub fn has_last_qty(&self) -> bool

Returns true if LastQty is present, Tag 32.

Source

pub fn set_last_rpt_requested(&mut self, v: bool)

Sets LastRptRequested, Tag 912.

Source

pub fn get_last_rpt_requested(&self) -> Result<bool, MessageRejectErrorEnum>

Gets LastRptRequested, Tag 912.

Source

pub fn has_last_rpt_requested(&self) -> bool

Returns true if LastRptRequested is present, Tag 912.

Source

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

Sets LastSpotRate, Tag 194.

Source

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

Gets LastSpotRate, Tag 194.

Source

pub fn has_last_spot_rate(&self) -> bool

Returns true if LastSpotRate is present, Tag 194.

Source

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

Sets LastSwapPoints, Tag 1071.

Source

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

Gets LastSwapPoints, Tag 1071.

Source

pub fn has_last_swap_points(&self) -> bool

Returns true if LastSwapPoints is present, Tag 1071.

Source

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

Sets LeavesQty, Tag 151.

Source

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

Gets LeavesQty, Tag 151.

Source

pub fn has_leaves_qty(&self) -> bool

Returns true if LeavesQty is present, Tag 151.

Source

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

Sets ListID, Tag 66.

Source

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

Gets ListID, Tag 66.

Source

pub fn has_list_id(&self) -> bool

Returns true if ListID is present, Tag 66.

Source

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

Sets ListMethod, Tag 1198.

Source

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

Gets ListMethod, Tag 1198.

Source

pub fn has_list_method(&self) -> bool

Returns true if ListMethod is present, Tag 1198.

Source

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

Sets LocaleOfIssue, Tag 472.

Source

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

Gets LocaleOfIssue, Tag 472.

Source

pub fn has_locale_of_issue(&self) -> bool

Returns true if LocaleOfIssue is present, Tag 472.

Source

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

Sets LotType, Tag 1093.

Source

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

Gets LotType, Tag 1093.

Source

pub fn has_lot_type(&self) -> bool

Returns true if LotType is present, Tag 1093.

Source

pub fn set_manual_order_indicator(&mut self, v: bool)

Sets ManualOrderIndicator, Tag 1028.

Source

pub fn get_manual_order_indicator(&self) -> Result<bool, MessageRejectErrorEnum>

Gets ManualOrderIndicator, Tag 1028.

Source

pub fn has_manual_order_indicator(&self) -> bool

Returns true if ManualOrderIndicator is present, Tag 1028.

Source

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

Sets MarginRatio, Tag 898.

Source

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

Gets MarginRatio, Tag 898.

Source

pub fn has_margin_ratio(&self) -> bool

Returns true if MarginRatio is present, Tag 898.

Source

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

Sets MassStatusReqID, Tag 584.

Source

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

Gets MassStatusReqID, Tag 584.

Source

pub fn has_mass_status_req_id(&self) -> bool

Returns true if MassStatusReqID is present, Tag 584.

Source

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

Sets MatchIncrement, Tag 1089.

Source

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

Gets MatchIncrement, Tag 1089.

Source

pub fn has_match_increment(&self) -> bool

Returns true if MatchIncrement is present, Tag 1089.

Source

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

Sets MatchType, Tag 574.

Source

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

Gets MatchType, Tag 574.

Source

pub fn has_match_type(&self) -> bool

Returns true if MatchType is present, Tag 574.

Source

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

Sets MaturityDate, Tag 541.

Source

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

Gets MaturityDate, Tag 541.

Source

pub fn has_maturity_date(&self) -> bool

Returns true if MaturityDate is present, Tag 541.

Source

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

Sets MaturityMonthYear, Tag 200.

Source

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

Gets MaturityMonthYear, Tag 200.

Source

pub fn has_maturity_month_year(&self) -> bool

Returns true if MaturityMonthYear is present, Tag 200.

Source

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

Sets MaturityTime, Tag 1079.

Source

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

Gets MaturityTime, Tag 1079.

Source

pub fn has_maturity_time(&self) -> bool

Returns true if MaturityTime is present, Tag 1079.

Source

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

Sets MaxFloor, Tag 111.

Source

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

Gets MaxFloor, Tag 111.

Source

pub fn has_max_floor(&self) -> bool

Returns true if MaxFloor is present, Tag 111.

Source

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

Sets MaxPriceLevels, Tag 1090.

Source

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

Gets MaxPriceLevels, Tag 1090.

Source

pub fn has_max_price_levels(&self) -> bool

Returns true if MaxPriceLevels is present, Tag 1090.

Source

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

Sets MaxShow, Tag 210.

Source

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

Gets MaxShow, Tag 210.

Source

pub fn has_max_show(&self) -> bool

Returns true if MaxShow is present, Tag 210.

Source

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

Sets MinPriceIncrement, Tag 969.

Source

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

Gets MinPriceIncrement, Tag 969.

Source

pub fn has_min_price_increment(&self) -> bool

Returns true if MinPriceIncrement is present, Tag 969.

Source

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

Sets MinPriceIncrementAmount, Tag 1146.

Source

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

Gets MinPriceIncrementAmount, Tag 1146.

Source

pub fn has_min_price_increment_amount(&self) -> bool

Returns true if MinPriceIncrementAmount is present, Tag 1146.

Source

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

Sets MinQty, Tag 110.

Source

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

Gets MinQty, Tag 110.

Source

pub fn has_min_qty(&self) -> bool

Returns true if MinQty is present, Tag 110.

Source

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

Sets MoneyLaunderingStatus, Tag 481.

Source

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

Gets MoneyLaunderingStatus, Tag 481.

Source

pub fn has_money_laundering_status(&self) -> bool

Returns true if MoneyLaunderingStatus is present, Tag 481.

Source

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

Sets MultiLegReportingType, Tag 442.

Source

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

Gets MultiLegReportingType, Tag 442.

Source

pub fn has_multi_leg_reporting_type(&self) -> bool

Returns true if MultiLegReportingType is present, Tag 442.

Source

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

Sets NTPositionLimit, Tag 971.

Source

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

Gets NTPositionLimit, Tag 971.

Source

pub fn has_nt_position_limit(&self) -> bool

Returns true if NTPositionLimit is present, Tag 971.

Source

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

Sets NetMoney, Tag 118.

Source

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

Gets NetMoney, Tag 118.

Source

pub fn has_net_money(&self) -> bool

Returns true if NetMoney is present, Tag 118.

Source

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

Sets NoAllocs, Tag 78.

Source

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

Gets NoAllocs, Tag 78.

Source

pub fn has_no_allocs(&self) -> bool

Returns true if NoAllocs is present, Tag 78.

Source

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

Sets NoComplexEvents, Tag 1483.

Source

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

Gets NoComplexEvents, Tag 1483.

Source

pub fn has_no_complex_events(&self) -> bool

Returns true if NoComplexEvents is present, Tag 1483.

Source

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

Sets NoContAmts, Tag 518.

Source

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

Gets NoContAmts, Tag 518.

Source

pub fn has_no_cont_amts(&self) -> bool

Returns true if NoContAmts is present, Tag 518.

Source

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

Sets NoContraBrokers, Tag 382.

Source

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

Gets NoContraBrokers, Tag 382.

Source

pub fn has_no_contra_brokers(&self) -> bool

Returns true if NoContraBrokers is present, Tag 382.

Source

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

Sets NoEvents, Tag 864.

Source

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

Gets NoEvents, Tag 864.

Source

pub fn has_no_events(&self) -> bool

Returns true if NoEvents is present, Tag 864.

Source

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

Sets NoFills, Tag 1362.

Source

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

Gets NoFills, Tag 1362.

Source

pub fn has_no_fills(&self) -> bool

Returns true if NoFills is present, Tag 1362.

Source

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

Sets NoInstrumentParties, Tag 1018.

Source

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

Gets NoInstrumentParties, Tag 1018.

Source

pub fn has_no_instrument_parties(&self) -> bool

Returns true if NoInstrumentParties is present, Tag 1018.

Source

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

Sets NoLegs, Tag 555.

Source

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

Gets NoLegs, Tag 555.

Source

pub fn has_no_legs(&self) -> bool

Returns true if NoLegs is present, Tag 555.

Source

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

Sets NoMiscFees, Tag 136.

Source

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

Gets NoMiscFees, Tag 136.

Source

pub fn has_no_misc_fees(&self) -> bool

Returns true if NoMiscFees is present, Tag 136.

Source

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

Sets NoPartyIDs, Tag 453.

Source

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

Gets NoPartyIDs, Tag 453.

Source

pub fn has_no_party_i_ds(&self) -> bool

Returns true if NoPartyIDs is present, Tag 453.

Source

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

Sets NoRateSources, Tag 1445.

Source

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

Gets NoRateSources, Tag 1445.

Source

pub fn has_no_rate_sources(&self) -> bool

Returns true if NoRateSources is present, Tag 1445.

Source

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

Sets NoSecurityAltID, Tag 454.

Source

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

Gets NoSecurityAltID, Tag 454.

Source

pub fn has_no_security_alt_id(&self) -> bool

Returns true if NoSecurityAltID is present, Tag 454.

Source

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

Sets NoStipulations, Tag 232.

Source

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

Gets NoStipulations, Tag 232.

Source

pub fn has_no_stipulations(&self) -> bool

Returns true if NoStipulations is present, Tag 232.

Source

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

Sets NoStrategyParameters, Tag 957.

Source

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

Gets NoStrategyParameters, Tag 957.

Source

pub fn has_no_strategy_parameters(&self) -> bool

Returns true if NoStrategyParameters is present, Tag 957.

Source

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

Sets NoTrdRegTimestamps, Tag 768.

Source

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

Gets NoTrdRegTimestamps, Tag 768.

Source

pub fn has_no_trd_reg_timestamps(&self) -> bool

Returns true if NoTrdRegTimestamps is present, Tag 768.

Source

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

Sets NoUnderlyings, Tag 711.

Source

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

Gets NoUnderlyings, Tag 711.

Source

pub fn has_no_underlyings(&self) -> bool

Returns true if NoUnderlyings is present, Tag 711.

Source

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

Sets NotionalPercentageOutstanding, Tag 1451.

Source

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

Gets NotionalPercentageOutstanding, Tag 1451.

Source

pub fn has_notional_percentage_outstanding(&self) -> bool

Returns true if NotionalPercentageOutstanding is present, Tag 1451.

Source

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

Sets NumDaysInterest, Tag 157.

Source

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

Gets NumDaysInterest, Tag 157.

Source

pub fn has_num_days_interest(&self) -> bool

Returns true if NumDaysInterest is present, Tag 157.

Source

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

Sets OptAttribute, Tag 206.

Source

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

Gets OptAttribute, Tag 206.

Source

pub fn has_opt_attribute(&self) -> bool

Returns true if OptAttribute is present, Tag 206.

Source

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

Sets OptPayoutAmount, Tag 1195.

Source

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

Gets OptPayoutAmount, Tag 1195.

Source

pub fn has_opt_payout_amount(&self) -> bool

Returns true if OptPayoutAmount is present, Tag 1195.

Source

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

Sets OptPayoutType, Tag 1482.

Source

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

Gets OptPayoutType, Tag 1482.

Source

pub fn has_opt_payout_type(&self) -> bool

Returns true if OptPayoutType is present, Tag 1482.

Source

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

Sets OrdRejReason, Tag 103.

Source

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

Gets OrdRejReason, Tag 103.

Source

pub fn has_ord_rej_reason(&self) -> bool

Returns true if OrdRejReason is present, Tag 103.

Source

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

Sets OrdStatus, Tag 39.

Source

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

Gets OrdStatus, Tag 39.

Source

pub fn has_ord_status(&self) -> bool

Returns true if OrdStatus is present, Tag 39.

Source

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

Sets OrdStatusReqID, Tag 790.

Source

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

Gets OrdStatusReqID, Tag 790.

Source

pub fn has_ord_status_req_id(&self) -> bool

Returns true if OrdStatusReqID is present, Tag 790.

Source

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

Sets OrdType, Tag 40.

Source

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

Gets OrdType, Tag 40.

Source

pub fn has_ord_type(&self) -> bool

Returns true if OrdType is present, Tag 40.

Source

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

Sets OrderCapacity, Tag 528.

Source

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

Gets OrderCapacity, Tag 528.

Source

pub fn has_order_capacity(&self) -> bool

Returns true if OrderCapacity is present, Tag 528.

Source

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

Sets OrderCategory, Tag 1115.

Source

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

Gets OrderCategory, Tag 1115.

Source

pub fn has_order_category(&self) -> bool

Returns true if OrderCategory is present, Tag 1115.

Source

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

Sets OrderHandlingInstSource, Tag 1032.

Source

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

Gets OrderHandlingInstSource, Tag 1032.

Source

pub fn has_order_handling_inst_source(&self) -> bool

Returns true if OrderHandlingInstSource is present, Tag 1032.

Source

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

Sets OrderID, Tag 37.

Source

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

Gets OrderID, Tag 37.

Source

pub fn has_order_id(&self) -> bool

Returns true if OrderID is present, Tag 37.

Source

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

Sets OrderPercent, Tag 516.

Source

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

Gets OrderPercent, Tag 516.

Source

pub fn has_order_percent(&self) -> bool

Returns true if OrderPercent is present, Tag 516.

Source

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

Sets OrderQty, Tag 38.

Source

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

Gets OrderQty, Tag 38.

Source

pub fn has_order_qty(&self) -> bool

Returns true if OrderQty is present, Tag 38.

Source

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

Sets OrderQty2, Tag 192.

Source

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

Gets OrderQty2, Tag 192.

Source

pub fn has_order_qty2(&self) -> bool

Returns true if OrderQty2 is present, Tag 192.

Source

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

Sets OrderRestrictions, Tag 529.

Source

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

Gets OrderRestrictions, Tag 529.

Source

pub fn has_order_restrictions(&self) -> bool

Returns true if OrderRestrictions is present, Tag 529.

Source

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

Sets OrigClOrdID, Tag 41.

Source

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

Gets OrigClOrdID, Tag 41.

Source

pub fn has_orig_cl_ord_id(&self) -> bool

Returns true if OrigClOrdID is present, Tag 41.

Source

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

Sets OrigCrossID, Tag 551.

Source

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

Gets OrigCrossID, Tag 551.

Source

pub fn has_orig_cross_id(&self) -> bool

Returns true if OrigCrossID is present, Tag 551.

Source

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

Sets OriginalNotionalPercentageOutstanding, Tag 1452.

Source

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

Gets OriginalNotionalPercentageOutstanding, Tag 1452.

Source

pub fn has_original_notional_percentage_outstanding(&self) -> bool

Returns true if OriginalNotionalPercentageOutstanding is present, Tag 1452.

Source

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

Sets ParticipationRate, Tag 849.

Source

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

Gets ParticipationRate, Tag 849.

Source

pub fn has_participation_rate(&self) -> bool

Returns true if ParticipationRate is present, Tag 849.

Source

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

Sets PegLimitType, Tag 837.

Source

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

Gets PegLimitType, Tag 837.

Source

pub fn has_peg_limit_type(&self) -> bool

Returns true if PegLimitType is present, Tag 837.

Source

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

Sets PegMoveType, Tag 835.

Source

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

Gets PegMoveType, Tag 835.

Source

pub fn has_peg_move_type(&self) -> bool

Returns true if PegMoveType is present, Tag 835.

Source

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

Sets PegOffsetType, Tag 836.

Source

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

Gets PegOffsetType, Tag 836.

Source

pub fn has_peg_offset_type(&self) -> bool

Returns true if PegOffsetType is present, Tag 836.

Source

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

Sets PegOffsetValue, Tag 211.

Source

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

Gets PegOffsetValue, Tag 211.

Source

pub fn has_peg_offset_value(&self) -> bool

Returns true if PegOffsetValue is present, Tag 211.

Source

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

Sets PegPriceType, Tag 1094.

Source

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

Gets PegPriceType, Tag 1094.

Source

pub fn has_peg_price_type(&self) -> bool

Returns true if PegPriceType is present, Tag 1094.

Source

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

Sets PegRoundDirection, Tag 838.

Source

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

Gets PegRoundDirection, Tag 838.

Source

pub fn has_peg_round_direction(&self) -> bool

Returns true if PegRoundDirection is present, Tag 838.

Source

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

Sets PegScope, Tag 840.

Source

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

Gets PegScope, Tag 840.

Source

pub fn has_peg_scope(&self) -> bool

Returns true if PegScope is present, Tag 840.

Source

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

Sets PegSecurityDesc, Tag 1099.

Source

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

Gets PegSecurityDesc, Tag 1099.

Source

pub fn has_peg_security_desc(&self) -> bool

Returns true if PegSecurityDesc is present, Tag 1099.

Source

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

Sets PegSecurityID, Tag 1097.

Source

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

Gets PegSecurityID, Tag 1097.

Source

pub fn has_peg_security_id(&self) -> bool

Returns true if PegSecurityID is present, Tag 1097.

Source

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

Sets PegSecurityIDSource, Tag 1096.

Source

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

Gets PegSecurityIDSource, Tag 1096.

Source

pub fn has_peg_security_id_source(&self) -> bool

Returns true if PegSecurityIDSource is present, Tag 1096.

Source

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

Sets PegSymbol, Tag 1098.

Source

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

Gets PegSymbol, Tag 1098.

Source

pub fn has_peg_symbol(&self) -> bool

Returns true if PegSymbol is present, Tag 1098.

Source

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

Sets PeggedPrice, Tag 839.

Source

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

Gets PeggedPrice, Tag 839.

Source

pub fn has_pegged_price(&self) -> bool

Returns true if PeggedPrice is present, Tag 839.

Source

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

Sets PeggedRefPrice, Tag 1095.

Source

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

Gets PeggedRefPrice, Tag 1095.

Source

pub fn has_pegged_ref_price(&self) -> bool

Returns true if PeggedRefPrice is present, Tag 1095.

Source

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

Sets Pool, Tag 691.

Source

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

Gets Pool, Tag 691.

Source

pub fn has_pool(&self) -> bool

Returns true if Pool is present, Tag 691.

Source

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

Sets PositionEffect, Tag 77.

Source

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

Gets PositionEffect, Tag 77.

Source

pub fn has_position_effect(&self) -> bool

Returns true if PositionEffect is present, Tag 77.

Source

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

Sets PositionLimit, Tag 970.

Source

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

Gets PositionLimit, Tag 970.

Source

pub fn has_position_limit(&self) -> bool

Returns true if PositionLimit is present, Tag 970.

Source

pub fn set_pre_trade_anonymity(&mut self, v: bool)

Sets PreTradeAnonymity, Tag 1091.

Source

pub fn get_pre_trade_anonymity(&self) -> Result<bool, MessageRejectErrorEnum>

Gets PreTradeAnonymity, Tag 1091.

Source

pub fn has_pre_trade_anonymity(&self) -> bool

Returns true if PreTradeAnonymity is present, Tag 1091.

Source

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

Sets PreallocMethod, Tag 591.

Source

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

Gets PreallocMethod, Tag 591.

Source

pub fn has_prealloc_method(&self) -> bool

Returns true if PreallocMethod is present, Tag 591.

Source

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

Sets Price, Tag 44.

Source

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

Gets Price, Tag 44.

Source

pub fn has_price(&self) -> bool

Returns true if Price is present, Tag 44.

Source

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

Sets PriceDelta, Tag 811.

Source

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

Gets PriceDelta, Tag 811.

Source

pub fn has_price_delta(&self) -> bool

Returns true if PriceDelta is present, Tag 811.

Source

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

Sets PriceImprovement, Tag 639.

Source

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

Gets PriceImprovement, Tag 639.

Source

pub fn has_price_improvement(&self) -> bool

Returns true if PriceImprovement is present, Tag 639.

Source

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

Sets PriceProtectionScope, Tag 1092.

Source

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

Gets PriceProtectionScope, Tag 1092.

Source

pub fn has_price_protection_scope(&self) -> bool

Returns true if PriceProtectionScope is present, Tag 1092.

Source

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

Sets PriceQuoteMethod, Tag 1196.

Source

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

Gets PriceQuoteMethod, Tag 1196.

Source

pub fn has_price_quote_method(&self) -> bool

Returns true if PriceQuoteMethod is present, Tag 1196.

Source

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

Sets PriceType, Tag 423.

Source

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

Gets PriceType, Tag 423.

Source

pub fn has_price_type(&self) -> bool

Returns true if PriceType is present, Tag 423.

Source

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

Sets PriceUnitOfMeasure, Tag 1191.

Source

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

Gets PriceUnitOfMeasure, Tag 1191.

Source

pub fn has_price_unit_of_measure(&self) -> bool

Returns true if PriceUnitOfMeasure is present, Tag 1191.

Source

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

Sets PriceUnitOfMeasureQty, Tag 1192.

Source

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

Gets PriceUnitOfMeasureQty, Tag 1192.

Source

pub fn has_price_unit_of_measure_qty(&self) -> bool

Returns true if PriceUnitOfMeasureQty is present, Tag 1192.

Source

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

Sets PriorityIndicator, Tag 638.

Source

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

Gets PriorityIndicator, Tag 638.

Source

pub fn has_priority_indicator(&self) -> bool

Returns true if PriorityIndicator is present, Tag 638.

Source

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

Sets Product, Tag 460.

Source

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

Gets Product, Tag 460.

Source

pub fn has_product(&self) -> bool

Returns true if Product is present, Tag 460.

Source

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

Sets ProductComplex, Tag 1227.

Source

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

Gets ProductComplex, Tag 1227.

Source

pub fn has_product_complex(&self) -> bool

Returns true if ProductComplex is present, Tag 1227.

Source

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

Sets PutOrCall, Tag 201.

Source

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

Gets PutOrCall, Tag 201.

Source

pub fn has_put_or_call(&self) -> bool

Returns true if PutOrCall is present, Tag 201.

Source

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

Sets QtyType, Tag 854.

Source

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

Gets QtyType, Tag 854.

Source

pub fn has_qty_type(&self) -> bool

Returns true if QtyType is present, Tag 854.

Source

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

Sets QuoteRespID, Tag 693.

Source

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

Gets QuoteRespID, Tag 693.

Source

pub fn has_quote_resp_id(&self) -> bool

Returns true if QuoteRespID is present, Tag 693.

Source

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

Sets ReceivedDeptID, Tag 1030.

Source

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

Gets ReceivedDeptID, Tag 1030.

Source

pub fn has_received_dept_id(&self) -> bool

Returns true if ReceivedDeptID is present, Tag 1030.

Source

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

Sets RedemptionDate, Tag 240.

Source

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

Gets RedemptionDate, Tag 240.

Source

pub fn has_redemption_date(&self) -> bool

Returns true if RedemptionDate is present, Tag 240.

Source

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

Sets RefreshQty, Tag 1088.

Source

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

Gets RefreshQty, Tag 1088.

Source

pub fn has_refresh_qty(&self) -> bool

Returns true if RefreshQty is present, Tag 1088.

Source

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

Sets RegistID, Tag 513.

Source

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

Gets RegistID, Tag 513.

Source

pub fn has_regist_id(&self) -> bool

Returns true if RegistID is present, Tag 513.

Source

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

Sets RepoCollateralSecurityType, Tag 239.

Source

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

Gets RepoCollateralSecurityType, Tag 239.

Source

pub fn has_repo_collateral_security_type(&self) -> bool

Returns true if RepoCollateralSecurityType is present, Tag 239.

Source

pub fn set_report_to_exch(&mut self, v: bool)

Sets ReportToExch, Tag 113.

Source

pub fn get_report_to_exch(&self) -> Result<bool, MessageRejectErrorEnum>

Gets ReportToExch, Tag 113.

Source

pub fn has_report_to_exch(&self) -> bool

Returns true if ReportToExch is present, Tag 113.

Source

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

Sets RepurchaseRate, Tag 227.

Source

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

Gets RepurchaseRate, Tag 227.

Source

pub fn has_repurchase_rate(&self) -> bool

Returns true if RepurchaseRate is present, Tag 227.

Source

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

Sets RepurchaseTerm, Tag 226.

Source

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

Gets RepurchaseTerm, Tag 226.

Source

pub fn has_repurchase_term(&self) -> bool

Returns true if RepurchaseTerm is present, Tag 226.

Source

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

Sets RestructuringType, Tag 1449.

Source

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

Gets RestructuringType, Tag 1449.

Source

pub fn has_restructuring_type(&self) -> bool

Returns true if RestructuringType is present, Tag 1449.

Source

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

Sets RiskFreeRate, Tag 1190.

Source

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

Gets RiskFreeRate, Tag 1190.

Source

pub fn has_risk_free_rate(&self) -> bool

Returns true if RiskFreeRate is present, Tag 1190.

Source

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

Sets RoundingDirection, Tag 468.

Source

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

Gets RoundingDirection, Tag 468.

Source

pub fn has_rounding_direction(&self) -> bool

Returns true if RoundingDirection is present, Tag 468.

Source

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

Sets RoundingModulus, Tag 469.

Source

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

Gets RoundingModulus, Tag 469.

Source

pub fn has_rounding_modulus(&self) -> bool

Returns true if RoundingModulus is present, Tag 469.

Source

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

Sets SecondaryClOrdID, Tag 526.

Source

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

Gets SecondaryClOrdID, Tag 526.

Source

pub fn has_secondary_cl_ord_id(&self) -> bool

Returns true if SecondaryClOrdID is present, Tag 526.

Source

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

Sets SecondaryDisplayQty, Tag 1082.

Source

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

Gets SecondaryDisplayQty, Tag 1082.

Source

pub fn has_secondary_display_qty(&self) -> bool

Returns true if SecondaryDisplayQty is present, Tag 1082.

Source

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

Sets SecondaryExecID, Tag 527.

Source

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

Gets SecondaryExecID, Tag 527.

Source

pub fn has_secondary_exec_id(&self) -> bool

Returns true if SecondaryExecID is present, Tag 527.

Source

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

Sets SecondaryOrderID, Tag 198.

Source

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

Gets SecondaryOrderID, Tag 198.

Source

pub fn has_secondary_order_id(&self) -> bool

Returns true if SecondaryOrderID is present, Tag 198.

Source

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

Sets SecurityDesc, Tag 107.

Source

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

Gets SecurityDesc, Tag 107.

Source

pub fn has_security_desc(&self) -> bool

Returns true if SecurityDesc is present, Tag 107.

Source

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

Sets SecurityExchange, Tag 207.

Source

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

Gets SecurityExchange, Tag 207.

Source

pub fn has_security_exchange(&self) -> bool

Returns true if SecurityExchange is present, Tag 207.

Source

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

Sets SecurityGroup, Tag 1151.

Source

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

Gets SecurityGroup, Tag 1151.

Source

pub fn has_security_group(&self) -> bool

Returns true if SecurityGroup is present, Tag 1151.

Source

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

Sets SecurityID, Tag 48.

Source

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

Gets SecurityID, Tag 48.

Source

pub fn has_security_id(&self) -> bool

Returns true if SecurityID is present, Tag 48.

Source

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

Sets SecurityIDSource, Tag 22.

Source

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

Gets SecurityIDSource, Tag 22.

Source

pub fn has_security_id_source(&self) -> bool

Returns true if SecurityIDSource is present, Tag 22.

Source

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

Sets SecurityStatus, Tag 965.

Source

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

Gets SecurityStatus, Tag 965.

Source

pub fn has_security_status(&self) -> bool

Returns true if SecurityStatus is present, Tag 965.

Source

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

Sets SecuritySubType, Tag 762.

Source

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

Gets SecuritySubType, Tag 762.

Source

pub fn has_security_sub_type(&self) -> bool

Returns true if SecuritySubType is present, Tag 762.

Source

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

Sets SecurityType, Tag 167.

Source

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

Gets SecurityType, Tag 167.

Source

pub fn has_security_type(&self) -> bool

Returns true if SecurityType is present, Tag 167.

Source

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

Sets SecurityXML, Tag 1185.

Source

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

Gets SecurityXML, Tag 1185.

Source

pub fn has_security_xml(&self) -> bool

Returns true if SecurityXML is present, Tag 1185.

Source

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

Sets SecurityXMLLen, Tag 1184.

Source

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

Gets SecurityXMLLen, Tag 1184.

Source

pub fn has_security_xml_len(&self) -> bool

Returns true if SecurityXMLLen is present, Tag 1184.

Source

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

Sets SecurityXMLSchema, Tag 1186.

Source

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

Gets SecurityXMLSchema, Tag 1186.

Source

pub fn has_security_xml_schema(&self) -> bool

Returns true if SecurityXMLSchema is present, Tag 1186.

Source

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

Sets Seniority, Tag 1450.

Source

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

Gets Seniority, Tag 1450.

Source

pub fn has_seniority(&self) -> bool

Returns true if Seniority is present, Tag 1450.

Source

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

Sets SettlCurrAmt, Tag 119.

Source

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

Gets SettlCurrAmt, Tag 119.

Source

pub fn has_settl_curr_amt(&self) -> bool

Returns true if SettlCurrAmt is present, Tag 119.

Source

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

Sets SettlCurrFxRate, Tag 155.

Source

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

Gets SettlCurrFxRate, Tag 155.

Source

pub fn has_settl_curr_fx_rate(&self) -> bool

Returns true if SettlCurrFxRate is present, Tag 155.

Source

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

Sets SettlCurrFxRateCalc, Tag 156.

Source

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

Gets SettlCurrFxRateCalc, Tag 156.

Source

pub fn has_settl_curr_fx_rate_calc(&self) -> bool

Returns true if SettlCurrFxRateCalc is present, Tag 156.

Source

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

Sets SettlCurrency, Tag 120.

Source

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

Gets SettlCurrency, Tag 120.

Source

pub fn has_settl_currency(&self) -> bool

Returns true if SettlCurrency is present, Tag 120.

Source

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

Sets SettlDate, Tag 64.

Source

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

Gets SettlDate, Tag 64.

Source

pub fn has_settl_date(&self) -> bool

Returns true if SettlDate is present, Tag 64.

Source

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

Sets SettlDate2, Tag 193.

Source

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

Gets SettlDate2, Tag 193.

Source

pub fn has_settl_date2(&self) -> bool

Returns true if SettlDate2 is present, Tag 193.

Source

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

Sets SettlMethod, Tag 1193.

Source

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

Gets SettlMethod, Tag 1193.

Source

pub fn has_settl_method(&self) -> bool

Returns true if SettlMethod is present, Tag 1193.

Source

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

Sets SettlType, Tag 63.

Source

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

Gets SettlType, Tag 63.

Source

pub fn has_settl_type(&self) -> bool

Returns true if SettlType is present, Tag 63.

Source

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

Sets SettleOnOpenFlag, Tag 966.

Source

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

Gets SettleOnOpenFlag, Tag 966.

Source

pub fn has_settle_on_open_flag(&self) -> bool

Returns true if SettleOnOpenFlag is present, Tag 966.

Source

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

Sets Side, Tag 54.

Source

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

Gets Side, Tag 54.

Source

pub fn has_side(&self) -> bool

Returns true if Side is present, Tag 54.

Source

pub fn set_solicited_flag(&mut self, v: bool)

Sets SolicitedFlag, Tag 377.

Source

pub fn get_solicited_flag(&self) -> Result<bool, MessageRejectErrorEnum>

Gets SolicitedFlag, Tag 377.

Source

pub fn has_solicited_flag(&self) -> bool

Returns true if SolicitedFlag is present, Tag 377.

Source

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

Sets Spread, Tag 218.

Source

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

Gets Spread, Tag 218.

Source

pub fn has_spread(&self) -> bool

Returns true if Spread is present, Tag 218.

Source

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

Sets StartCash, Tag 921.

Source

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

Gets StartCash, Tag 921.

Source

pub fn has_start_cash(&self) -> bool

Returns true if StartCash is present, Tag 921.

Source

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

Sets StartDate, Tag 916.

Source

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

Gets StartDate, Tag 916.

Source

pub fn has_start_date(&self) -> bool

Returns true if StartDate is present, Tag 916.

Source

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

Sets StateOrProvinceOfIssue, Tag 471.

Source

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

Gets StateOrProvinceOfIssue, Tag 471.

Source

pub fn has_state_or_province_of_issue(&self) -> bool

Returns true if StateOrProvinceOfIssue is present, Tag 471.

Source

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

Sets StopPx, Tag 99.

Source

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

Gets StopPx, Tag 99.

Source

pub fn has_stop_px(&self) -> bool

Returns true if StopPx is present, Tag 99.

Source

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

Sets StrikeCurrency, Tag 947.

Source

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

Gets StrikeCurrency, Tag 947.

Source

pub fn has_strike_currency(&self) -> bool

Returns true if StrikeCurrency is present, Tag 947.

Source

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

Sets StrikeMultiplier, Tag 967.

Source

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

Gets StrikeMultiplier, Tag 967.

Source

pub fn has_strike_multiplier(&self) -> bool

Returns true if StrikeMultiplier is present, Tag 967.

Source

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

Sets StrikePrice, Tag 202.

Source

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

Gets StrikePrice, Tag 202.

Source

pub fn has_strike_price(&self) -> bool

Returns true if StrikePrice is present, Tag 202.

Source

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

Sets StrikePriceBoundaryMethod, Tag 1479.

Source

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

Gets StrikePriceBoundaryMethod, Tag 1479.

Source

pub fn has_strike_price_boundary_method(&self) -> bool

Returns true if StrikePriceBoundaryMethod is present, Tag 1479.

Source

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

Sets StrikePriceBoundaryPrecision, Tag 1480.

Source

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

Gets StrikePriceBoundaryPrecision, Tag 1480.

Source

pub fn has_strike_price_boundary_precision(&self) -> bool

Returns true if StrikePriceBoundaryPrecision is present, Tag 1480.

Source

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

Sets StrikePriceDeterminationMethod, Tag 1478.

Source

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

Gets StrikePriceDeterminationMethod, Tag 1478.

Source

pub fn has_strike_price_determination_method(&self) -> bool

Returns true if StrikePriceDeterminationMethod is present, Tag 1478.

Source

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

Sets StrikeValue, Tag 968.

Source

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

Gets StrikeValue, Tag 968.

Source

pub fn has_strike_value(&self) -> bool

Returns true if StrikeValue is present, Tag 968.

Source

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

Sets Symbol, Tag 55.

Source

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

Gets Symbol, Tag 55.

Source

pub fn has_symbol(&self) -> bool

Returns true if Symbol is present, Tag 55.

Source

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

Sets SymbolSfx, Tag 65.

Source

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

Gets SymbolSfx, Tag 65.

Source

pub fn has_symbol_sfx(&self) -> bool

Returns true if SymbolSfx is present, Tag 65.

Source

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

Sets TargetStrategy, Tag 847.

Source

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

Gets TargetStrategy, Tag 847.

Source

pub fn has_target_strategy(&self) -> bool

Returns true if TargetStrategy is present, Tag 847.

Source

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

Sets TargetStrategyParameters, Tag 848.

Source

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

Gets TargetStrategyParameters, Tag 848.

Source

pub fn has_target_strategy_parameters(&self) -> bool

Returns true if TargetStrategyParameters is present, Tag 848.

Source

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

Sets TargetStrategyPerformance, Tag 850.

Source

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

Gets TargetStrategyPerformance, Tag 850.

Source

pub fn has_target_strategy_performance(&self) -> bool

Returns true if TargetStrategyPerformance is present, Tag 850.

Source

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

Sets TerminationType, Tag 788.

Source

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

Gets TerminationType, Tag 788.

Source

pub fn has_termination_type(&self) -> bool

Returns true if TerminationType is present, Tag 788.

Source

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

Sets Text, Tag 58.

Source

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

Gets Text, Tag 58.

Source

pub fn has_text(&self) -> bool

Returns true if Text is present, Tag 58.

Source

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

Sets TimeBracket, Tag 943.

Source

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

Gets TimeBracket, Tag 943.

Source

pub fn has_time_bracket(&self) -> bool

Returns true if TimeBracket is present, Tag 943.

Source

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

Sets TimeInForce, Tag 59.

Source

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

Gets TimeInForce, Tag 59.

Source

pub fn has_time_in_force(&self) -> bool

Returns true if TimeInForce is present, Tag 59.

Source

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

Sets TimeToExpiration, Tag 1189.

Source

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

Gets TimeToExpiration, Tag 1189.

Source

pub fn has_time_to_expiration(&self) -> bool

Returns true if TimeToExpiration is present, Tag 1189.

Source

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

Sets TimeUnit, Tag 997.

Source

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

Gets TimeUnit, Tag 997.

Source

pub fn has_time_unit(&self) -> bool

Returns true if TimeUnit is present, Tag 997.

Source

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

Sets TotNoFills, Tag 1361.

Source

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

Gets TotNoFills, Tag 1361.

Source

pub fn has_tot_no_fills(&self) -> bool

Returns true if TotNoFills is present, Tag 1361.

Source

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

Sets TotNumReports, Tag 911.

Source

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

Gets TotNumReports, Tag 911.

Source

pub fn has_tot_num_reports(&self) -> bool

Returns true if TotNumReports is present, Tag 911.

Source

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

Sets TotalTakedown, Tag 237.

Source

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

Gets TotalTakedown, Tag 237.

Source

pub fn has_total_takedown(&self) -> bool

Returns true if TotalTakedown is present, Tag 237.

Source

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

Sets TradeDate, Tag 75.

Source

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

Gets TradeDate, Tag 75.

Source

pub fn has_trade_date(&self) -> bool

Returns true if TradeDate is present, Tag 75.

Source

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

Sets TradeOriginationDate, Tag 229.

Source

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

Gets TradeOriginationDate, Tag 229.

Source

pub fn has_trade_origination_date(&self) -> bool

Returns true if TradeOriginationDate is present, Tag 229.

Source

pub fn set_traded_flat_switch(&mut self, v: bool)

Sets TradedFlatSwitch, Tag 258.

Source

pub fn get_traded_flat_switch(&self) -> Result<bool, MessageRejectErrorEnum>

Gets TradedFlatSwitch, Tag 258.

Source

pub fn has_traded_flat_switch(&self) -> bool

Returns true if TradedFlatSwitch is present, Tag 258.

Source

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

Sets TradingSessionID, Tag 336.

Source

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

Gets TradingSessionID, Tag 336.

Source

pub fn has_trading_session_id(&self) -> bool

Returns true if TradingSessionID is present, Tag 336.

Source

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

Sets TradingSessionSubID, Tag 625.

Source

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

Gets TradingSessionSubID, Tag 625.

Source

pub fn has_trading_session_sub_id(&self) -> bool

Returns true if TradingSessionSubID is present, Tag 625.

Source

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

Sets TransBkdTime, Tag 483.

Source

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

Gets TransBkdTime, Tag 483.

Source

pub fn has_trans_bkd_time(&self) -> bool

Returns true if TransBkdTime is present, Tag 483.

Source

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

Sets TransactTime, Tag 60.

Source

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

Gets TransactTime, Tag 60.

Source

pub fn has_transact_time(&self) -> bool

Returns true if TransactTime is present, Tag 60.

Source

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

Sets TrdMatchID, Tag 880.

Source

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

Gets TrdMatchID, Tag 880.

Source

pub fn has_trd_match_id(&self) -> bool

Returns true if TrdMatchID is present, Tag 880.

Source

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

Sets TriggerAction, Tag 1101.

Source

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

Gets TriggerAction, Tag 1101.

Source

pub fn has_trigger_action(&self) -> bool

Returns true if TriggerAction is present, Tag 1101.

Source

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

Sets TriggerNewPrice, Tag 1110.

Source

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

Gets TriggerNewPrice, Tag 1110.

Source

pub fn has_trigger_new_price(&self) -> bool

Returns true if TriggerNewPrice is present, Tag 1110.

Source

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

Sets TriggerNewQty, Tag 1112.

Source

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

Gets TriggerNewQty, Tag 1112.

Source

pub fn has_trigger_new_qty(&self) -> bool

Returns true if TriggerNewQty is present, Tag 1112.

Source

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

Sets TriggerOrderType, Tag 1111.

Source

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

Gets TriggerOrderType, Tag 1111.

Source

pub fn has_trigger_order_type(&self) -> bool

Returns true if TriggerOrderType is present, Tag 1111.

Source

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

Sets TriggerPrice, Tag 1102.

Source

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

Gets TriggerPrice, Tag 1102.

Source

pub fn has_trigger_price(&self) -> bool

Returns true if TriggerPrice is present, Tag 1102.

Source

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

Sets TriggerPriceDirection, Tag 1109.

Source

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

Gets TriggerPriceDirection, Tag 1109.

Source

pub fn has_trigger_price_direction(&self) -> bool

Returns true if TriggerPriceDirection is present, Tag 1109.

Source

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

Sets TriggerPriceType, Tag 1107.

Source

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

Gets TriggerPriceType, Tag 1107.

Source

pub fn has_trigger_price_type(&self) -> bool

Returns true if TriggerPriceType is present, Tag 1107.

Source

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

Sets TriggerPriceTypeScope, Tag 1108.

Source

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

Gets TriggerPriceTypeScope, Tag 1108.

Source

pub fn has_trigger_price_type_scope(&self) -> bool

Returns true if TriggerPriceTypeScope is present, Tag 1108.

Source

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

Sets TriggerSecurityDesc, Tag 1106.

Source

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

Gets TriggerSecurityDesc, Tag 1106.

Source

pub fn has_trigger_security_desc(&self) -> bool

Returns true if TriggerSecurityDesc is present, Tag 1106.

Source

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

Sets TriggerSecurityID, Tag 1104.

Source

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

Gets TriggerSecurityID, Tag 1104.

Source

pub fn has_trigger_security_id(&self) -> bool

Returns true if TriggerSecurityID is present, Tag 1104.

Source

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

Sets TriggerSecurityIDSource, Tag 1105.

Source

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

Gets TriggerSecurityIDSource, Tag 1105.

Source

pub fn has_trigger_security_id_source(&self) -> bool

Returns true if TriggerSecurityIDSource is present, Tag 1105.

Source

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

Sets TriggerSymbol, Tag 1103.

Source

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

Gets TriggerSymbol, Tag 1103.

Source

pub fn has_trigger_symbol(&self) -> bool

Returns true if TriggerSymbol is present, Tag 1103.

Source

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

Sets TriggerTradingSessionID, Tag 1113.

Source

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

Gets TriggerTradingSessionID, Tag 1113.

Source

pub fn has_trigger_trading_session_id(&self) -> bool

Returns true if TriggerTradingSessionID is present, Tag 1113.

Source

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

Sets TriggerTradingSessionSubID, Tag 1114.

Source

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

Gets TriggerTradingSessionSubID, Tag 1114.

Source

pub fn has_trigger_trading_session_sub_id(&self) -> bool

Returns true if TriggerTradingSessionSubID is present, Tag 1114.

Source

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

Sets TriggerType, Tag 1100.

Source

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

Gets TriggerType, Tag 1100.

Source

pub fn has_trigger_type(&self) -> bool

Returns true if TriggerType is present, Tag 1100.

Source

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

Sets UnderlyingLastPx, Tag 651.

Source

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

Gets UnderlyingLastPx, Tag 651.

Source

pub fn has_underlying_last_px(&self) -> bool

Returns true if UnderlyingLastPx is present, Tag 651.

Source

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

Sets UnderlyingLastQty, Tag 652.

Source

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

Gets UnderlyingLastQty, Tag 652.

Source

pub fn has_underlying_last_qty(&self) -> bool

Returns true if UnderlyingLastQty is present, Tag 652.

Source

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

Sets UnderlyingPriceDeterminationMethod, Tag 1481.

Source

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

Gets UnderlyingPriceDeterminationMethod, Tag 1481.

Source

pub fn has_underlying_price_determination_method(&self) -> bool

Returns true if UnderlyingPriceDeterminationMethod is present, Tag 1481.

Source

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

Sets UnitOfMeasure, Tag 996.

Source

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

Gets UnitOfMeasure, Tag 996.

Source

pub fn has_unit_of_measure(&self) -> bool

Returns true if UnitOfMeasure is present, Tag 996.

Source

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

Sets UnitOfMeasureQty, Tag 1147.

Source

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

Gets UnitOfMeasureQty, Tag 1147.

Source

pub fn has_unit_of_measure_qty(&self) -> bool

Returns true if UnitOfMeasureQty is present, Tag 1147.

Source

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

Sets ValuationMethod, Tag 1197.

Source

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

Gets ValuationMethod, Tag 1197.

Source

pub fn has_valuation_method(&self) -> bool

Returns true if ValuationMethod is present, Tag 1197.

Source

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

Sets Volatility, Tag 1188.

Source

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

Gets Volatility, Tag 1188.

Source

pub fn has_volatility(&self) -> bool

Returns true if Volatility is present, Tag 1188.

Source

pub fn set_working_indicator(&mut self, v: bool)

Sets WorkingIndicator, Tag 636.

Source

pub fn get_working_indicator(&self) -> Result<bool, MessageRejectErrorEnum>

Gets WorkingIndicator, Tag 636.

Source

pub fn has_working_indicator(&self) -> bool

Returns true if WorkingIndicator is present, Tag 636.

Source

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

Sets Yield, Tag 236.

Source

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

Gets Yield, Tag 236.

Source

pub fn has_yield(&self) -> bool

Returns true if Yield is present, Tag 236.

Source

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

Sets YieldCalcDate, Tag 701.

Source

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

Gets YieldCalcDate, Tag 701.

Source

pub fn has_yield_calc_date(&self) -> bool

Returns true if YieldCalcDate is present, Tag 701.

Source

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

Sets YieldRedemptionDate, Tag 696.

Source

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

Gets YieldRedemptionDate, Tag 696.

Source

pub fn has_yield_redemption_date(&self) -> bool

Returns true if YieldRedemptionDate is present, Tag 696.

Source

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

Sets YieldRedemptionPrice, Tag 697.

Source

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

Gets YieldRedemptionPrice, Tag 697.

Source

pub fn has_yield_redemption_price(&self) -> bool

Returns true if YieldRedemptionPrice is present, Tag 697.

Source

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

Sets YieldRedemptionPriceType, Tag 698.

Source

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

Gets YieldRedemptionPriceType, Tag 698.

Source

pub fn has_yield_redemption_price_type(&self) -> bool

Returns true if YieldRedemptionPriceType is present, Tag 698.

Source

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

Sets YieldType, Tag 235.

Source

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

Gets YieldType, Tag 235.

Source

pub fn has_yield_type(&self) -> bool

Returns true if YieldType is present, Tag 235.

Auto Trait Implementations§

Blanket Implementations§

Source§

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

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

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

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

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

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

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

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

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

Source§

type Error = Infallible

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

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

Performs the conversion.
Source§

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

Source§

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

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

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

Performs the conversion.