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