Represents a single tick (price update).
More...
#include <objects.hpp>
|
|
int64_t | time |
| | Time of the last prices update.
|
| |
|
double | bid |
| | Current Bid price.
|
| |
|
double | ask |
| | Current Ask price.
|
| |
|
double | last |
| | Price of the last deal (Last)
|
| |
|
int64_t | volume |
| | Volume for the current Last price.
|
| |
|
int64_t | time_msc |
| | Time of a price last update in milliseconds.
|
| |
|
uint32_t | flags |
| | Tick flags (TickFlag enum)
|
| |
|
double | volume_real |
| | Volume for the current Last price with greater accuracy.
|
| |
Represents a single tick (price update).
The documentation for this struct was generated from the following file: