public class Trade : ContractFeedEventArgsItemPublic Class Trade
Inherits ContractFeedEventArgsItem| AtBidOrOffer | Whether this trade was at the bid or offer. |
| DueToSpread | Whether this trade was due to a spread |
| LastTradePrice | Last trade price. |
| LastTradeVolume | Last trade volume that actually occurred (e.g. like liffe give it). |
| MarketID | ID of the market (Overrides ContractFeedEventArgsItemMarketID) |
| OrderVolumes | List of individual order volumes that make up this trade, if known. |
| Time | The timestamp for this update. (Overrides ContractFeedEventArgsItemTime) |
| TotalTradeCount | Total trade count. |
| TotalTradedVolume | Total trade volume. |
| 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 | (Overrides ObjectToString) |