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 + Account *string + CashOrderQty *float64 + ClOrdID string + ClearingAccount *string + ClearingFirm *string + ClientID *string + CommType *string + Commission *float64 + ComplianceID *string + ContractMultiplier *float64 + CouponRate *float64 + CoveredOrUncovered *int + Currency *string + CustomerOrFirm *int + DiscretionInst *string + DiscretionOffset *float64 + EffectiveTime *time.Time + EncodedIssuer *string + EncodedIssuerLen *int + EncodedSecurityDesc *string + EncodedSecurityDescLen *int + EncodedText *string + EncodedTextLen *int + ExDestination *string + ExecBroker *string + ExecInst *string + ExpireDate *string + ExpireTime *time.Time + FIXMsgType string + ForexReq *bool + FutSettDate *string + FutSettDate2 *string + GTBookingInst *int + HandlInst string + IDSource *string + Issuer *string + ListID *string + LocateReqd *bool + MaturityDay *int + MaturityMonthYear *string + MaxFloor *float64 + MaxShow *float64 + MinQty *float64 + NoAllocs []NoAllocs + NoTradingSessions []NoTradingSessions + OpenClose *string + OptAttribute *string + OrdType string + OrderID *string + OrderQty *float64 + OrderQty2 *float64 + OrigClOrdID string + PegDifference *float64 + Price *float64 + PutOrCall *int + Rule80A *string + SecurityDesc *string + SecurityExchange *string + SecurityID *string + SecurityType *string + SettlCurrency *string + SettlmntTyp *string + Side string + SolicitedFlag *bool + StopPx *float64 + StrikePrice *float64 + Symbol string + SymbolSfx *string + Text *string + TimeInForce *string + TransactTime time.Time + func New(origclordid string, clordid string, handlinst string, symbol string, ...) *Message + func (m *Message) SetAccount(v string) + func (m *Message) SetCashOrderQty(v float64) + func (m *Message) SetClOrdID(v string) + func (m *Message) SetClearingAccount(v string) + func (m *Message) SetClearingFirm(v string) + func (m *Message) SetClientID(v string) + func (m *Message) SetCommType(v string) + func (m *Message) SetCommission(v float64) + func (m *Message) SetComplianceID(v string) + func (m *Message) SetContractMultiplier(v float64) + func (m *Message) SetCouponRate(v float64) + func (m *Message) SetCoveredOrUncovered(v int) + func (m *Message) SetCurrency(v string) + func (m *Message) SetCustomerOrFirm(v int) + func (m *Message) SetDiscretionInst(v string) + func (m *Message) SetDiscretionOffset(v float64) + func (m *Message) SetEffectiveTime(v time.Time) + func (m *Message) SetEncodedIssuer(v string) + func (m *Message) SetEncodedIssuerLen(v int) + func (m *Message) SetEncodedSecurityDesc(v string) + func (m *Message) SetEncodedSecurityDescLen(v int) + func (m *Message) SetEncodedText(v string) + func (m *Message) SetEncodedTextLen(v int) + func (m *Message) SetExDestination(v string) + func (m *Message) SetExecBroker(v string) + func (m *Message) SetExecInst(v string) + func (m *Message) SetExpireDate(v string) + func (m *Message) SetExpireTime(v time.Time) + func (m *Message) SetForexReq(v bool) + func (m *Message) SetFutSettDate(v string) + func (m *Message) SetFutSettDate2(v string) + func (m *Message) SetGTBookingInst(v int) + func (m *Message) SetHandlInst(v string) + func (m *Message) SetIDSource(v string) + func (m *Message) SetIssuer(v string) + func (m *Message) SetListID(v string) + func (m *Message) SetLocateReqd(v bool) + func (m *Message) SetMaturityDay(v int) + func (m *Message) SetMaturityMonthYear(v string) + func (m *Message) SetMaxFloor(v float64) + func (m *Message) SetMaxShow(v float64) + func (m *Message) SetMinQty(v float64) + func (m *Message) SetNoAllocs(v []NoAllocs) + func (m *Message) SetNoTradingSessions(v []NoTradingSessions) + func (m *Message) SetOpenClose(v string) + func (m *Message) SetOptAttribute(v string) + func (m *Message) SetOrdType(v string) + func (m *Message) SetOrderID(v string) + func (m *Message) SetOrderQty(v float64) + func (m *Message) SetOrderQty2(v float64) + func (m *Message) SetOrigClOrdID(v string) + func (m *Message) SetPegDifference(v float64) + func (m *Message) SetPrice(v float64) + func (m *Message) SetPutOrCall(v int) + func (m *Message) SetRule80A(v string) + 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) SetSettlCurrency(v string) + func (m *Message) SetSettlmntTyp(v string) + func (m *Message) SetSide(v string) + func (m *Message) SetSolicitedFlag(v bool) + func (m *Message) SetStopPx(v float64) + 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) SetTimeInForce(v string) + func (m *Message) SetTransactTime(v time.Time) + func (m Message) Marshal() quickfix.Message + type NoAllocs struct + AllocAccount *string + AllocShares *float64 + func NewNoAllocs() *NoAllocs + func (m *NoAllocs) SetAllocAccount(v string) + func (m *NoAllocs) SetAllocShares(v float64) + type NoTradingSessions struct + TradingSessionID *string + func NewNoTradingSessions() *NoTradingSessions + func (m *NoTradingSessions) SetTradingSessionID(v string) + type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError