TT CORE SDK 2.0.1.1
TT CORE SDK documentation
|
Time and Sales update data. More...
#include <prices.h>
Classes | |
struct | Trade |
Public Attributes | |
uint64_t | instrument_id |
Instrument Id for the trade. | |
PriceEventType | event_type |
size_t | count |
Number of available T&S events. | |
Trade | trades [MAX_EVENTS] |
Static Public Attributes | |
static constexpr size_t | MAX_EVENTS = 10 |
Max supported trades in one update. | |
size_t ttsdk::TimeSales::count |
PriceEventType ttsdk::TimeSales::event_type |
uint64_t ttsdk::TimeSales::instrument_id |
Instrument Id for the trade.
Trade ttsdk::TimeSales::trades[MAX_EVENTS] |