public method IPriceHistoryResponse.getAskLow

Brief

Gets the lowest price of an ask bar

Declaration

protojavascriptjavacsharp
public getAskLow(index : int) : real

Parameters
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

back