public method IPriceHistoryResponse.getVolume

Brief

Gets the tick volume of a bar

Declaration

protojavascriptjavacsharp
public getVolume(index : int) : int

Parameters
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

back