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