public method IPriceHistoryResponse.getAskClose

Overview

Gets the close price of an ask bar

Declaration

function getAskClose(index)
public double getAskClose(int index);
public double getAskClose(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 ask bar

Details

Declared in IPriceHistoryResponse