Versions in this module Expand all Collapse all v0 v0.5.0 Sep 1, 2016 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type IndicationofInterest struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) IndicationofInterest + func New(ioiid field.IOIidField, ioitranstype field.IOITransTypeField, ...) (m 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 func(msg IndicationofInterest, sessionID quickfix.SessionID) quickfix.MessageRejectError