Class representing the trade volume data.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class TradeVolume
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class TradeVolume
Visual C++
[DefaultMemberAttribute(L"Item")]
public ref class TradeVolume

Remarks

This class stores the total volumes traded at each price for this market for the current trading day. It also stores the last time that a price traded.

The data for the current trading day will be provided by the server following subscription to the market. Updates to this data are provided by the server on a slow buffer (approx. 1 second intervals) when needed.

This class can be used to provide the complete data for the market or for providing a list of changes to the data.

Inheritance Hierarchy

System..::.Object
  T4.API..::.Market..::.TradeVolume

See Also