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