public method IO2GOfferRow.getHigh

Brief

Gets the highest ask price (buy price) of an instrument for the current trading day.

Declaration
C++
double  getHigh ()

Details

In case of FX instruments, the returned value is expressed in the instrument counter currency per one unit of the base currency.
In case of CFD instruments, the returned value is expressed in the instrument native currency per one contract.

A trading day is from 17:00 through 17:00 Eastern Time (UTC-5).

Declared in IO2GOfferRow

back