Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type Message struct + AdvId string + AdvRefID *string + AdvSide string + AdvTransType string + Currency *string + FIXMsgType string + IDSource *string + Issuer *string + LastMkt *string + MaturityDay *int + MaturityMonthYear *string + OptAttribute *string + Price *float64 + PutOrCall *int + SecurityDesc *string + SecurityExchange *string + SecurityID *string + SecurityType *string + Shares int + StrikePrice *float64 + Symbol string + SymbolSfx *string + Text *string + TradeDate *string + TransactTime *time.Time + URLLink *string + func New(advid string, advtranstype string, symbol string, advside string, shares int) *Message + func (m *Message) SetAdvId(v string) + func (m *Message) SetAdvRefID(v string) + func (m *Message) SetAdvSide(v string) + func (m *Message) SetAdvTransType(v string) + func (m *Message) SetCurrency(v string) + func (m *Message) SetIDSource(v string) + func (m *Message) SetIssuer(v string) + func (m *Message) SetLastMkt(v string) + func (m *Message) SetMaturityDay(v int) + func (m *Message) SetMaturityMonthYear(v string) + func (m *Message) SetOptAttribute(v string) + func (m *Message) SetPrice(v float64) + func (m *Message) SetPutOrCall(v int) + func (m *Message) SetSecurityDesc(v string) + func (m *Message) SetSecurityExchange(v string) + func (m *Message) SetSecurityID(v string) + func (m *Message) SetSecurityType(v string) + func (m *Message) SetShares(v int) + func (m *Message) SetStrikePrice(v float64) + func (m *Message) SetSymbol(v string) + func (m *Message) SetSymbolSfx(v string) + func (m *Message) SetText(v string) + func (m *Message) SetTradeDate(v string) + func (m *Message) SetTransactTime(v time.Time) + func (m *Message) SetURLLink(v string) + func (m Message) Marshal() quickfix.Message + type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError