public class MarketTradePublic Class MarketTrade| AtBidOrOffer | Determines if the last trade occurred at the bid or offer. |
| DueToSpread | Determines whether the last trade that occurred was due to a spread trading (outrights only). This is based on differences between the LastTrade... and LastTradeSpd... values. |
| Price | Returns the last traded price, if any. Not valid if Volume = 0 |
| SpdPrice | Returns the last traded price, this includes trades due to spreads trading where available, if any. Will be null if there is no last trade price. |
| SpdTotalVolume | Returns the total volume that has traded at this price since a different price traded, this includes trades due to spreads trading where available. |
| SpdVolume | Returns the volume of the last trade, this includes trades due to spreads trading where available. |
| Time | Returns the time of the trade. |
| TotalTradeCount | Returns the total number of trade events in this market in the current trading day. |
| TotalTradedVolume | Returns the total volume traded in this market in the current trading day. |
| TotalVolume | Returns the total volume that has traded at this price since a different price traded. |
| Volume | Returns the volume of the last 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 a string that represents the current object. (Inherited from Object) |