public method IPriceHistoryResponse.getBid

Brief

Gets the bid price of a tick

Declaration

protojavascriptjavacsharp
public getBid(index : int) : real

Parameters
index

The index of a tick

Returns

The method returns a real value that represents the bid price of a tick

Details

Declared in IPriceHistoryResponse

back