Documentation ¶
Overview ¶
Package listcancelrequest msg type = K.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"K"` fix40.Header //ListID is a required field for ListCancelRequest. ListID string `fix:"66"` //WaveNo is a non-required field for ListCancelRequest. WaveNo *string `fix:"105"` //Text is a non-required field for ListCancelRequest. Text *string `fix:"58"` fix40.Trailer }
Message is a ListCancelRequest FIX Message
Click to show internal directories.
Click to hide internal directories.