public method IPriceHistoryResponse.getBid

Overview

Gets the bid price of a tick

Declaration

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

Parameters

Name Description
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