public method IO2GOfferRow.getLow

Brief

Gets the lowest bid price (sell price) of an instrument for the current trading day.

Declaration
C++
double  getLow ()

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