public method IPriceHistoryResponse.getBidOpen

Brief

Gets the open price of an bid bar

Declaration

protojavascriptjavacsharp
public getBidOpen(index : int) : real

Parameters
index

The index of a bar

Returns

The method returns a real value that represents the open price of an bid bar

Details

Declared in IPriceHistoryResponse

back