public class TradePublic Class Trade| ContraBroker | The broker that this fill was with. |
| ContraTrader | The trader that this fill was with. |
| ExchangeTime | The exchange time that the fill occurred at. |
| ExchangeTradeID | The exchange supplied fill identifier. |
| Price | The decimal price of the fill. |
| ResidualVolume | The remaining working volume of the order at the time of this fill. |
| Time | The server time that the fill occurred. |
| TradeDate | The trade date that this trade occurred on. |
| TradeID | Unique id for this fill. |
| Volume | Volume of the trade. |
| 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 the fill details in a readable string format of Volume@DisplayPrice
(Overrides ObjectToString) |
| Index | The index of this trade within the order. |
| Market | Market for the trade. |
| Order | The underlying order this trade belongs to. |