Documentation ¶
Overview ¶
Package email msg type = C.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetClOrdID(v string)
- func (m *Message) SetEmailType(v string)
- func (m *Message) SetLinesOfText(v int)
- func (m *Message) SetOrderID(v string)
- func (m *Message) SetOrigTime(v time.Time)
- func (m *Message) SetRawData(v string)
- func (m *Message) SetRawDataLength(v int)
- func (m *Message) SetRelatdSym(v string)
- func (m *Message) SetText(v string)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"C"` fix40.Header //EmailType is a required field for Email. EmailType string `fix:"94"` //OrigTime is a non-required field for Email. OrigTime *time.Time `fix:"42"` //RelatdSym is a non-required field for Email. RelatdSym *string `fix:"46"` //OrderID is a non-required field for Email. OrderID *string `fix:"37"` //ClOrdID is a non-required field for Email. ClOrdID *string `fix:"11"` //LinesOfText is a required field for Email. LinesOfText int `fix:"33"` //Text is a required field for Email. Text string `fix:"58"` //RawDataLength is a non-required field for Email. RawDataLength *int `fix:"95"` //RawData is a non-required field for Email. RawData *string `fix:"96"` fix40.Trailer }
Message is a Email FIX Message
func (*Message) SetClOrdID ¶
func (*Message) SetEmailType ¶
func (*Message) SetLinesOfText ¶
func (*Message) SetOrderID ¶
func (*Message) SetOrigTime ¶
func (*Message) SetRawData ¶
func (*Message) SetRawDataLength ¶
func (*Message) SetRelatdSym ¶
Click to show internal directories.
Click to hide internal directories.