Skip to main content

Allocation

Struct Allocation 

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

Allocation is the fix43 Allocation type, MsgType = J.

Fields§

§message: Message

Implementations§

Source§

impl Allocation

Source

pub fn new( alloc_id: AllocIDField, alloc_trans_type: AllocTransTypeField, alloc_type: AllocTypeField, side: SideField, quantity: QuantityField, avg_px: AvgPxField, trade_date: TradeDateField, ) -> Self

Creates a new Allocation with required fields.

Source

pub fn from_message(msg: Message) -> Self

Creates a Allocation from an existing Message.

Source

pub fn to_message(self) -> Message

Returns the underlying Message.

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_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.

Sets AllocLinkID, Tag 196.

Gets AllocLinkID, Tag 196.

Returns true if AllocLinkID is present, Tag 196.

Sets AllocLinkType, Tag 197.

Gets AllocLinkType, Tag 197.

Returns true if AllocLinkType is present, Tag 197.

Source

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

Sets AllocTransType, Tag 71.

Source

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

Gets AllocTransType, Tag 71.

Source

pub fn has_alloc_trans_type(&self) -> bool

Returns true if AllocTransType is present, Tag 71.

Source

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

Sets AllocType, Tag 626.

Source

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

Gets AllocType, Tag 626.

Source

pub fn has_alloc_type(&self) -> bool

Returns true if AllocType is present, Tag 626.

Source

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

Sets AvgPrxPrecision, Tag 74.

Source

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

Gets AvgPrxPrecision, Tag 74.

Source

pub fn has_avg_prx_precision(&self) -> bool

Returns true if AvgPrxPrecision is present, Tag 74.

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_booking_ref_id(&mut self, v: String)

Sets BookingRefID, Tag 466.

Source

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

Gets BookingRefID, Tag 466.

Source

pub fn has_booking_ref_id(&self) -> bool

Returns true if BookingRefID is present, Tag 466.

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_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_country_of_issue(&mut self, v: String)

Sets CountryOfIssue, Tag 470.

Source

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

Gets CountryOfIssue, Tag 470.

Source

pub fn has_country_of_issue(&self) -> bool

Returns true if CountryOfIssue is present, Tag 470.

Source

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

Sets CouponPaymentDate, Tag 224.

Source

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

Gets CouponPaymentDate, Tag 224.

Source

pub fn has_coupon_payment_date(&self) -> bool

Returns true if CouponPaymentDate is present, Tag 224.

Source

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

Sets CouponRate, Tag 223.

Source

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

Gets CouponRate, Tag 223.

Source

pub fn has_coupon_rate(&self) -> bool

Returns true if CouponRate is present, Tag 223.

Source

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

Sets CreditRating, Tag 255.

Source

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

Gets CreditRating, Tag 255.

Source

pub fn has_credit_rating(&self) -> bool

Returns true if CreditRating is present, Tag 255.

Source

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

Sets Currency, Tag 15.

Source

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

Gets Currency, Tag 15.

Source

pub fn has_currency(&self) -> bool

Returns true if Currency is present, Tag 15.

Source

pub fn set_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_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_fut_sett_date(&mut self, v: String)

Sets FutSettDate, Tag 64.

Source

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

Gets FutSettDate, Tag 64.

Source

pub fn has_fut_sett_date(&self) -> bool

Returns true if FutSettDate is present, Tag 64.

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_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_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_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.

Sets LegalConfirm, Tag 650.

Gets LegalConfirm, Tag 650.

Returns true if LegalConfirm is present, Tag 650.

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_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_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_execs(&mut self, v: isize)

Sets NoExecs, Tag 124.

Source

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

Gets NoExecs, Tag 124.

Source

pub fn has_no_execs(&self) -> bool

Returns true if NoExecs is present, Tag 124.

Source

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

Sets NoOrders, Tag 73.

Source

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

Gets NoOrders, Tag 73.

Source

pub fn has_no_orders(&self) -> bool

Returns true if NoOrders is present, Tag 73.

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_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_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_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_price_type(&mut self, v: isize)

Sets PriceType, Tag 423.

Source

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

Gets PriceType, Tag 423.

Source

pub fn has_price_type(&self) -> bool

Returns true if PriceType is present, Tag 423.

Source

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

Sets Product, Tag 460.

Source

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

Gets Product, Tag 460.

Source

pub fn has_product(&self) -> bool

Returns true if Product is present, Tag 460.

Source

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

Sets Quantity, Tag 53.

Source

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

Gets Quantity, Tag 53.

Source

pub fn has_quantity(&self) -> bool

Returns true if Quantity is present, Tag 53.

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_ref_alloc_id(&mut self, v: String)

Sets RefAllocID, Tag 72.

Source

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

Gets RefAllocID, Tag 72.

Source

pub fn has_ref_alloc_id(&self) -> bool

Returns true if RefAllocID is present, Tag 72.

Source

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

Sets RepoCollateralSecurityType, Tag 239.

Source

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

Gets RepoCollateralSecurityType, Tag 239.

Source

pub fn has_repo_collateral_security_type(&self) -> bool

Returns true if RepoCollateralSecurityType is present, Tag 239.

Source

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

Sets RepurchaseRate, Tag 227.

Source

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

Gets RepurchaseRate, Tag 227.

Source

pub fn has_repurchase_rate(&self) -> bool

Returns true if RepurchaseRate is present, Tag 227.

Source

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

Sets RepurchaseTerm, Tag 226.

Source

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

Gets RepurchaseTerm, Tag 226.

Source

pub fn has_repurchase_term(&self) -> bool

Returns true if RepurchaseTerm is present, Tag 226.

Source

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

Sets SecurityDesc, Tag 107.

Source

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

Gets SecurityDesc, Tag 107.

Source

pub fn has_security_desc(&self) -> bool

Returns true if SecurityDesc is present, Tag 107.

Source

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

Sets SecurityExchange, Tag 207.

Source

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

Gets SecurityExchange, Tag 207.

Source

pub fn has_security_exchange(&self) -> bool

Returns true if SecurityExchange is present, Tag 207.

Source

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

Sets SecurityID, Tag 48.

Source

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

Gets SecurityID, Tag 48.

Source

pub fn has_security_id(&self) -> bool

Returns true if SecurityID is present, Tag 48.

Source

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

Sets SecurityIDSource, Tag 22.

Source

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

Gets SecurityIDSource, Tag 22.

Source

pub fn has_security_id_source(&self) -> bool

Returns true if SecurityIDSource is present, Tag 22.

Source

pub fn set_security_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_settlmnt_typ(&mut self, v: String)

Sets SettlmntTyp, Tag 63.

Source

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

Gets SettlmntTyp, Tag 63.

Source

pub fn has_settlmnt_typ(&self) -> bool

Returns true if SettlmntTyp is present, Tag 63.

Source

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

Sets Side, Tag 54.

Source

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

Gets Side, Tag 54.

Source

pub fn has_side(&self) -> bool

Returns true if Side is present, Tag 54.

Source

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

Sets StateOrProvinceOfIssue, Tag 471.

Source

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

Gets StateOrProvinceOfIssue, Tag 471.

Source

pub fn has_state_or_province_of_issue(&self) -> bool

Returns true if StateOrProvinceOfIssue is present, Tag 471.

Source

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

Sets StrikePrice, Tag 202.

Source

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

Gets StrikePrice, Tag 202.

Source

pub fn has_strike_price(&self) -> bool

Returns true if StrikePrice is present, Tag 202.

Source

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

Sets Symbol, Tag 55.

Source

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

Gets Symbol, Tag 55.

Source

pub fn has_symbol(&self) -> bool

Returns true if Symbol is present, Tag 55.

Source

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

Sets SymbolSfx, Tag 65.

Source

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

Gets SymbolSfx, Tag 65.

Source

pub fn has_symbol_sfx(&self) -> bool

Returns true if SymbolSfx is present, Tag 65.

Source

pub fn set_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_total_accrued_interest_amt(&mut self, val: Decimal, scale: i32)

Sets TotalAccruedInterestAmt, Tag 540.

Source

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

Gets TotalAccruedInterestAmt, Tag 540.

Source

pub fn has_total_accrued_interest_amt(&self) -> bool

Returns true if TotalAccruedInterestAmt is present, Tag 540.

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_trading_session_id(&mut self, v: String)

Sets TradingSessionID, Tag 336.

Source

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

Gets TradingSessionID, Tag 336.

Source

pub fn has_trading_session_id(&self) -> bool

Returns true if TradingSessionID is present, Tag 336.

Source

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

Sets TradingSessionSubID, Tag 625.

Source

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

Gets TradingSessionSubID, Tag 625.

Source

pub fn has_trading_session_sub_id(&self) -> bool

Returns true if TradingSessionSubID is present, Tag 625.

Source

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

Sets TransactTime, Tag 60.

Source

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

Gets TransactTime, Tag 60.

Source

pub fn has_transact_time(&self) -> bool

Returns true if TransactTime is present, Tag 60.

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.