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