Documentation
¶
Overview ¶
Package listexecute msg type = L.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
FIXMsgType string `fix:"L"`
fix41.Header
//ListID is a required field for ListExecute.
ListID string `fix:"66"`
//WaveNo is a non-required field for ListExecute.
WaveNo *string `fix:"105"`
//Text is a non-required field for ListExecute.
Text *string `fix:"58"`
fix41.Trailer
}
Message is a ListExecute FIX Message
func New ¶ added in v0.2.0
New returns an initialized ListExecute instance
func (Message) Marshal ¶
Marshal converts Message to a quickfix.Message instance
Source Files
¶
- ListExecute.go
Click to show internal directories.
Click to hide internal directories.