Skip to main content

Quote

Struct Quote 

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

Quote is the fix41 Quote type, MsgType = S.

Fields§

§message: Message

Implementations§

Source§

impl Quote

Source

pub fn new(quote_id: QuoteIDField, symbol: SymbolField) -> Self

Creates a new Quote with required fields.

Source

pub fn from_message(msg: Message) -> Self

Creates a Quote from an existing Message.

Source

pub fn to_message(self) -> Message

Returns the underlying Message.

Source

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

Sets BidForwardPoints, Tag 189.

Source

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

Gets BidForwardPoints, Tag 189.

Source

pub fn has_bid_forward_points(&self) -> bool

Returns true if BidForwardPoints is present, Tag 189.

Source

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

Sets BidPx, Tag 132.

Source

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

Gets BidPx, Tag 132.

Source

pub fn has_bid_px(&self) -> bool

Returns true if BidPx is present, Tag 132.

Source

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

Sets BidSize, Tag 134.

Source

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

Gets BidSize, Tag 134.

Source

pub fn has_bid_size(&self) -> bool

Returns true if BidSize is present, Tag 134.

Source

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

Sets BidSpotRate, Tag 188.

Source

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

Gets BidSpotRate, Tag 188.

Source

pub fn has_bid_spot_rate(&self) -> bool

Returns true if BidSpotRate is present, Tag 188.

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

Sets FutSettDate2, Tag 193.

Source

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

Gets FutSettDate2, Tag 193.

Source

pub fn has_fut_sett_date2(&self) -> bool

Returns true if FutSettDate2 is present, Tag 193.

Source

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

Sets IDSource, Tag 22.

Source

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

Gets IDSource, Tag 22.

Source

pub fn has_id_source(&self) -> bool

Returns true if IDSource is present, Tag 22.

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

Sets MaturityDay, Tag 205.

Source

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

Gets MaturityDay, Tag 205.

Source

pub fn has_maturity_day(&self) -> bool

Returns true if MaturityDay is present, Tag 205.

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_offer_forward_points(&mut self, val: Decimal, scale: i32)

Sets OfferForwardPoints, Tag 191.

Source

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

Gets OfferForwardPoints, Tag 191.

Source

pub fn has_offer_forward_points(&self) -> bool

Returns true if OfferForwardPoints is present, Tag 191.

Source

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

Sets OfferPx, Tag 133.

Source

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

Gets OfferPx, Tag 133.

Source

pub fn has_offer_px(&self) -> bool

Returns true if OfferPx is present, Tag 133.

Source

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

Sets OfferSize, Tag 135.

Source

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

Gets OfferSize, Tag 135.

Source

pub fn has_offer_size(&self) -> bool

Returns true if OfferSize is present, Tag 135.

Source

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

Sets OfferSpotRate, Tag 190.

Source

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

Gets OfferSpotRate, Tag 190.

Source

pub fn has_offer_spot_rate(&self) -> bool

Returns true if OfferSpotRate is present, Tag 190.

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

Sets QuoteID, Tag 117.

Source

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

Gets QuoteID, Tag 117.

Source

pub fn has_quote_id(&self) -> bool

Returns true if QuoteID is present, Tag 117.

Source

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

Sets QuoteReqID, Tag 131.

Source

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

Gets QuoteReqID, Tag 131.

Source

pub fn has_quote_req_id(&self) -> bool

Returns true if QuoteReqID is present, Tag 131.

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

Sets ValidUntilTime, Tag 62.

Source

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

Gets ValidUntilTime, Tag 62.

Source

pub fn has_valid_until_time(&self) -> bool

Returns true if ValidUntilTime is present, Tag 62.

Auto Trait Implementations§

§

impl Freeze for Quote

§

impl RefUnwindSafe for Quote

§

impl Send for Quote

§

impl Sync for Quote

§

impl Unpin for Quote

§

impl UnsafeUnpin for Quote

§

impl UnwindSafe for Quote

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.