public method IPriceHistoryResponse.getVolume

Overview

Gets the tick volume of a bar

Declaration

function getVolume(index)
public int getVolume(int index);
public int getVolume(int index);

Parameters

Name Description
index The index of a bar

Returns

The method returns a real value that represents the tick volume of a bar

Details

Declared in IPriceHistoryResponse