public method IPriceHistoryResponse.getAskHigh

Overview

Gets the highest price of an ask bar

Declaration

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

Parameters

Name Description
index The index of a bar

Returns

The method returns a real value that represents the highest price of an ask bar

Details

Declared in IPriceHistoryResponse