public method IPriceHistoryResponse.getAsk

Brief

Gets the ask price of a tick

Declaration

protojavascriptjavacsharp
public getAsk(index : int) : real

Parameters
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

back