MarketTrade Class

Class representing the trade data.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class MarketTrade
Inheritance
Object    MarketTrade

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also