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

Represents a bar of historical data (OHLCV). More...

#include <objects.hpp>

Public Attributes

int64_t time
 Period start time.
 
double open
 Open price.
 
double high
 The highest price of the period.
 
double low
 The lowest price of the period.
 
double close
 Close price.
 
uint64_t tick_volume
 Tick volume.
 
int32_t spread
 Spread.
 
uint64_t real_volume
 Trade volume.
 

Detailed Description

Represents a bar of historical data (OHLCV).


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