pub struct PositionReport {
pub message: Message,
}Expand description
PositionReport is the fix50sp2 PositionReport type, MsgType = AP.
Fields§
§message: MessageImplementations§
Source§impl PositionReport
impl PositionReport
Sourcepub fn new(
pos_maint_rpt_id: PosMaintRptIDField,
clearing_business_date: ClearingBusinessDateField,
) -> Self
pub fn new( pos_maint_rpt_id: PosMaintRptIDField, clearing_business_date: ClearingBusinessDateField, ) -> Self
Creates a new PositionReport with required fields.
Sourcepub fn from_message(msg: Message) -> Self
pub fn from_message(msg: Message) -> Self
Creates a PositionReport from an existing Message.
Sourcepub fn to_message(self) -> Message
pub fn to_message(self) -> Message
Returns the underlying Message.
Sourcepub fn set_account(&mut self, v: String)
pub fn set_account(&mut self, v: String)
Sets Account, Tag 1.
Sourcepub fn get_account(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_account(&self) -> Result<String, MessageRejectErrorEnum>
Gets Account, Tag 1.
Sourcepub fn has_account(&self) -> bool
pub fn has_account(&self) -> bool
Returns true if Account is present, Tag 1.
Sourcepub fn set_account_type(&mut self, v: isize)
pub fn set_account_type(&mut self, v: isize)
Sets AccountType, Tag 581.
Sourcepub fn get_account_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_account_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AccountType, Tag 581.
Sourcepub fn has_account_type(&self) -> bool
pub fn has_account_type(&self) -> bool
Returns true if AccountType is present, Tag 581.
Sourcepub fn set_acct_id_source(&mut self, v: isize)
pub fn set_acct_id_source(&mut self, v: isize)
Sets AcctIDSource, Tag 660.
Sourcepub fn get_acct_id_source(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_acct_id_source(&self) -> Result<isize, MessageRejectErrorEnum>
Gets AcctIDSource, Tag 660.
Sourcepub fn has_acct_id_source(&self) -> bool
pub fn has_acct_id_source(&self) -> bool
Returns true if AcctIDSource is present, Tag 660.
Sourcepub fn set_appl_id(&mut self, v: String)
pub fn set_appl_id(&mut self, v: String)
Sets ApplID, Tag 1180.
Sourcepub fn get_appl_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_appl_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets ApplID, Tag 1180.
Sourcepub fn has_appl_id(&self) -> bool
pub fn has_appl_id(&self) -> bool
Returns true if ApplID is present, Tag 1180.
Sourcepub fn set_appl_last_seq_num(&mut self, v: isize)
pub fn set_appl_last_seq_num(&mut self, v: isize)
Sets ApplLastSeqNum, Tag 1350.
Sourcepub fn get_appl_last_seq_num(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_appl_last_seq_num(&self) -> Result<isize, MessageRejectErrorEnum>
Gets ApplLastSeqNum, Tag 1350.
Sourcepub fn has_appl_last_seq_num(&self) -> bool
pub fn has_appl_last_seq_num(&self) -> bool
Returns true if ApplLastSeqNum is present, Tag 1350.
Sourcepub fn set_appl_resend_flag(&mut self, v: bool)
pub fn set_appl_resend_flag(&mut self, v: bool)
Sets ApplResendFlag, Tag 1352.
Sourcepub fn get_appl_resend_flag(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_appl_resend_flag(&self) -> Result<bool, MessageRejectErrorEnum>
Gets ApplResendFlag, Tag 1352.
Sourcepub fn has_appl_resend_flag(&self) -> bool
pub fn has_appl_resend_flag(&self) -> bool
Returns true if ApplResendFlag is present, Tag 1352.
Sourcepub fn set_appl_seq_num(&mut self, v: isize)
pub fn set_appl_seq_num(&mut self, v: isize)
Sets ApplSeqNum, Tag 1181.
Sourcepub fn get_appl_seq_num(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_appl_seq_num(&self) -> Result<isize, MessageRejectErrorEnum>
Gets ApplSeqNum, Tag 1181.
Sourcepub fn has_appl_seq_num(&self) -> bool
pub fn has_appl_seq_num(&self) -> bool
Returns true if ApplSeqNum is present, Tag 1181.
Sourcepub fn set_attachment_point(&mut self, val: Decimal, scale: i32)
pub fn set_attachment_point(&mut self, val: Decimal, scale: i32)
Sets AttachmentPoint, Tag 1457.
Sourcepub fn get_attachment_point(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_attachment_point(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets AttachmentPoint, Tag 1457.
Sourcepub fn has_attachment_point(&self) -> bool
pub fn has_attachment_point(&self) -> bool
Returns true if AttachmentPoint is present, Tag 1457.
Sourcepub fn set_cfi_code(&mut self, v: String)
pub fn set_cfi_code(&mut self, v: String)
Sets CFICode, Tag 461.
Sourcepub fn get_cfi_code(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_cfi_code(&self) -> Result<String, MessageRejectErrorEnum>
Gets CFICode, Tag 461.
Sourcepub fn has_cfi_code(&self) -> bool
pub fn has_cfi_code(&self) -> bool
Returns true if CFICode is present, Tag 461.
Sourcepub fn set_cp_program(&mut self, v: isize)
pub fn set_cp_program(&mut self, v: isize)
Sets CPProgram, Tag 875.
Sourcepub fn get_cp_program(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_cp_program(&self) -> Result<isize, MessageRejectErrorEnum>
Gets CPProgram, Tag 875.
Sourcepub fn has_cp_program(&self) -> bool
pub fn has_cp_program(&self) -> bool
Returns true if CPProgram is present, Tag 875.
Sourcepub fn set_cp_reg_type(&mut self, v: String)
pub fn set_cp_reg_type(&mut self, v: String)
Sets CPRegType, Tag 876.
Sourcepub fn get_cp_reg_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_cp_reg_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets CPRegType, Tag 876.
Sourcepub fn has_cp_reg_type(&self) -> bool
pub fn has_cp_reg_type(&self) -> bool
Returns true if CPRegType is present, Tag 876.
Sourcepub fn set_cap_price(&mut self, val: Decimal, scale: i32)
pub fn set_cap_price(&mut self, val: Decimal, scale: i32)
Sets CapPrice, Tag 1199.
Sourcepub fn get_cap_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_cap_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets CapPrice, Tag 1199.
Sourcepub fn has_cap_price(&self) -> bool
pub fn has_cap_price(&self) -> bool
Returns true if CapPrice is present, Tag 1199.
Sourcepub fn set_clearing_business_date(&mut self, v: String)
pub fn set_clearing_business_date(&mut self, v: String)
Sets ClearingBusinessDate, Tag 715.
Sourcepub fn get_clearing_business_date(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_clearing_business_date( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets ClearingBusinessDate, Tag 715.
Sourcepub fn has_clearing_business_date(&self) -> bool
pub fn has_clearing_business_date(&self) -> bool
Returns true if ClearingBusinessDate is present, Tag 715.
Sourcepub fn set_contract_multiplier(&mut self, val: Decimal, scale: i32)
pub fn set_contract_multiplier(&mut self, val: Decimal, scale: i32)
Sets ContractMultiplier, Tag 231.
Sourcepub fn get_contract_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_contract_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets ContractMultiplier, Tag 231.
Sourcepub fn has_contract_multiplier(&self) -> bool
pub fn has_contract_multiplier(&self) -> bool
Returns true if ContractMultiplier is present, Tag 231.
Sourcepub fn set_contract_multiplier_unit(&mut self, v: isize)
pub fn set_contract_multiplier_unit(&mut self, v: isize)
Sets ContractMultiplierUnit, Tag 1435.
Sourcepub fn get_contract_multiplier_unit(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_contract_multiplier_unit( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets ContractMultiplierUnit, Tag 1435.
Sourcepub fn has_contract_multiplier_unit(&self) -> bool
pub fn has_contract_multiplier_unit(&self) -> bool
Returns true if ContractMultiplierUnit is present, Tag 1435.
Sourcepub fn set_contract_settl_month(&mut self, v: String)
pub fn set_contract_settl_month(&mut self, v: String)
Sets ContractSettlMonth, Tag 667.
Sourcepub fn get_contract_settl_month(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_contract_settl_month(&self) -> Result<String, MessageRejectErrorEnum>
Gets ContractSettlMonth, Tag 667.
Sourcepub fn has_contract_settl_month(&self) -> bool
pub fn has_contract_settl_month(&self) -> bool
Returns true if ContractSettlMonth is present, Tag 667.
Sourcepub fn set_country_of_issue(&mut self, v: String)
pub fn set_country_of_issue(&mut self, v: String)
Sets CountryOfIssue, Tag 470.
Sourcepub fn get_country_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_country_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
Gets CountryOfIssue, Tag 470.
Sourcepub fn has_country_of_issue(&self) -> bool
pub fn has_country_of_issue(&self) -> bool
Returns true if CountryOfIssue is present, Tag 470.
Sourcepub fn set_coupon_payment_date(&mut self, v: String)
pub fn set_coupon_payment_date(&mut self, v: String)
Sets CouponPaymentDate, Tag 224.
Sourcepub fn get_coupon_payment_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_coupon_payment_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets CouponPaymentDate, Tag 224.
Sourcepub fn has_coupon_payment_date(&self) -> bool
pub fn has_coupon_payment_date(&self) -> bool
Returns true if CouponPaymentDate is present, Tag 224.
Sourcepub fn set_coupon_rate(&mut self, val: Decimal, scale: i32)
pub fn set_coupon_rate(&mut self, val: Decimal, scale: i32)
Sets CouponRate, Tag 223.
Sourcepub fn get_coupon_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_coupon_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets CouponRate, Tag 223.
Sourcepub fn has_coupon_rate(&self) -> bool
pub fn has_coupon_rate(&self) -> bool
Returns true if CouponRate is present, Tag 223.
Sourcepub fn set_credit_rating(&mut self, v: String)
pub fn set_credit_rating(&mut self, v: String)
Sets CreditRating, Tag 255.
Sourcepub fn get_credit_rating(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_credit_rating(&self) -> Result<String, MessageRejectErrorEnum>
Gets CreditRating, Tag 255.
Sourcepub fn has_credit_rating(&self) -> bool
pub fn has_credit_rating(&self) -> bool
Returns true if CreditRating is present, Tag 255.
Sourcepub fn set_currency(&mut self, v: String)
pub fn set_currency(&mut self, v: String)
Sets Currency, Tag 15.
Sourcepub fn get_currency(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_currency(&self) -> Result<String, MessageRejectErrorEnum>
Gets Currency, Tag 15.
Sourcepub fn has_currency(&self) -> bool
pub fn has_currency(&self) -> bool
Returns true if Currency is present, Tag 15.
Sourcepub fn set_dated_date(&mut self, v: String)
pub fn set_dated_date(&mut self, v: String)
Sets DatedDate, Tag 873.
Sourcepub fn get_dated_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_dated_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets DatedDate, Tag 873.
Sourcepub fn has_dated_date(&self) -> bool
pub fn has_dated_date(&self) -> bool
Returns true if DatedDate is present, Tag 873.
Sourcepub fn set_delivery_date(&mut self, v: String)
pub fn set_delivery_date(&mut self, v: String)
Sets DeliveryDate, Tag 743.
Sourcepub fn get_delivery_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_delivery_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets DeliveryDate, Tag 743.
Sourcepub fn has_delivery_date(&self) -> bool
pub fn has_delivery_date(&self) -> bool
Returns true if DeliveryDate is present, Tag 743.
Sourcepub fn set_detachment_point(&mut self, val: Decimal, scale: i32)
pub fn set_detachment_point(&mut self, val: Decimal, scale: i32)
Sets DetachmentPoint, Tag 1458.
Sourcepub fn get_detachment_point(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_detachment_point(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets DetachmentPoint, Tag 1458.
Sourcepub fn has_detachment_point(&self) -> bool
pub fn has_detachment_point(&self) -> bool
Returns true if DetachmentPoint is present, Tag 1458.
Sourcepub fn set_encoded_issuer(&mut self, v: String)
pub fn set_encoded_issuer(&mut self, v: String)
Sets EncodedIssuer, Tag 349.
Sourcepub fn get_encoded_issuer(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_encoded_issuer(&self) -> Result<String, MessageRejectErrorEnum>
Gets EncodedIssuer, Tag 349.
Sourcepub fn has_encoded_issuer(&self) -> bool
pub fn has_encoded_issuer(&self) -> bool
Returns true if EncodedIssuer is present, Tag 349.
Sourcepub fn set_encoded_issuer_len(&mut self, v: isize)
pub fn set_encoded_issuer_len(&mut self, v: isize)
Sets EncodedIssuerLen, Tag 348.
Sourcepub fn get_encoded_issuer_len(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_encoded_issuer_len(&self) -> Result<isize, MessageRejectErrorEnum>
Gets EncodedIssuerLen, Tag 348.
Sourcepub fn has_encoded_issuer_len(&self) -> bool
pub fn has_encoded_issuer_len(&self) -> bool
Returns true if EncodedIssuerLen is present, Tag 348.
Sourcepub fn set_encoded_security_desc(&mut self, v: String)
pub fn set_encoded_security_desc(&mut self, v: String)
Sets EncodedSecurityDesc, Tag 351.
Sourcepub fn get_encoded_security_desc(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_encoded_security_desc( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets EncodedSecurityDesc, Tag 351.
Sourcepub fn has_encoded_security_desc(&self) -> bool
pub fn has_encoded_security_desc(&self) -> bool
Returns true if EncodedSecurityDesc is present, Tag 351.
Sourcepub fn set_encoded_security_desc_len(&mut self, v: isize)
pub fn set_encoded_security_desc_len(&mut self, v: isize)
Sets EncodedSecurityDescLen, Tag 350.
Sourcepub fn get_encoded_security_desc_len(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_encoded_security_desc_len( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets EncodedSecurityDescLen, Tag 350.
Sourcepub fn has_encoded_security_desc_len(&self) -> bool
pub fn has_encoded_security_desc_len(&self) -> bool
Returns true if EncodedSecurityDescLen is present, Tag 350.
Sourcepub fn set_encoded_text(&mut self, v: String)
pub fn set_encoded_text(&mut self, v: String)
Sets EncodedText, Tag 355.
Sourcepub fn get_encoded_text(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_encoded_text(&self) -> Result<String, MessageRejectErrorEnum>
Gets EncodedText, Tag 355.
Sourcepub fn has_encoded_text(&self) -> bool
pub fn has_encoded_text(&self) -> bool
Returns true if EncodedText is present, Tag 355.
Sourcepub fn set_encoded_text_len(&mut self, v: isize)
pub fn set_encoded_text_len(&mut self, v: isize)
Sets EncodedTextLen, Tag 354.
Sourcepub fn get_encoded_text_len(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_encoded_text_len(&self) -> Result<isize, MessageRejectErrorEnum>
Gets EncodedTextLen, Tag 354.
Sourcepub fn has_encoded_text_len(&self) -> bool
pub fn has_encoded_text_len(&self) -> bool
Returns true if EncodedTextLen is present, Tag 354.
Sourcepub fn set_exercise_style(&mut self, v: isize)
pub fn set_exercise_style(&mut self, v: isize)
Sets ExerciseStyle, Tag 1194.
Sourcepub fn get_exercise_style(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_exercise_style(&self) -> Result<isize, MessageRejectErrorEnum>
Gets ExerciseStyle, Tag 1194.
Sourcepub fn has_exercise_style(&self) -> bool
pub fn has_exercise_style(&self) -> bool
Returns true if ExerciseStyle is present, Tag 1194.
Sourcepub fn set_factor(&mut self, val: Decimal, scale: i32)
pub fn set_factor(&mut self, val: Decimal, scale: i32)
Sets Factor, Tag 228.
Sourcepub fn get_factor(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_factor(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets Factor, Tag 228.
Sourcepub fn has_factor(&self) -> bool
pub fn has_factor(&self) -> bool
Returns true if Factor is present, Tag 228.
Sourcepub fn set_flex_product_eligibility_indicator(&mut self, v: bool)
pub fn set_flex_product_eligibility_indicator(&mut self, v: bool)
Sets FlexProductEligibilityIndicator, Tag 1242.
Sourcepub fn get_flex_product_eligibility_indicator(
&self,
) -> Result<bool, MessageRejectErrorEnum>
pub fn get_flex_product_eligibility_indicator( &self, ) -> Result<bool, MessageRejectErrorEnum>
Gets FlexProductEligibilityIndicator, Tag 1242.
Sourcepub fn has_flex_product_eligibility_indicator(&self) -> bool
pub fn has_flex_product_eligibility_indicator(&self) -> bool
Returns true if FlexProductEligibilityIndicator is present, Tag 1242.
Sourcepub fn set_flexible_indicator(&mut self, v: bool)
pub fn set_flexible_indicator(&mut self, v: bool)
Sets FlexibleIndicator, Tag 1244.
Sourcepub fn get_flexible_indicator(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_flexible_indicator(&self) -> Result<bool, MessageRejectErrorEnum>
Gets FlexibleIndicator, Tag 1244.
Sourcepub fn has_flexible_indicator(&self) -> bool
pub fn has_flexible_indicator(&self) -> bool
Returns true if FlexibleIndicator is present, Tag 1244.
Sourcepub fn set_floor_price(&mut self, val: Decimal, scale: i32)
pub fn set_floor_price(&mut self, val: Decimal, scale: i32)
Sets FloorPrice, Tag 1200.
Sourcepub fn get_floor_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_floor_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets FloorPrice, Tag 1200.
Sourcepub fn has_floor_price(&self) -> bool
pub fn has_floor_price(&self) -> bool
Returns true if FloorPrice is present, Tag 1200.
Sourcepub fn set_flow_schedule_type(&mut self, v: isize)
pub fn set_flow_schedule_type(&mut self, v: isize)
Sets FlowScheduleType, Tag 1439.
Sourcepub fn get_flow_schedule_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_flow_schedule_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets FlowScheduleType, Tag 1439.
Sourcepub fn has_flow_schedule_type(&self) -> bool
pub fn has_flow_schedule_type(&self) -> bool
Returns true if FlowScheduleType is present, Tag 1439.
Sourcepub fn set_instr_registry(&mut self, v: String)
pub fn set_instr_registry(&mut self, v: String)
Sets InstrRegistry, Tag 543.
Sourcepub fn get_instr_registry(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_instr_registry(&self) -> Result<String, MessageRejectErrorEnum>
Gets InstrRegistry, Tag 543.
Sourcepub fn has_instr_registry(&self) -> bool
pub fn has_instr_registry(&self) -> bool
Returns true if InstrRegistry is present, Tag 543.
Sourcepub fn set_instrmt_assignment_method(&mut self, v: String)
pub fn set_instrmt_assignment_method(&mut self, v: String)
Sets InstrmtAssignmentMethod, Tag 1049.
Sourcepub fn get_instrmt_assignment_method(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_instrmt_assignment_method( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets InstrmtAssignmentMethod, Tag 1049.
Sourcepub fn has_instrmt_assignment_method(&self) -> bool
pub fn has_instrmt_assignment_method(&self) -> bool
Returns true if InstrmtAssignmentMethod is present, Tag 1049.
Sourcepub fn set_interest_accrual_date(&mut self, v: String)
pub fn set_interest_accrual_date(&mut self, v: String)
Sets InterestAccrualDate, Tag 874.
Sourcepub fn get_interest_accrual_date(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_interest_accrual_date( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets InterestAccrualDate, Tag 874.
Sourcepub fn has_interest_accrual_date(&self) -> bool
pub fn has_interest_accrual_date(&self) -> bool
Returns true if InterestAccrualDate is present, Tag 874.
Sourcepub fn set_issue_date(&mut self, v: String)
pub fn set_issue_date(&mut self, v: String)
Sets IssueDate, Tag 225.
Sourcepub fn get_issue_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_issue_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets IssueDate, Tag 225.
Sourcepub fn has_issue_date(&self) -> bool
pub fn has_issue_date(&self) -> bool
Returns true if IssueDate is present, Tag 225.
Sourcepub fn set_issuer(&mut self, v: String)
pub fn set_issuer(&mut self, v: String)
Sets Issuer, Tag 106.
Sourcepub fn get_issuer(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_issuer(&self) -> Result<String, MessageRejectErrorEnum>
Gets Issuer, Tag 106.
Sourcepub fn has_issuer(&self) -> bool
pub fn has_issuer(&self) -> bool
Returns true if Issuer is present, Tag 106.
Sourcepub fn set_list_method(&mut self, v: isize)
pub fn set_list_method(&mut self, v: isize)
Sets ListMethod, Tag 1198.
Sourcepub fn get_list_method(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_list_method(&self) -> Result<isize, MessageRejectErrorEnum>
Gets ListMethod, Tag 1198.
Sourcepub fn has_list_method(&self) -> bool
pub fn has_list_method(&self) -> bool
Returns true if ListMethod is present, Tag 1198.
Sourcepub fn set_locale_of_issue(&mut self, v: String)
pub fn set_locale_of_issue(&mut self, v: String)
Sets LocaleOfIssue, Tag 472.
Sourcepub fn get_locale_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_locale_of_issue(&self) -> Result<String, MessageRejectErrorEnum>
Gets LocaleOfIssue, Tag 472.
Sourcepub fn has_locale_of_issue(&self) -> bool
pub fn has_locale_of_issue(&self) -> bool
Returns true if LocaleOfIssue is present, Tag 472.
Sourcepub fn set_match_status(&mut self, v: String)
pub fn set_match_status(&mut self, v: String)
Sets MatchStatus, Tag 573.
Sourcepub fn get_match_status(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_match_status(&self) -> Result<String, MessageRejectErrorEnum>
Gets MatchStatus, Tag 573.
Sourcepub fn has_match_status(&self) -> bool
pub fn has_match_status(&self) -> bool
Returns true if MatchStatus is present, Tag 573.
Sourcepub fn set_maturity_date(&mut self, v: String)
pub fn set_maturity_date(&mut self, v: String)
Sets MaturityDate, Tag 541.
Sourcepub fn get_maturity_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_maturity_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets MaturityDate, Tag 541.
Sourcepub fn has_maturity_date(&self) -> bool
pub fn has_maturity_date(&self) -> bool
Returns true if MaturityDate is present, Tag 541.
Sourcepub fn set_maturity_month_year(&mut self, v: String)
pub fn set_maturity_month_year(&mut self, v: String)
Sets MaturityMonthYear, Tag 200.
Sourcepub fn get_maturity_month_year(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_maturity_month_year(&self) -> Result<String, MessageRejectErrorEnum>
Gets MaturityMonthYear, Tag 200.
Sourcepub fn has_maturity_month_year(&self) -> bool
pub fn has_maturity_month_year(&self) -> bool
Returns true if MaturityMonthYear is present, Tag 200.
Sourcepub fn set_maturity_time(&mut self, v: String)
pub fn set_maturity_time(&mut self, v: String)
Sets MaturityTime, Tag 1079.
Sourcepub fn get_maturity_time(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_maturity_time(&self) -> Result<String, MessageRejectErrorEnum>
Gets MaturityTime, Tag 1079.
Sourcepub fn has_maturity_time(&self) -> bool
pub fn has_maturity_time(&self) -> bool
Returns true if MaturityTime is present, Tag 1079.
Sourcepub fn set_message_event_source(&mut self, v: String)
pub fn set_message_event_source(&mut self, v: String)
Sets MessageEventSource, Tag 1011.
Sourcepub fn get_message_event_source(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_message_event_source(&self) -> Result<String, MessageRejectErrorEnum>
Gets MessageEventSource, Tag 1011.
Sourcepub fn has_message_event_source(&self) -> bool
pub fn has_message_event_source(&self) -> bool
Returns true if MessageEventSource is present, Tag 1011.
Sourcepub fn set_min_price_increment(&mut self, val: Decimal, scale: i32)
pub fn set_min_price_increment(&mut self, val: Decimal, scale: i32)
Sets MinPriceIncrement, Tag 969.
Sourcepub fn get_min_price_increment(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_min_price_increment(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets MinPriceIncrement, Tag 969.
Sourcepub fn has_min_price_increment(&self) -> bool
pub fn has_min_price_increment(&self) -> bool
Returns true if MinPriceIncrement is present, Tag 969.
Sourcepub fn set_min_price_increment_amount(&mut self, val: Decimal, scale: i32)
pub fn set_min_price_increment_amount(&mut self, val: Decimal, scale: i32)
Sets MinPriceIncrementAmount, Tag 1146.
Sourcepub fn get_min_price_increment_amount(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_min_price_increment_amount( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets MinPriceIncrementAmount, Tag 1146.
Sourcepub fn has_min_price_increment_amount(&self) -> bool
pub fn has_min_price_increment_amount(&self) -> bool
Returns true if MinPriceIncrementAmount is present, Tag 1146.
Sourcepub fn set_model_type(&mut self, v: isize)
pub fn set_model_type(&mut self, v: isize)
Sets ModelType, Tag 1434.
Sourcepub fn get_model_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_model_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets ModelType, Tag 1434.
Sourcepub fn has_model_type(&self) -> bool
pub fn has_model_type(&self) -> bool
Returns true if ModelType is present, Tag 1434.
Sourcepub fn set_nt_position_limit(&mut self, v: isize)
pub fn set_nt_position_limit(&mut self, v: isize)
Sets NTPositionLimit, Tag 971.
Sourcepub fn get_nt_position_limit(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_nt_position_limit(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NTPositionLimit, Tag 971.
Sourcepub fn has_nt_position_limit(&self) -> bool
pub fn has_nt_position_limit(&self) -> bool
Returns true if NTPositionLimit is present, Tag 971.
Sourcepub fn set_no_complex_events(&mut self, v: isize)
pub fn set_no_complex_events(&mut self, v: isize)
Sets NoComplexEvents, Tag 1483.
Sourcepub fn get_no_complex_events(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_complex_events(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoComplexEvents, Tag 1483.
Sourcepub fn has_no_complex_events(&self) -> bool
pub fn has_no_complex_events(&self) -> bool
Returns true if NoComplexEvents is present, Tag 1483.
Sourcepub fn set_no_events(&mut self, v: isize)
pub fn set_no_events(&mut self, v: isize)
Sets NoEvents, Tag 864.
Sourcepub fn get_no_events(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_events(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoEvents, Tag 864.
Sourcepub fn has_no_events(&self) -> bool
pub fn has_no_events(&self) -> bool
Returns true if NoEvents is present, Tag 864.
Sourcepub fn set_no_instrument_parties(&mut self, v: isize)
pub fn set_no_instrument_parties(&mut self, v: isize)
Sets NoInstrumentParties, Tag 1018.
Sourcepub fn get_no_instrument_parties(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_instrument_parties(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoInstrumentParties, Tag 1018.
Sourcepub fn has_no_instrument_parties(&self) -> bool
pub fn has_no_instrument_parties(&self) -> bool
Returns true if NoInstrumentParties is present, Tag 1018.
Sourcepub fn set_no_legs(&mut self, v: isize)
pub fn set_no_legs(&mut self, v: isize)
Sets NoLegs, Tag 555.
Sourcepub fn get_no_legs(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_legs(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoLegs, Tag 555.
Sourcepub fn has_no_legs(&self) -> bool
pub fn has_no_legs(&self) -> bool
Returns true if NoLegs is present, Tag 555.
Sourcepub fn set_no_party_i_ds(&mut self, v: isize)
pub fn set_no_party_i_ds(&mut self, v: isize)
Sets NoPartyIDs, Tag 453.
Sourcepub fn get_no_party_i_ds(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_party_i_ds(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoPartyIDs, Tag 453.
Sourcepub fn has_no_party_i_ds(&self) -> bool
pub fn has_no_party_i_ds(&self) -> bool
Returns true if NoPartyIDs is present, Tag 453.
Sourcepub fn set_no_pos_amt(&mut self, v: isize)
pub fn set_no_pos_amt(&mut self, v: isize)
Sets NoPosAmt, Tag 753.
Sourcepub fn get_no_pos_amt(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_pos_amt(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoPosAmt, Tag 753.
Sourcepub fn has_no_pos_amt(&self) -> bool
pub fn has_no_pos_amt(&self) -> bool
Returns true if NoPosAmt is present, Tag 753.
Sourcepub fn set_no_positions(&mut self, v: isize)
pub fn set_no_positions(&mut self, v: isize)
Sets NoPositions, Tag 702.
Sourcepub fn get_no_positions(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_positions(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoPositions, Tag 702.
Sourcepub fn has_no_positions(&self) -> bool
pub fn has_no_positions(&self) -> bool
Returns true if NoPositions is present, Tag 702.
Sourcepub fn set_no_security_alt_id(&mut self, v: isize)
pub fn set_no_security_alt_id(&mut self, v: isize)
Sets NoSecurityAltID, Tag 454.
Sourcepub fn get_no_security_alt_id(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_security_alt_id(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoSecurityAltID, Tag 454.
Sourcepub fn has_no_security_alt_id(&self) -> bool
pub fn has_no_security_alt_id(&self) -> bool
Returns true if NoSecurityAltID is present, Tag 454.
Sourcepub fn set_no_underlyings(&mut self, v: isize)
pub fn set_no_underlyings(&mut self, v: isize)
Sets NoUnderlyings, Tag 711.
Sourcepub fn get_no_underlyings(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_no_underlyings(&self) -> Result<isize, MessageRejectErrorEnum>
Gets NoUnderlyings, Tag 711.
Sourcepub fn has_no_underlyings(&self) -> bool
pub fn has_no_underlyings(&self) -> bool
Returns true if NoUnderlyings is present, Tag 711.
Sourcepub fn set_notional_percentage_outstanding(&mut self, val: Decimal, scale: i32)
pub fn set_notional_percentage_outstanding(&mut self, val: Decimal, scale: i32)
Sets NotionalPercentageOutstanding, Tag 1451.
Sourcepub fn get_notional_percentage_outstanding(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_notional_percentage_outstanding( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets NotionalPercentageOutstanding, Tag 1451.
Sourcepub fn has_notional_percentage_outstanding(&self) -> bool
pub fn has_notional_percentage_outstanding(&self) -> bool
Returns true if NotionalPercentageOutstanding is present, Tag 1451.
Sourcepub fn set_opt_attribute(&mut self, v: String)
pub fn set_opt_attribute(&mut self, v: String)
Sets OptAttribute, Tag 206.
Sourcepub fn get_opt_attribute(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_opt_attribute(&self) -> Result<String, MessageRejectErrorEnum>
Gets OptAttribute, Tag 206.
Sourcepub fn has_opt_attribute(&self) -> bool
pub fn has_opt_attribute(&self) -> bool
Returns true if OptAttribute is present, Tag 206.
Sourcepub fn set_opt_payout_amount(&mut self, val: Decimal, scale: i32)
pub fn set_opt_payout_amount(&mut self, val: Decimal, scale: i32)
Sets OptPayoutAmount, Tag 1195.
Sourcepub fn get_opt_payout_amount(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_opt_payout_amount(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets OptPayoutAmount, Tag 1195.
Sourcepub fn has_opt_payout_amount(&self) -> bool
pub fn has_opt_payout_amount(&self) -> bool
Returns true if OptPayoutAmount is present, Tag 1195.
Sourcepub fn set_opt_payout_type(&mut self, v: isize)
pub fn set_opt_payout_type(&mut self, v: isize)
Sets OptPayoutType, Tag 1482.
Sourcepub fn get_opt_payout_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_opt_payout_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets OptPayoutType, Tag 1482.
Sourcepub fn has_opt_payout_type(&self) -> bool
pub fn has_opt_payout_type(&self) -> bool
Returns true if OptPayoutType is present, Tag 1482.
Sourcepub fn set_original_notional_percentage_outstanding(
&mut self,
val: Decimal,
scale: i32,
)
pub fn set_original_notional_percentage_outstanding( &mut self, val: Decimal, scale: i32, )
Sets OriginalNotionalPercentageOutstanding, Tag 1452.
Sourcepub fn get_original_notional_percentage_outstanding(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_original_notional_percentage_outstanding( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets OriginalNotionalPercentageOutstanding, Tag 1452.
Sourcepub fn has_original_notional_percentage_outstanding(&self) -> bool
pub fn has_original_notional_percentage_outstanding(&self) -> bool
Returns true if OriginalNotionalPercentageOutstanding is present, Tag 1452.
Sourcepub fn get_pool(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_pool(&self) -> Result<String, MessageRejectErrorEnum>
Gets Pool, Tag 691.
Sourcepub fn set_pos_maint_rpt_id(&mut self, v: String)
pub fn set_pos_maint_rpt_id(&mut self, v: String)
Sets PosMaintRptID, Tag 721.
Sourcepub fn get_pos_maint_rpt_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_pos_maint_rpt_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets PosMaintRptID, Tag 721.
Sourcepub fn has_pos_maint_rpt_id(&self) -> bool
pub fn has_pos_maint_rpt_id(&self) -> bool
Returns true if PosMaintRptID is present, Tag 721.
Sourcepub fn set_pos_req_id(&mut self, v: String)
pub fn set_pos_req_id(&mut self, v: String)
Sets PosReqID, Tag 710.
Sourcepub fn get_pos_req_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_pos_req_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets PosReqID, Tag 710.
Sourcepub fn has_pos_req_id(&self) -> bool
pub fn has_pos_req_id(&self) -> bool
Returns true if PosReqID is present, Tag 710.
Sourcepub fn set_pos_req_result(&mut self, v: isize)
pub fn set_pos_req_result(&mut self, v: isize)
Sets PosReqResult, Tag 728.
Sourcepub fn get_pos_req_result(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_pos_req_result(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PosReqResult, Tag 728.
Sourcepub fn has_pos_req_result(&self) -> bool
pub fn has_pos_req_result(&self) -> bool
Returns true if PosReqResult is present, Tag 728.
Sourcepub fn set_pos_req_type(&mut self, v: isize)
pub fn set_pos_req_type(&mut self, v: isize)
Sets PosReqType, Tag 724.
Sourcepub fn get_pos_req_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_pos_req_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PosReqType, Tag 724.
Sourcepub fn has_pos_req_type(&self) -> bool
pub fn has_pos_req_type(&self) -> bool
Returns true if PosReqType is present, Tag 724.
Sourcepub fn set_position_limit(&mut self, v: isize)
pub fn set_position_limit(&mut self, v: isize)
Sets PositionLimit, Tag 970.
Sourcepub fn get_position_limit(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_position_limit(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PositionLimit, Tag 970.
Sourcepub fn has_position_limit(&self) -> bool
pub fn has_position_limit(&self) -> bool
Returns true if PositionLimit is present, Tag 970.
Sourcepub fn set_price_delta(&mut self, val: Decimal, scale: i32)
pub fn set_price_delta(&mut self, val: Decimal, scale: i32)
Sets PriceDelta, Tag 811.
Sourcepub fn get_price_delta(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_price_delta(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets PriceDelta, Tag 811.
Sourcepub fn has_price_delta(&self) -> bool
pub fn has_price_delta(&self) -> bool
Returns true if PriceDelta is present, Tag 811.
Sourcepub fn set_price_quote_method(&mut self, v: String)
pub fn set_price_quote_method(&mut self, v: String)
Sets PriceQuoteMethod, Tag 1196.
Sourcepub fn get_price_quote_method(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_price_quote_method(&self) -> Result<String, MessageRejectErrorEnum>
Gets PriceQuoteMethod, Tag 1196.
Sourcepub fn has_price_quote_method(&self) -> bool
pub fn has_price_quote_method(&self) -> bool
Returns true if PriceQuoteMethod is present, Tag 1196.
Sourcepub fn set_price_type(&mut self, v: isize)
pub fn set_price_type(&mut self, v: isize)
Sets PriceType, Tag 423.
Sourcepub fn get_price_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_price_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PriceType, Tag 423.
Sourcepub fn has_price_type(&self) -> bool
pub fn has_price_type(&self) -> bool
Returns true if PriceType is present, Tag 423.
Sourcepub fn set_price_unit_of_measure(&mut self, v: String)
pub fn set_price_unit_of_measure(&mut self, v: String)
Sets PriceUnitOfMeasure, Tag 1191.
Sourcepub fn get_price_unit_of_measure(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_price_unit_of_measure( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets PriceUnitOfMeasure, Tag 1191.
Sourcepub fn has_price_unit_of_measure(&self) -> bool
pub fn has_price_unit_of_measure(&self) -> bool
Returns true if PriceUnitOfMeasure is present, Tag 1191.
Sourcepub fn set_price_unit_of_measure_qty(&mut self, val: Decimal, scale: i32)
pub fn set_price_unit_of_measure_qty(&mut self, val: Decimal, scale: i32)
Sets PriceUnitOfMeasureQty, Tag 1192.
Sourcepub fn get_price_unit_of_measure_qty(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_price_unit_of_measure_qty( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets PriceUnitOfMeasureQty, Tag 1192.
Sourcepub fn has_price_unit_of_measure_qty(&self) -> bool
pub fn has_price_unit_of_measure_qty(&self) -> bool
Returns true if PriceUnitOfMeasureQty is present, Tag 1192.
Sourcepub fn set_prior_settl_price(&mut self, val: Decimal, scale: i32)
pub fn set_prior_settl_price(&mut self, val: Decimal, scale: i32)
Sets PriorSettlPrice, Tag 734.
Sourcepub fn get_prior_settl_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_prior_settl_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets PriorSettlPrice, Tag 734.
Sourcepub fn has_prior_settl_price(&self) -> bool
pub fn has_prior_settl_price(&self) -> bool
Returns true if PriorSettlPrice is present, Tag 734.
Sourcepub fn set_product(&mut self, v: isize)
pub fn set_product(&mut self, v: isize)
Sets Product, Tag 460.
Sourcepub fn get_product(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_product(&self) -> Result<isize, MessageRejectErrorEnum>
Gets Product, Tag 460.
Sourcepub fn has_product(&self) -> bool
pub fn has_product(&self) -> bool
Returns true if Product is present, Tag 460.
Sourcepub fn set_product_complex(&mut self, v: String)
pub fn set_product_complex(&mut self, v: String)
Sets ProductComplex, Tag 1227.
Sourcepub fn get_product_complex(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_product_complex(&self) -> Result<String, MessageRejectErrorEnum>
Gets ProductComplex, Tag 1227.
Sourcepub fn has_product_complex(&self) -> bool
pub fn has_product_complex(&self) -> bool
Returns true if ProductComplex is present, Tag 1227.
Sourcepub fn set_put_or_call(&mut self, v: isize)
pub fn set_put_or_call(&mut self, v: isize)
Sets PutOrCall, Tag 201.
Sourcepub fn get_put_or_call(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_put_or_call(&self) -> Result<isize, MessageRejectErrorEnum>
Gets PutOrCall, Tag 201.
Sourcepub fn has_put_or_call(&self) -> bool
pub fn has_put_or_call(&self) -> bool
Returns true if PutOrCall is present, Tag 201.
Sourcepub fn set_redemption_date(&mut self, v: String)
pub fn set_redemption_date(&mut self, v: String)
Sets RedemptionDate, Tag 240.
Sourcepub fn get_redemption_date(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_redemption_date(&self) -> Result<String, MessageRejectErrorEnum>
Gets RedemptionDate, Tag 240.
Sourcepub fn has_redemption_date(&self) -> bool
pub fn has_redemption_date(&self) -> bool
Returns true if RedemptionDate is present, Tag 240.
Sourcepub fn set_regist_status(&mut self, v: String)
pub fn set_regist_status(&mut self, v: String)
Sets RegistStatus, Tag 506.
Sourcepub fn get_regist_status(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_regist_status(&self) -> Result<String, MessageRejectErrorEnum>
Gets RegistStatus, Tag 506.
Sourcepub fn has_regist_status(&self) -> bool
pub fn has_regist_status(&self) -> bool
Returns true if RegistStatus is present, Tag 506.
Sourcepub fn set_repo_collateral_security_type(&mut self, v: isize)
pub fn set_repo_collateral_security_type(&mut self, v: isize)
Sets RepoCollateralSecurityType, Tag 239.
Sourcepub fn get_repo_collateral_security_type(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_repo_collateral_security_type( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets RepoCollateralSecurityType, Tag 239.
Sourcepub fn has_repo_collateral_security_type(&self) -> bool
pub fn has_repo_collateral_security_type(&self) -> bool
Returns true if RepoCollateralSecurityType is present, Tag 239.
Sourcepub fn set_repurchase_rate(&mut self, val: Decimal, scale: i32)
pub fn set_repurchase_rate(&mut self, val: Decimal, scale: i32)
Sets RepurchaseRate, Tag 227.
Sourcepub fn get_repurchase_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_repurchase_rate(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets RepurchaseRate, Tag 227.
Sourcepub fn has_repurchase_rate(&self) -> bool
pub fn has_repurchase_rate(&self) -> bool
Returns true if RepurchaseRate is present, Tag 227.
Sourcepub fn set_repurchase_term(&mut self, v: isize)
pub fn set_repurchase_term(&mut self, v: isize)
Sets RepurchaseTerm, Tag 226.
Sourcepub fn get_repurchase_term(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_repurchase_term(&self) -> Result<isize, MessageRejectErrorEnum>
Gets RepurchaseTerm, Tag 226.
Sourcepub fn has_repurchase_term(&self) -> bool
pub fn has_repurchase_term(&self) -> bool
Returns true if RepurchaseTerm is present, Tag 226.
Sourcepub fn set_restructuring_type(&mut self, v: String)
pub fn set_restructuring_type(&mut self, v: String)
Sets RestructuringType, Tag 1449.
Sourcepub fn get_restructuring_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_restructuring_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets RestructuringType, Tag 1449.
Sourcepub fn has_restructuring_type(&self) -> bool
pub fn has_restructuring_type(&self) -> bool
Returns true if RestructuringType is present, Tag 1449.
Sourcepub fn set_security_desc(&mut self, v: String)
pub fn set_security_desc(&mut self, v: String)
Sets SecurityDesc, Tag 107.
Sourcepub fn get_security_desc(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_desc(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityDesc, Tag 107.
Sourcepub fn has_security_desc(&self) -> bool
pub fn has_security_desc(&self) -> bool
Returns true if SecurityDesc is present, Tag 107.
Sourcepub fn set_security_exchange(&mut self, v: String)
pub fn set_security_exchange(&mut self, v: String)
Sets SecurityExchange, Tag 207.
Sourcepub fn get_security_exchange(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_exchange(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityExchange, Tag 207.
Sourcepub fn has_security_exchange(&self) -> bool
pub fn has_security_exchange(&self) -> bool
Returns true if SecurityExchange is present, Tag 207.
Sourcepub fn set_security_group(&mut self, v: String)
pub fn set_security_group(&mut self, v: String)
Sets SecurityGroup, Tag 1151.
Sourcepub fn get_security_group(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_group(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityGroup, Tag 1151.
Sourcepub fn has_security_group(&self) -> bool
pub fn has_security_group(&self) -> bool
Returns true if SecurityGroup is present, Tag 1151.
Sourcepub fn set_security_id(&mut self, v: String)
pub fn set_security_id(&mut self, v: String)
Sets SecurityID, Tag 48.
Sourcepub fn get_security_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityID, Tag 48.
Sourcepub fn has_security_id(&self) -> bool
pub fn has_security_id(&self) -> bool
Returns true if SecurityID is present, Tag 48.
Sourcepub fn set_security_id_source(&mut self, v: String)
pub fn set_security_id_source(&mut self, v: String)
Sets SecurityIDSource, Tag 22.
Sourcepub fn get_security_id_source(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_id_source(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityIDSource, Tag 22.
Sourcepub fn has_security_id_source(&self) -> bool
pub fn has_security_id_source(&self) -> bool
Returns true if SecurityIDSource is present, Tag 22.
Sourcepub fn set_security_status(&mut self, v: String)
pub fn set_security_status(&mut self, v: String)
Sets SecurityStatus, Tag 965.
Sourcepub fn get_security_status(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_status(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityStatus, Tag 965.
Sourcepub fn has_security_status(&self) -> bool
pub fn has_security_status(&self) -> bool
Returns true if SecurityStatus is present, Tag 965.
Sourcepub fn set_security_sub_type(&mut self, v: String)
pub fn set_security_sub_type(&mut self, v: String)
Sets SecuritySubType, Tag 762.
Sourcepub fn get_security_sub_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_sub_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecuritySubType, Tag 762.
Sourcepub fn has_security_sub_type(&self) -> bool
pub fn has_security_sub_type(&self) -> bool
Returns true if SecuritySubType is present, Tag 762.
Sourcepub fn set_security_type(&mut self, v: String)
pub fn set_security_type(&mut self, v: String)
Sets SecurityType, Tag 167.
Sourcepub fn get_security_type(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_type(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityType, Tag 167.
Sourcepub fn has_security_type(&self) -> bool
pub fn has_security_type(&self) -> bool
Returns true if SecurityType is present, Tag 167.
Sourcepub fn set_security_xml(&mut self, v: String)
pub fn set_security_xml(&mut self, v: String)
Sets SecurityXML, Tag 1185.
Sourcepub fn get_security_xml(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_xml(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityXML, Tag 1185.
Sourcepub fn has_security_xml(&self) -> bool
pub fn has_security_xml(&self) -> bool
Returns true if SecurityXML is present, Tag 1185.
Sourcepub fn set_security_xml_len(&mut self, v: isize)
pub fn set_security_xml_len(&mut self, v: isize)
Sets SecurityXMLLen, Tag 1184.
Sourcepub fn get_security_xml_len(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_security_xml_len(&self) -> Result<isize, MessageRejectErrorEnum>
Gets SecurityXMLLen, Tag 1184.
Sourcepub fn has_security_xml_len(&self) -> bool
pub fn has_security_xml_len(&self) -> bool
Returns true if SecurityXMLLen is present, Tag 1184.
Sourcepub fn set_security_xml_schema(&mut self, v: String)
pub fn set_security_xml_schema(&mut self, v: String)
Sets SecurityXMLSchema, Tag 1186.
Sourcepub fn get_security_xml_schema(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_security_xml_schema(&self) -> Result<String, MessageRejectErrorEnum>
Gets SecurityXMLSchema, Tag 1186.
Sourcepub fn has_security_xml_schema(&self) -> bool
pub fn has_security_xml_schema(&self) -> bool
Returns true if SecurityXMLSchema is present, Tag 1186.
Sourcepub fn set_seniority(&mut self, v: String)
pub fn set_seniority(&mut self, v: String)
Sets Seniority, Tag 1450.
Sourcepub fn get_seniority(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_seniority(&self) -> Result<String, MessageRejectErrorEnum>
Gets Seniority, Tag 1450.
Sourcepub fn has_seniority(&self) -> bool
pub fn has_seniority(&self) -> bool
Returns true if Seniority is present, Tag 1450.
Sourcepub fn set_settl_currency(&mut self, v: String)
pub fn set_settl_currency(&mut self, v: String)
Sets SettlCurrency, Tag 120.
Sourcepub fn get_settl_currency(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settl_currency(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettlCurrency, Tag 120.
Sourcepub fn has_settl_currency(&self) -> bool
pub fn has_settl_currency(&self) -> bool
Returns true if SettlCurrency is present, Tag 120.
Sourcepub fn set_settl_method(&mut self, v: String)
pub fn set_settl_method(&mut self, v: String)
Sets SettlMethod, Tag 1193.
Sourcepub fn get_settl_method(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settl_method(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettlMethod, Tag 1193.
Sourcepub fn has_settl_method(&self) -> bool
pub fn has_settl_method(&self) -> bool
Returns true if SettlMethod is present, Tag 1193.
Sourcepub fn set_settl_price(&mut self, val: Decimal, scale: i32)
pub fn set_settl_price(&mut self, val: Decimal, scale: i32)
Sets SettlPrice, Tag 730.
Sourcepub fn get_settl_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_settl_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets SettlPrice, Tag 730.
Sourcepub fn has_settl_price(&self) -> bool
pub fn has_settl_price(&self) -> bool
Returns true if SettlPrice is present, Tag 730.
Sourcepub fn set_settl_price_type(&mut self, v: isize)
pub fn set_settl_price_type(&mut self, v: isize)
Sets SettlPriceType, Tag 731.
Sourcepub fn get_settl_price_type(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_settl_price_type(&self) -> Result<isize, MessageRejectErrorEnum>
Gets SettlPriceType, Tag 731.
Sourcepub fn has_settl_price_type(&self) -> bool
pub fn has_settl_price_type(&self) -> bool
Returns true if SettlPriceType is present, Tag 731.
Sourcepub fn set_settl_sess_id(&mut self, v: String)
pub fn set_settl_sess_id(&mut self, v: String)
Sets SettlSessID, Tag 716.
Sourcepub fn get_settl_sess_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settl_sess_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettlSessID, Tag 716.
Sourcepub fn has_settl_sess_id(&self) -> bool
pub fn has_settl_sess_id(&self) -> bool
Returns true if SettlSessID is present, Tag 716.
Sourcepub fn set_settl_sess_sub_id(&mut self, v: String)
pub fn set_settl_sess_sub_id(&mut self, v: String)
Sets SettlSessSubID, Tag 717.
Sourcepub fn get_settl_sess_sub_id(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settl_sess_sub_id(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettlSessSubID, Tag 717.
Sourcepub fn has_settl_sess_sub_id(&self) -> bool
pub fn has_settl_sess_sub_id(&self) -> bool
Returns true if SettlSessSubID is present, Tag 717.
Sourcepub fn set_settle_on_open_flag(&mut self, v: String)
pub fn set_settle_on_open_flag(&mut self, v: String)
Sets SettleOnOpenFlag, Tag 966.
Sourcepub fn get_settle_on_open_flag(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_settle_on_open_flag(&self) -> Result<String, MessageRejectErrorEnum>
Gets SettleOnOpenFlag, Tag 966.
Sourcepub fn has_settle_on_open_flag(&self) -> bool
pub fn has_settle_on_open_flag(&self) -> bool
Returns true if SettleOnOpenFlag is present, Tag 966.
Sourcepub fn set_state_or_province_of_issue(&mut self, v: String)
pub fn set_state_or_province_of_issue(&mut self, v: String)
Sets StateOrProvinceOfIssue, Tag 471.
Sourcepub fn get_state_or_province_of_issue(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_state_or_province_of_issue( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets StateOrProvinceOfIssue, Tag 471.
Sourcepub fn has_state_or_province_of_issue(&self) -> bool
pub fn has_state_or_province_of_issue(&self) -> bool
Returns true if StateOrProvinceOfIssue is present, Tag 471.
Sourcepub fn set_strike_currency(&mut self, v: String)
pub fn set_strike_currency(&mut self, v: String)
Sets StrikeCurrency, Tag 947.
Sourcepub fn get_strike_currency(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_strike_currency(&self) -> Result<String, MessageRejectErrorEnum>
Gets StrikeCurrency, Tag 947.
Sourcepub fn has_strike_currency(&self) -> bool
pub fn has_strike_currency(&self) -> bool
Returns true if StrikeCurrency is present, Tag 947.
Sourcepub fn set_strike_multiplier(&mut self, val: Decimal, scale: i32)
pub fn set_strike_multiplier(&mut self, val: Decimal, scale: i32)
Sets StrikeMultiplier, Tag 967.
Sourcepub fn get_strike_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_strike_multiplier(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets StrikeMultiplier, Tag 967.
Sourcepub fn has_strike_multiplier(&self) -> bool
pub fn has_strike_multiplier(&self) -> bool
Returns true if StrikeMultiplier is present, Tag 967.
Sourcepub fn set_strike_price(&mut self, val: Decimal, scale: i32)
pub fn set_strike_price(&mut self, val: Decimal, scale: i32)
Sets StrikePrice, Tag 202.
Sourcepub fn get_strike_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_strike_price(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets StrikePrice, Tag 202.
Sourcepub fn has_strike_price(&self) -> bool
pub fn has_strike_price(&self) -> bool
Returns true if StrikePrice is present, Tag 202.
Sourcepub fn set_strike_price_boundary_method(&mut self, v: isize)
pub fn set_strike_price_boundary_method(&mut self, v: isize)
Sets StrikePriceBoundaryMethod, Tag 1479.
Sourcepub fn get_strike_price_boundary_method(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_strike_price_boundary_method( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets StrikePriceBoundaryMethod, Tag 1479.
Sourcepub fn has_strike_price_boundary_method(&self) -> bool
pub fn has_strike_price_boundary_method(&self) -> bool
Returns true if StrikePriceBoundaryMethod is present, Tag 1479.
Sourcepub fn set_strike_price_boundary_precision(&mut self, val: Decimal, scale: i32)
pub fn set_strike_price_boundary_precision(&mut self, val: Decimal, scale: i32)
Sets StrikePriceBoundaryPrecision, Tag 1480.
Sourcepub fn get_strike_price_boundary_precision(
&self,
) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_strike_price_boundary_precision( &self, ) -> Result<Decimal, MessageRejectErrorEnum>
Gets StrikePriceBoundaryPrecision, Tag 1480.
Sourcepub fn has_strike_price_boundary_precision(&self) -> bool
pub fn has_strike_price_boundary_precision(&self) -> bool
Returns true if StrikePriceBoundaryPrecision is present, Tag 1480.
Sourcepub fn set_strike_price_determination_method(&mut self, v: isize)
pub fn set_strike_price_determination_method(&mut self, v: isize)
Sets StrikePriceDeterminationMethod, Tag 1478.
Sourcepub fn get_strike_price_determination_method(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_strike_price_determination_method( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets StrikePriceDeterminationMethod, Tag 1478.
Sourcepub fn has_strike_price_determination_method(&self) -> bool
pub fn has_strike_price_determination_method(&self) -> bool
Returns true if StrikePriceDeterminationMethod is present, Tag 1478.
Sourcepub fn set_strike_value(&mut self, val: Decimal, scale: i32)
pub fn set_strike_value(&mut self, val: Decimal, scale: i32)
Sets StrikeValue, Tag 968.
Sourcepub fn get_strike_value(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_strike_value(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets StrikeValue, Tag 968.
Sourcepub fn has_strike_value(&self) -> bool
pub fn has_strike_value(&self) -> bool
Returns true if StrikeValue is present, Tag 968.
Sourcepub fn set_subscription_request_type(&mut self, v: String)
pub fn set_subscription_request_type(&mut self, v: String)
Sets SubscriptionRequestType, Tag 263.
Sourcepub fn get_subscription_request_type(
&self,
) -> Result<String, MessageRejectErrorEnum>
pub fn get_subscription_request_type( &self, ) -> Result<String, MessageRejectErrorEnum>
Gets SubscriptionRequestType, Tag 263.
Sourcepub fn has_subscription_request_type(&self) -> bool
pub fn has_subscription_request_type(&self) -> bool
Returns true if SubscriptionRequestType is present, Tag 263.
Sourcepub fn set_symbol(&mut self, v: String)
pub fn set_symbol(&mut self, v: String)
Sets Symbol, Tag 55.
Sourcepub fn get_symbol(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_symbol(&self) -> Result<String, MessageRejectErrorEnum>
Gets Symbol, Tag 55.
Sourcepub fn has_symbol(&self) -> bool
pub fn has_symbol(&self) -> bool
Returns true if Symbol is present, Tag 55.
Sourcepub fn set_symbol_sfx(&mut self, v: String)
pub fn set_symbol_sfx(&mut self, v: String)
Sets SymbolSfx, Tag 65.
Sourcepub fn get_symbol_sfx(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_symbol_sfx(&self) -> Result<String, MessageRejectErrorEnum>
Gets SymbolSfx, Tag 65.
Sourcepub fn has_symbol_sfx(&self) -> bool
pub fn has_symbol_sfx(&self) -> bool
Returns true if SymbolSfx is present, Tag 65.
Sourcepub fn get_text(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_text(&self) -> Result<String, MessageRejectErrorEnum>
Gets Text, Tag 58.
Sourcepub fn set_time_unit(&mut self, v: String)
pub fn set_time_unit(&mut self, v: String)
Sets TimeUnit, Tag 997.
Sourcepub fn get_time_unit(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_time_unit(&self) -> Result<String, MessageRejectErrorEnum>
Gets TimeUnit, Tag 997.
Sourcepub fn has_time_unit(&self) -> bool
pub fn has_time_unit(&self) -> bool
Returns true if TimeUnit is present, Tag 997.
Sourcepub fn set_total_num_pos_reports(&mut self, v: isize)
pub fn set_total_num_pos_reports(&mut self, v: isize)
Sets TotalNumPosReports, Tag 727.
Sourcepub fn get_total_num_pos_reports(&self) -> Result<isize, MessageRejectErrorEnum>
pub fn get_total_num_pos_reports(&self) -> Result<isize, MessageRejectErrorEnum>
Gets TotalNumPosReports, Tag 727.
Sourcepub fn has_total_num_pos_reports(&self) -> bool
pub fn has_total_num_pos_reports(&self) -> bool
Returns true if TotalNumPosReports is present, Tag 727.
Sourcepub fn set_underlying_price_determination_method(&mut self, v: isize)
pub fn set_underlying_price_determination_method(&mut self, v: isize)
Sets UnderlyingPriceDeterminationMethod, Tag 1481.
Sourcepub fn get_underlying_price_determination_method(
&self,
) -> Result<isize, MessageRejectErrorEnum>
pub fn get_underlying_price_determination_method( &self, ) -> Result<isize, MessageRejectErrorEnum>
Gets UnderlyingPriceDeterminationMethod, Tag 1481.
Sourcepub fn has_underlying_price_determination_method(&self) -> bool
pub fn has_underlying_price_determination_method(&self) -> bool
Returns true if UnderlyingPriceDeterminationMethod is present, Tag 1481.
Sourcepub fn set_unit_of_measure(&mut self, v: String)
pub fn set_unit_of_measure(&mut self, v: String)
Sets UnitOfMeasure, Tag 996.
Sourcepub fn get_unit_of_measure(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_unit_of_measure(&self) -> Result<String, MessageRejectErrorEnum>
Gets UnitOfMeasure, Tag 996.
Sourcepub fn has_unit_of_measure(&self) -> bool
pub fn has_unit_of_measure(&self) -> bool
Returns true if UnitOfMeasure is present, Tag 996.
Sourcepub fn set_unit_of_measure_qty(&mut self, val: Decimal, scale: i32)
pub fn set_unit_of_measure_qty(&mut self, val: Decimal, scale: i32)
Sets UnitOfMeasureQty, Tag 1147.
Sourcepub fn get_unit_of_measure_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>
pub fn get_unit_of_measure_qty(&self) -> Result<Decimal, MessageRejectErrorEnum>
Gets UnitOfMeasureQty, Tag 1147.
Sourcepub fn has_unit_of_measure_qty(&self) -> bool
pub fn has_unit_of_measure_qty(&self) -> bool
Returns true if UnitOfMeasureQty is present, Tag 1147.
Sourcepub fn set_unsolicited_indicator(&mut self, v: bool)
pub fn set_unsolicited_indicator(&mut self, v: bool)
Sets UnsolicitedIndicator, Tag 325.
Sourcepub fn get_unsolicited_indicator(&self) -> Result<bool, MessageRejectErrorEnum>
pub fn get_unsolicited_indicator(&self) -> Result<bool, MessageRejectErrorEnum>
Gets UnsolicitedIndicator, Tag 325.
Sourcepub fn has_unsolicited_indicator(&self) -> bool
pub fn has_unsolicited_indicator(&self) -> bool
Returns true if UnsolicitedIndicator is present, Tag 325.
Sourcepub fn set_valuation_method(&mut self, v: String)
pub fn set_valuation_method(&mut self, v: String)
Sets ValuationMethod, Tag 1197.
Sourcepub fn get_valuation_method(&self) -> Result<String, MessageRejectErrorEnum>
pub fn get_valuation_method(&self) -> Result<String, MessageRejectErrorEnum>
Gets ValuationMethod, Tag 1197.
Sourcepub fn has_valuation_method(&self) -> bool
pub fn has_valuation_method(&self) -> bool
Returns true if ValuationMethod is present, Tag 1197.