Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2023 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type Quote struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) Quote + func New(quoteid field.QuoteIDField, symbol field.SymbolField, bidpx field.BidPxField) (m Quote) + func (m Quote) GetBidPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Quote) GetBidSize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Quote) GetIDSource() (v enum.IDSource, err quickfix.MessageRejectError) + func (m Quote) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m Quote) GetOfferPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Quote) GetOfferSize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m Quote) GetQuoteID() (v string, err quickfix.MessageRejectError) + func (m Quote) GetQuoteReqID() (v string, err quickfix.MessageRejectError) + func (m Quote) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m Quote) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m Quote) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m Quote) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m Quote) GetValidUntilTime() (v time.Time, err quickfix.MessageRejectError) + func (m Quote) HasBidPx() bool + func (m Quote) HasBidSize() bool + func (m Quote) HasIDSource() bool + func (m Quote) HasIssuer() bool + func (m Quote) HasOfferPx() bool + func (m Quote) HasOfferSize() bool + func (m Quote) HasQuoteID() bool + func (m Quote) HasQuoteReqID() bool + func (m Quote) HasSecurityDesc() bool + func (m Quote) HasSecurityID() bool + func (m Quote) HasSymbol() bool + func (m Quote) HasSymbolSfx() bool + func (m Quote) HasValidUntilTime() bool + func (m Quote) SetBidPx(value decimal.Decimal, scale int32) + func (m Quote) SetBidSize(value decimal.Decimal, scale int32) + func (m Quote) SetIDSource(v enum.IDSource) + func (m Quote) SetIssuer(v string) + func (m Quote) SetOfferPx(value decimal.Decimal, scale int32) + func (m Quote) SetOfferSize(value decimal.Decimal, scale int32) + func (m Quote) SetQuoteID(v string) + func (m Quote) SetQuoteReqID(v string) + func (m Quote) SetSecurityDesc(v string) + func (m Quote) SetSecurityID(v string) + func (m Quote) SetSymbol(v string) + func (m Quote) SetSymbolSfx(v enum.SymbolSfx) + func (m Quote) SetValidUntilTime(v time.Time) + func (m Quote) ToMessage() *quickfix.Message + type RouteOut func(msg Quote, sessionID quickfix.SessionID) quickfix.MessageRejectError