|
ITCHCPP 1.6.0
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
|
Order Delete (D): a resting order was cancelled in its entirety and removed from the book.
More...
#include <messages.hpp>
Public Attributes | |
| char | message_type = 'D' |
| Always 'D'. | |
| uint16_t | stock_locate |
| Locate code identifying the security. | |
| uint16_t | tracking_number |
| Nasdaq internal tracking number. | |
| uint64_t | timestamp |
| Nanoseconds past midnight. | |
| uint64_t | order_reference_number |
| Reference number of the deleted order. | |
Order Delete (D): a resting order was cancelled in its entirety and removed from the book.
Sent when an order on the book is cancelled in full. All remaining shares become inaccessible and the order must be removed from the book.
Definition at line 299 of file messages.hpp.
| char itch::OrderDeleteMessage::message_type = 'D' |
Always 'D'.
Definition at line 300 of file messages.hpp.
| uint16_t itch::OrderDeleteMessage::stock_locate |
Locate code identifying the security.
Definition at line 301 of file messages.hpp.
| uint16_t itch::OrderDeleteMessage::tracking_number |
Nasdaq internal tracking number.
Definition at line 302 of file messages.hpp.
| uint64_t itch::OrderDeleteMessage::timestamp |
Nanoseconds past midnight.
Definition at line 303 of file messages.hpp.
| uint64_t itch::OrderDeleteMessage::order_reference_number |
Reference number of the deleted order.
Definition at line 304 of file messages.hpp.