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 + AvgPx *float64 + ClOrdID *string + CumQty *float64 + DKReason *string + EncodedText *string + EncodedTextLen *int + ExecAckStatus string + ExecID string + FIXMsgType string + InstrmtLegGrp *instrmtleggrp.InstrmtLegGrp + LastParPx *float64 + LastPx *float64 + LastQty *float64 + OrderID string + PriceType *int + SecondaryOrderID *string + Side string + Text *string + UndInstrmtGrp *undinstrmtgrp.UndInstrmtGrp + func New(orderid string, execackstatus string, execid string, ...) *Message + func (m *Message) SetAvgPx(v float64) + func (m *Message) SetClOrdID(v string) + func (m *Message) SetCumQty(v float64) + func (m *Message) SetDKReason(v string) + func (m *Message) SetEncodedText(v string) + func (m *Message) SetEncodedTextLen(v int) + func (m *Message) SetExecAckStatus(v string) + func (m *Message) SetExecID(v string) + func (m *Message) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp) + func (m *Message) SetInstrument(v instrument.Instrument) + func (m *Message) SetLastParPx(v float64) + func (m *Message) SetLastPx(v float64) + func (m *Message) SetLastQty(v float64) + func (m *Message) SetOrderID(v string) + func (m *Message) SetOrderQtyData(v orderqtydata.OrderQtyData) + func (m *Message) SetPriceType(v int) + func (m *Message) SetSecondaryOrderID(v string) + func (m *Message) SetSide(v string) + func (m *Message) SetText(v string) + func (m *Message) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp) + func (m Message) Marshal() quickfix.Message + type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError