interface IPriceHistoryResponse

Parents

object

Brief

The interface for getting access to received history data

Public Methods

getAsk

Gets the ask price of a tick

getAskClose

Gets the close price of an ask bar

getAskHigh

Gets the highest price of an ask bar

getAskLow

Gets the lowest price of an ask bar

getAskOpen

Gets the open price of an ask bar

getBid

Gets the bid price of a tick

getBidClose

Gets the close price of an bid bar

getBidHigh

Gets the highest price of an bid bar

getBidLow

Gets the lowest price of an bid bar

getBidOpen

Gets the open price of an bid bar

getCount

Gets the number of bars or ticks

getDate

Gets the beginning of a bar's date/time

getInstrument

Gets the instrument of the responce

getLastBarTime

Gets a date and time of the last tick of the last bar

getTimeframe

Gets the time frame of the responce

getVolume

Gets the tick volume of a bar

isBar

Checks whether the historical prices in the response are represented as bars or ticks

back