Struct quickfix_msg50::bid_response::NoBidComponents
source · pub struct NoBidComponents { /* private fields */ }Implementations§
source§impl NoBidComponents
impl NoBidComponents
pub fn get_commission(&self) -> Option<Commission>
pub fn get_comm_type(&self) -> Option<CommType>
pub fn get_comm_currency(&self) -> Option<CommCurrency>
pub fn get_fund_renew_waiv(&self) -> Option<FundRenewWaiv>
pub fn get_list_id(&self) -> Option<ListID>
pub fn get_country(&self) -> Option<Country>
pub fn get_side(&self) -> Option<Side>
pub fn get_price(&self) -> Option<Price>
pub fn get_price_type(&self) -> Option<PriceType>
pub fn get_fair_value(&self) -> Option<FairValue>
pub fn get_net_gross_ind(&self) -> Option<NetGrossInd>
pub fn get_settl_type(&self) -> Option<SettlType>
pub fn get_settl_date(&self) -> Option<SettlDate>
pub fn get_trading_session_id(&self) -> Option<TradingSessionID>
pub fn get_trading_session_sub_id(&self) -> Option<TradingSessionSubID>
pub fn get_text(&self) -> Option<Text>
pub fn get_encoded_text_len(&self) -> Option<EncodedTextLen>
pub fn get_encoded_text(&self) -> Option<EncodedText>
pub fn set_commission( &mut self, value: Commission ) -> Result<&Self, QuickFixError>
pub fn remove_commission(&mut self) -> Result<&Self, QuickFixError>
pub fn set_comm_type(&mut self, value: CommType) -> Result<&Self, QuickFixError>
pub fn remove_comm_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_comm_currency( &mut self, value: CommCurrency ) -> Result<&Self, QuickFixError>
pub fn remove_comm_currency(&mut self) -> Result<&Self, QuickFixError>
pub fn set_fund_renew_waiv( &mut self, value: FundRenewWaiv ) -> Result<&Self, QuickFixError>
pub fn remove_fund_renew_waiv(&mut self) -> Result<&Self, QuickFixError>
pub fn set_list_id(&mut self, value: ListID) -> Result<&Self, QuickFixError>
pub fn remove_list_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_country(&mut self, value: Country) -> Result<&Self, QuickFixError>
pub fn remove_country(&mut self) -> Result<&Self, QuickFixError>
pub fn set_side(&mut self, value: Side) -> Result<&Self, QuickFixError>
pub fn remove_side(&mut self) -> Result<&Self, QuickFixError>
pub fn set_price(&mut self, value: Price) -> Result<&Self, QuickFixError>
pub fn remove_price(&mut self) -> Result<&Self, QuickFixError>
pub fn set_price_type( &mut self, value: PriceType ) -> Result<&Self, QuickFixError>
pub fn remove_price_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_fair_value( &mut self, value: FairValue ) -> Result<&Self, QuickFixError>
pub fn remove_fair_value(&mut self) -> Result<&Self, QuickFixError>
pub fn set_net_gross_ind( &mut self, value: NetGrossInd ) -> Result<&Self, QuickFixError>
pub fn remove_net_gross_ind(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_type( &mut self, value: SettlType ) -> Result<&Self, QuickFixError>
pub fn remove_settl_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_date( &mut self, value: SettlDate ) -> Result<&Self, QuickFixError>
pub fn remove_settl_date(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trading_session_id( &mut self, value: TradingSessionID ) -> Result<&Self, QuickFixError>
pub fn remove_trading_session_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trading_session_sub_id( &mut self, value: TradingSessionSubID ) -> Result<&Self, QuickFixError>
pub fn remove_trading_session_sub_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_text(&mut self, value: Text) -> Result<&Self, QuickFixError>
pub fn remove_text(&mut self) -> Result<&Self, QuickFixError>
pub fn set_encoded_text_len( &mut self, value: EncodedTextLen ) -> Result<&Self, QuickFixError>
pub fn remove_encoded_text_len(&mut self) -> Result<&Self, QuickFixError>
pub fn set_encoded_text( &mut self, value: EncodedText ) -> Result<&Self, QuickFixError>
pub fn remove_encoded_text(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoBidComponents
impl Clone for NoBidComponents
source§fn clone(&self) -> NoBidComponents
fn clone(&self) -> NoBidComponents
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for NoBidComponents
impl !Send for NoBidComponents
impl !Sync for NoBidComponents
impl Unpin for NoBidComponents
impl UnwindSafe for NoBidComponents
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more