ContractFeedEventArgsTrade Class

A trade occurring.

Definition

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

Properties

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.

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)
ToString
(Overrides ObjectToString)

See Also