public method IPriceHistoryResponse.getBidOpen
Overview
Gets the open price of an bid bar
Declaration
function getBidOpen(index)
public double getBidOpen(int index);
public double getBidOpen(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 bid bar
Details
Declared in IPriceHistoryResponse