BBSTRADER 2.4.0
Loading...
Searching...
No Matches
MT5::TickInfo Struct Reference

Represents a single tick (price update). More...

#include <objects.hpp>

Public Attributes

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.
 

Detailed Description

Represents a single tick (price update).


The documentation for this struct was generated from the following file: