public method IPriceHistoryResponse.getBidClose

Overview

Gets the close price of an bid bar

Declaration

function getBidClose(index)
public double getBidClose(int index);
public double getBidClose(int index);

Parameters

Name Description
index The index of a bar

Returns

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

Details

Declared in IPriceHistoryResponse