public method IPriceHistoryResponse.getAskOpen
Overview
Gets the open price of an ask bar
Declaration
function getAskOpen(index)
public double getAskOpen(int index);
public double getAskOpen(int index);
Parameters
| Name | Description |
|---|---|
| index | The index of a bar |
Returns
The method returns a real value that represents the open price of an ask bar
Details
Declared in IPriceHistoryResponse