Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type IndicationofInterest
- func (m IndicationofInterest) GetCurrency() (f field.CurrencyField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIDSource() (f field.IDSourceField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIOINaturalFlag() (f field.IOINaturalFlagField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIOIOthSvc() (f field.IOIOthSvcField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIOIQltyInd() (f field.IOIQltyIndField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIOIQualifier() (f field.IOIQualifierField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIOIRefID() (f field.IOIRefIDField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIOIShares() (f field.IOISharesField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIOITransType() (f field.IOITransTypeField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIOIid() (f field.IOIidField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetPrice() (f field.PriceField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetSide() (f field.SideField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetText() (f field.TextField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) GetValidUntilTime() (f field.ValidUntilTimeField, err quickfix.MessageRejectError)
- func (m IndicationofInterest) HasCurrency() bool
- func (m IndicationofInterest) HasIDSource() bool
- func (m IndicationofInterest) HasIOINaturalFlag() bool
- func (m IndicationofInterest) HasIOIOthSvc() bool
- func (m IndicationofInterest) HasIOIQltyInd() bool
- func (m IndicationofInterest) HasIOIQualifier() bool
- func (m IndicationofInterest) HasIOIRefID() bool
- func (m IndicationofInterest) HasIOIShares() bool
- func (m IndicationofInterest) HasIOITransType() bool
- func (m IndicationofInterest) HasIOIid() bool
- func (m IndicationofInterest) HasIssuer() bool
- func (m IndicationofInterest) HasPrice() bool
- func (m IndicationofInterest) HasSecurityDesc() bool
- func (m IndicationofInterest) HasSecurityID() bool
- func (m IndicationofInterest) HasSide() bool
- func (m IndicationofInterest) HasSymbol() bool
- func (m IndicationofInterest) HasSymbolSfx() bool
- func (m IndicationofInterest) HasText() bool
- func (m IndicationofInterest) HasValidUntilTime() bool
- func (m IndicationofInterest) SetCurrency(v string)
- func (m IndicationofInterest) SetIDSource(v string)
- func (m IndicationofInterest) SetIOINaturalFlag(v bool)
- func (m IndicationofInterest) SetIOIOthSvc(v string)
- func (m IndicationofInterest) SetIOIQltyInd(v string)
- func (m IndicationofInterest) SetIOIQualifier(v string)
- func (m IndicationofInterest) SetIOIRefID(v string)
- func (m IndicationofInterest) SetIOIShares(v string)
- func (m IndicationofInterest) SetIOITransType(v string)
- func (m IndicationofInterest) SetIOIid(v string)
- func (m IndicationofInterest) SetIssuer(v string)
- func (m IndicationofInterest) SetPrice(value decimal.Decimal, scale int32)
- func (m IndicationofInterest) SetSecurityDesc(v string)
- func (m IndicationofInterest) SetSecurityID(v string)
- func (m IndicationofInterest) SetSide(v string)
- func (m IndicationofInterest) SetSymbol(v string)
- func (m IndicationofInterest) SetSymbolSfx(v string)
- func (m IndicationofInterest) SetText(v string)
- func (m IndicationofInterest) SetValidUntilTime(v time.Time)
- func (m IndicationofInterest) ToMessage() quickfix.Message
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IndicationofInterest ¶ added in v0.4.0
type IndicationofInterest struct { fix40.Header quickfix.Body fix40.Trailer //ReceiveTime is the time that this message was read from the socket connection ReceiveTime time.Time }
IndicationofInterest is the fix40 IndicationofInterest type, MsgType = 6
func FromMessage ¶ added in v0.4.0
func FromMessage(m quickfix.Message) IndicationofInterest
FromMessage creates a IndicationofInterest from a quickfix.Message instance
func New ¶ added in v0.2.0
func New(ioiid field.IOIidField, ioitranstype field.IOITransTypeField, symbol field.SymbolField, side field.SideField, ioishares field.IOISharesField) (m IndicationofInterest)
New returns a IndicationofInterest initialized with the required fields for IndicationofInterest
func (IndicationofInterest) GetCurrency ¶ added in v0.4.0
func (m IndicationofInterest) GetCurrency() (f field.CurrencyField, err quickfix.MessageRejectError)
GetCurrency gets Currency, Tag 15
func (IndicationofInterest) GetIDSource ¶ added in v0.4.0
func (m IndicationofInterest) GetIDSource() (f field.IDSourceField, err quickfix.MessageRejectError)
GetIDSource gets IDSource, Tag 22
func (IndicationofInterest) GetIOINaturalFlag ¶ added in v0.4.0
func (m IndicationofInterest) GetIOINaturalFlag() (f field.IOINaturalFlagField, err quickfix.MessageRejectError)
GetIOINaturalFlag gets IOINaturalFlag, Tag 130
func (IndicationofInterest) GetIOIOthSvc ¶ added in v0.4.0
func (m IndicationofInterest) GetIOIOthSvc() (f field.IOIOthSvcField, err quickfix.MessageRejectError)
GetIOIOthSvc gets IOIOthSvc, Tag 24
func (IndicationofInterest) GetIOIQltyInd ¶ added in v0.4.0
func (m IndicationofInterest) GetIOIQltyInd() (f field.IOIQltyIndField, err quickfix.MessageRejectError)
GetIOIQltyInd gets IOIQltyInd, Tag 25
func (IndicationofInterest) GetIOIQualifier ¶ added in v0.4.0
func (m IndicationofInterest) GetIOIQualifier() (f field.IOIQualifierField, err quickfix.MessageRejectError)
GetIOIQualifier gets IOIQualifier, Tag 104
func (IndicationofInterest) GetIOIRefID ¶ added in v0.4.0
func (m IndicationofInterest) GetIOIRefID() (f field.IOIRefIDField, err quickfix.MessageRejectError)
GetIOIRefID gets IOIRefID, Tag 26
func (IndicationofInterest) GetIOIShares ¶ added in v0.4.0
func (m IndicationofInterest) GetIOIShares() (f field.IOISharesField, err quickfix.MessageRejectError)
GetIOIShares gets IOIShares, Tag 27
func (IndicationofInterest) GetIOITransType ¶ added in v0.4.0
func (m IndicationofInterest) GetIOITransType() (f field.IOITransTypeField, err quickfix.MessageRejectError)
GetIOITransType gets IOITransType, Tag 28
func (IndicationofInterest) GetIOIid ¶ added in v0.4.0
func (m IndicationofInterest) GetIOIid() (f field.IOIidField, err quickfix.MessageRejectError)
GetIOIid gets IOIid, Tag 23
func (IndicationofInterest) GetIssuer ¶ added in v0.4.0
func (m IndicationofInterest) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError)
GetIssuer gets Issuer, Tag 106
func (IndicationofInterest) GetPrice ¶ added in v0.4.0
func (m IndicationofInterest) GetPrice() (f field.PriceField, err quickfix.MessageRejectError)
GetPrice gets Price, Tag 44
func (IndicationofInterest) GetSecurityDesc ¶ added in v0.4.0
func (m IndicationofInterest) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError)
GetSecurityDesc gets SecurityDesc, Tag 107
func (IndicationofInterest) GetSecurityID ¶ added in v0.4.0
func (m IndicationofInterest) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError)
GetSecurityID gets SecurityID, Tag 48
func (IndicationofInterest) GetSide ¶ added in v0.4.0
func (m IndicationofInterest) GetSide() (f field.SideField, err quickfix.MessageRejectError)
GetSide gets Side, Tag 54
func (IndicationofInterest) GetSymbol ¶ added in v0.4.0
func (m IndicationofInterest) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError)
GetSymbol gets Symbol, Tag 55
func (IndicationofInterest) GetSymbolSfx ¶ added in v0.4.0
func (m IndicationofInterest) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError)
GetSymbolSfx gets SymbolSfx, Tag 65
func (IndicationofInterest) GetText ¶ added in v0.4.0
func (m IndicationofInterest) GetText() (f field.TextField, err quickfix.MessageRejectError)
GetText gets Text, Tag 58
func (IndicationofInterest) GetValidUntilTime ¶ added in v0.4.0
func (m IndicationofInterest) GetValidUntilTime() (f field.ValidUntilTimeField, err quickfix.MessageRejectError)
GetValidUntilTime gets ValidUntilTime, Tag 62
func (IndicationofInterest) HasCurrency ¶ added in v0.4.0
func (m IndicationofInterest) HasCurrency() bool
HasCurrency returns true if Currency is present, Tag 15
func (IndicationofInterest) HasIDSource ¶ added in v0.4.0
func (m IndicationofInterest) HasIDSource() bool
HasIDSource returns true if IDSource is present, Tag 22
func (IndicationofInterest) HasIOINaturalFlag ¶ added in v0.4.0
func (m IndicationofInterest) HasIOINaturalFlag() bool
HasIOINaturalFlag returns true if IOINaturalFlag is present, Tag 130
func (IndicationofInterest) HasIOIOthSvc ¶ added in v0.4.0
func (m IndicationofInterest) HasIOIOthSvc() bool
HasIOIOthSvc returns true if IOIOthSvc is present, Tag 24
func (IndicationofInterest) HasIOIQltyInd ¶ added in v0.4.0
func (m IndicationofInterest) HasIOIQltyInd() bool
HasIOIQltyInd returns true if IOIQltyInd is present, Tag 25
func (IndicationofInterest) HasIOIQualifier ¶ added in v0.4.0
func (m IndicationofInterest) HasIOIQualifier() bool
HasIOIQualifier returns true if IOIQualifier is present, Tag 104
func (IndicationofInterest) HasIOIRefID ¶ added in v0.4.0
func (m IndicationofInterest) HasIOIRefID() bool
HasIOIRefID returns true if IOIRefID is present, Tag 26
func (IndicationofInterest) HasIOIShares ¶ added in v0.4.0
func (m IndicationofInterest) HasIOIShares() bool
HasIOIShares returns true if IOIShares is present, Tag 27
func (IndicationofInterest) HasIOITransType ¶ added in v0.4.0
func (m IndicationofInterest) HasIOITransType() bool
HasIOITransType returns true if IOITransType is present, Tag 28
func (IndicationofInterest) HasIOIid ¶ added in v0.4.0
func (m IndicationofInterest) HasIOIid() bool
HasIOIid returns true if IOIid is present, Tag 23
func (IndicationofInterest) HasIssuer ¶ added in v0.4.0
func (m IndicationofInterest) HasIssuer() bool
HasIssuer returns true if Issuer is present, Tag 106
func (IndicationofInterest) HasPrice ¶ added in v0.4.0
func (m IndicationofInterest) HasPrice() bool
HasPrice returns true if Price is present, Tag 44
func (IndicationofInterest) HasSecurityDesc ¶ added in v0.4.0
func (m IndicationofInterest) HasSecurityDesc() bool
HasSecurityDesc returns true if SecurityDesc is present, Tag 107
func (IndicationofInterest) HasSecurityID ¶ added in v0.4.0
func (m IndicationofInterest) HasSecurityID() bool
HasSecurityID returns true if SecurityID is present, Tag 48
func (IndicationofInterest) HasSide ¶ added in v0.4.0
func (m IndicationofInterest) HasSide() bool
HasSide returns true if Side is present, Tag 54
func (IndicationofInterest) HasSymbol ¶ added in v0.4.0
func (m IndicationofInterest) HasSymbol() bool
HasSymbol returns true if Symbol is present, Tag 55
func (IndicationofInterest) HasSymbolSfx ¶ added in v0.4.0
func (m IndicationofInterest) HasSymbolSfx() bool
HasSymbolSfx returns true if SymbolSfx is present, Tag 65
func (IndicationofInterest) HasText ¶ added in v0.4.0
func (m IndicationofInterest) HasText() bool
HasText returns true if Text is present, Tag 58
func (IndicationofInterest) HasValidUntilTime ¶ added in v0.4.0
func (m IndicationofInterest) HasValidUntilTime() bool
HasValidUntilTime returns true if ValidUntilTime is present, Tag 62
func (IndicationofInterest) SetCurrency ¶ added in v0.4.0
func (m IndicationofInterest) SetCurrency(v string)
SetCurrency sets Currency, Tag 15
func (IndicationofInterest) SetIDSource ¶ added in v0.4.0
func (m IndicationofInterest) SetIDSource(v string)
SetIDSource sets IDSource, Tag 22
func (IndicationofInterest) SetIOINaturalFlag ¶ added in v0.4.0
func (m IndicationofInterest) SetIOINaturalFlag(v bool)
SetIOINaturalFlag sets IOINaturalFlag, Tag 130
func (IndicationofInterest) SetIOIOthSvc ¶ added in v0.4.0
func (m IndicationofInterest) SetIOIOthSvc(v string)
SetIOIOthSvc sets IOIOthSvc, Tag 24
func (IndicationofInterest) SetIOIQltyInd ¶ added in v0.4.0
func (m IndicationofInterest) SetIOIQltyInd(v string)
SetIOIQltyInd sets IOIQltyInd, Tag 25
func (IndicationofInterest) SetIOIQualifier ¶ added in v0.4.0
func (m IndicationofInterest) SetIOIQualifier(v string)
SetIOIQualifier sets IOIQualifier, Tag 104
func (IndicationofInterest) SetIOIRefID ¶ added in v0.4.0
func (m IndicationofInterest) SetIOIRefID(v string)
SetIOIRefID sets IOIRefID, Tag 26
func (IndicationofInterest) SetIOIShares ¶ added in v0.4.0
func (m IndicationofInterest) SetIOIShares(v string)
SetIOIShares sets IOIShares, Tag 27
func (IndicationofInterest) SetIOITransType ¶ added in v0.4.0
func (m IndicationofInterest) SetIOITransType(v string)
SetIOITransType sets IOITransType, Tag 28
func (IndicationofInterest) SetIOIid ¶ added in v0.4.0
func (m IndicationofInterest) SetIOIid(v string)
SetIOIid sets IOIid, Tag 23
func (IndicationofInterest) SetIssuer ¶ added in v0.4.0
func (m IndicationofInterest) SetIssuer(v string)
SetIssuer sets Issuer, Tag 106
func (IndicationofInterest) SetPrice ¶ added in v0.4.0
func (m IndicationofInterest) SetPrice(value decimal.Decimal, scale int32)
SetPrice sets Price, Tag 44
func (IndicationofInterest) SetSecurityDesc ¶ added in v0.4.0
func (m IndicationofInterest) SetSecurityDesc(v string)
SetSecurityDesc sets SecurityDesc, Tag 107
func (IndicationofInterest) SetSecurityID ¶ added in v0.4.0
func (m IndicationofInterest) SetSecurityID(v string)
SetSecurityID sets SecurityID, Tag 48
func (IndicationofInterest) SetSide ¶ added in v0.4.0
func (m IndicationofInterest) SetSide(v string)
SetSide sets Side, Tag 54
func (IndicationofInterest) SetSymbol ¶ added in v0.4.0
func (m IndicationofInterest) SetSymbol(v string)
SetSymbol sets Symbol, Tag 55
func (IndicationofInterest) SetSymbolSfx ¶ added in v0.4.0
func (m IndicationofInterest) SetSymbolSfx(v string)
SetSymbolSfx sets SymbolSfx, Tag 65
func (IndicationofInterest) SetText ¶ added in v0.4.0
func (m IndicationofInterest) SetText(v string)
SetText sets Text, Tag 58
func (IndicationofInterest) SetValidUntilTime ¶ added in v0.4.0
func (m IndicationofInterest) SetValidUntilTime(v time.Time)
SetValidUntilTime sets ValidUntilTime, Tag 62
func (IndicationofInterest) ToMessage ¶ added in v0.4.0
func (m IndicationofInterest) ToMessage() quickfix.Message
ToMessage returns a quickfix.Message instance
type RouteOut ¶
type RouteOut func(msg IndicationofInterest, sessionID quickfix.SessionID) quickfix.MessageRejectError
A RouteOut is the callback type that should be implemented for routing Message