interface IPriceHistoryResponse

Parents

object

Brief
The interface for getting access to received history data
Public Methods
getInstrument Gets the instrument of the responce
getTimeframe Gets the time frame of the responce
getCount Gets the number of bars or ticks
isBar Checks whether the historical prices in the response are represented as bars or ticks
getAsk Gets the ask price of a tick
getAskOpen Gets the open price of an ask bar
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
getBid Gets the bid price of a tick
getBidOpen Gets the open price of an bid bar
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
getDate Gets the beginning of a bar's date/time
getLastBarTime Gets a date and time of the last tick of the last bar
getVolume Gets the tick volume of a bar