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"` fix40.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"` fix40.Trailer }
Message is a ListExecute FIX Message
Click to show internal directories.
Click to hide internal directories.