MarketTradeVolume Class

Class representing the trade volume data.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class MarketTradeVolume
Inheritance
Object    MarketTradeVolume

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.

Properties

Complete Determines whether this list is a complete list of all the data for the market or whether it contains just the changes to the list last sent by the server.
Count Returns the number of items in the list.
ItemDecimal Returns the volume data for the price specified.
ItemInt32 Returns the volume data for the list index specified.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also