Versions in this module Expand all Collapse all v0 v0.6.1 Oct 26, 2021 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type NoQuoteEntries struct + func (m NoQuoteEntries) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIDSource() (v enum.IDSource, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityDay() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryRejectReason() (v enum.QuoteEntryRejectReason, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m NoQuoteEntries) HasContractMultiplier() bool + func (m NoQuoteEntries) HasCouponRate() bool + func (m NoQuoteEntries) HasEncodedIssuer() bool + func (m NoQuoteEntries) HasEncodedIssuerLen() bool + func (m NoQuoteEntries) HasEncodedSecurityDesc() bool + func (m NoQuoteEntries) HasEncodedSecurityDescLen() bool + func (m NoQuoteEntries) HasIDSource() bool + func (m NoQuoteEntries) HasIssuer() bool + func (m NoQuoteEntries) HasMaturityDay() bool + func (m NoQuoteEntries) HasMaturityMonthYear() bool + func (m NoQuoteEntries) HasOptAttribute() bool + func (m NoQuoteEntries) HasPutOrCall() bool + func (m NoQuoteEntries) HasQuoteEntryID() bool + func (m NoQuoteEntries) HasQuoteEntryRejectReason() bool + func (m NoQuoteEntries) HasSecurityDesc() bool + func (m NoQuoteEntries) HasSecurityExchange() bool + func (m NoQuoteEntries) HasSecurityID() bool + func (m NoQuoteEntries) HasSecurityType() bool + func (m NoQuoteEntries) HasStrikePrice() bool + func (m NoQuoteEntries) HasSymbol() bool + func (m NoQuoteEntries) HasSymbolSfx() bool + func (m NoQuoteEntries) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetCouponRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetEncodedIssuer(v string) + func (m NoQuoteEntries) SetEncodedIssuerLen(v int) + func (m NoQuoteEntries) SetEncodedSecurityDesc(v string) + func (m NoQuoteEntries) SetEncodedSecurityDescLen(v int) + func (m NoQuoteEntries) SetIDSource(v enum.IDSource) + func (m NoQuoteEntries) SetIssuer(v string) + func (m NoQuoteEntries) SetMaturityDay(v int) + func (m NoQuoteEntries) SetMaturityMonthYear(v string) + func (m NoQuoteEntries) SetOptAttribute(v string) + func (m NoQuoteEntries) SetPutOrCall(v enum.PutOrCall) + func (m NoQuoteEntries) SetQuoteEntryID(v string) + func (m NoQuoteEntries) SetQuoteEntryRejectReason(v enum.QuoteEntryRejectReason) + func (m NoQuoteEntries) SetSecurityDesc(v string) + func (m NoQuoteEntries) SetSecurityExchange(v string) + func (m NoQuoteEntries) SetSecurityID(v string) + func (m NoQuoteEntries) SetSecurityType(v enum.SecurityType) + func (m NoQuoteEntries) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetSymbol(v string) + func (m NoQuoteEntries) SetSymbolSfx(v enum.SymbolSfx) + type NoQuoteEntriesRepeatingGroup struct + func NewNoQuoteEntriesRepeatingGroup() NoQuoteEntriesRepeatingGroup + func (m NoQuoteEntriesRepeatingGroup) Add() NoQuoteEntries + func (m NoQuoteEntriesRepeatingGroup) Get(i int) NoQuoteEntries + type NoQuoteSets struct + func (m NoQuoteSets) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoQuoteEntries() (NoQuoteEntriesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetQuoteSetID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetTotQuoteEntries() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIDSource() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityDay() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingPutOrCall() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) HasEncodedUnderlyingIssuer() bool + func (m NoQuoteSets) HasEncodedUnderlyingIssuerLen() bool + func (m NoQuoteSets) HasEncodedUnderlyingSecurityDesc() bool + func (m NoQuoteSets) HasEncodedUnderlyingSecurityDescLen() bool + func (m NoQuoteSets) HasNoQuoteEntries() bool + func (m NoQuoteSets) HasQuoteSetID() bool + func (m NoQuoteSets) HasTotQuoteEntries() bool + func (m NoQuoteSets) HasUnderlyingContractMultiplier() bool + func (m NoQuoteSets) HasUnderlyingCouponRate() bool + func (m NoQuoteSets) HasUnderlyingIDSource() bool + func (m NoQuoteSets) HasUnderlyingIssuer() bool + func (m NoQuoteSets) HasUnderlyingMaturityDay() bool + func (m NoQuoteSets) HasUnderlyingMaturityMonthYear() bool + func (m NoQuoteSets) HasUnderlyingOptAttribute() bool + func (m NoQuoteSets) HasUnderlyingPutOrCall() bool + func (m NoQuoteSets) HasUnderlyingSecurityDesc() bool + func (m NoQuoteSets) HasUnderlyingSecurityExchange() bool + func (m NoQuoteSets) HasUnderlyingSecurityID() bool + func (m NoQuoteSets) HasUnderlyingSecurityType() bool + func (m NoQuoteSets) HasUnderlyingStrikePrice() bool + func (m NoQuoteSets) HasUnderlyingSymbol() bool + func (m NoQuoteSets) HasUnderlyingSymbolSfx() bool + func (m NoQuoteSets) SetEncodedUnderlyingIssuer(v string) + func (m NoQuoteSets) SetEncodedUnderlyingIssuerLen(v int) + func (m NoQuoteSets) SetEncodedUnderlyingSecurityDesc(v string) + func (m NoQuoteSets) SetEncodedUnderlyingSecurityDescLen(v int) + func (m NoQuoteSets) SetNoQuoteEntries(f NoQuoteEntriesRepeatingGroup) + func (m NoQuoteSets) SetQuoteSetID(v string) + func (m NoQuoteSets) SetTotQuoteEntries(v int) + func (m NoQuoteSets) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingIDSource(v string) + func (m NoQuoteSets) SetUnderlyingIssuer(v string) + func (m NoQuoteSets) SetUnderlyingMaturityDay(v int) + func (m NoQuoteSets) SetUnderlyingMaturityMonthYear(v string) + func (m NoQuoteSets) SetUnderlyingOptAttribute(v string) + func (m NoQuoteSets) SetUnderlyingPutOrCall(v int) + func (m NoQuoteSets) SetUnderlyingSecurityDesc(v string) + func (m NoQuoteSets) SetUnderlyingSecurityExchange(v string) + func (m NoQuoteSets) SetUnderlyingSecurityID(v string) + func (m NoQuoteSets) SetUnderlyingSecurityType(v string) + func (m NoQuoteSets) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingSymbol(v string) + func (m NoQuoteSets) SetUnderlyingSymbolSfx(v string) + type NoQuoteSetsRepeatingGroup struct + func NewNoQuoteSetsRepeatingGroup() NoQuoteSetsRepeatingGroup + func (m NoQuoteSetsRepeatingGroup) Add() NoQuoteSets + func (m NoQuoteSetsRepeatingGroup) Get(i int) NoQuoteSets + type QuoteAcknowledgement struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) QuoteAcknowledgement + func New(quoteackstatus field.QuoteAckStatusField) (m QuoteAcknowledgement) + func (m QuoteAcknowledgement) GetNoQuoteSets() (NoQuoteSetsRepeatingGroup, quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteAckStatus() (v enum.QuoteAckStatus, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteID() (v string, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteRejectReason() (v enum.QuoteRejectReason, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteReqID() (v string, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteResponseLevel() (v enum.QuoteResponseLevel, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetText() (v string, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) HasNoQuoteSets() bool + func (m QuoteAcknowledgement) HasQuoteAckStatus() bool + func (m QuoteAcknowledgement) HasQuoteID() bool + func (m QuoteAcknowledgement) HasQuoteRejectReason() bool + func (m QuoteAcknowledgement) HasQuoteReqID() bool + func (m QuoteAcknowledgement) HasQuoteResponseLevel() bool + func (m QuoteAcknowledgement) HasText() bool + func (m QuoteAcknowledgement) HasTradingSessionID() bool + func (m QuoteAcknowledgement) SetNoQuoteSets(f NoQuoteSetsRepeatingGroup) + func (m QuoteAcknowledgement) SetQuoteAckStatus(v enum.QuoteAckStatus) + func (m QuoteAcknowledgement) SetQuoteID(v string) + func (m QuoteAcknowledgement) SetQuoteRejectReason(v enum.QuoteRejectReason) + func (m QuoteAcknowledgement) SetQuoteReqID(v string) + func (m QuoteAcknowledgement) SetQuoteResponseLevel(v enum.QuoteResponseLevel) + func (m QuoteAcknowledgement) SetText(v string) + func (m QuoteAcknowledgement) SetTradingSessionID(v enum.TradingSessionID) + func (m QuoteAcknowledgement) ToMessage() *quickfix.Message + type RouteOut func(msg QuoteAcknowledgement, sessionID quickfix.SessionID) quickfix.MessageRejectError