public class MarketTradeVolumePublic Class MarketTradeVolumeThis 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.
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |