Trade Class

Trade Fill class.

Definition

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

Remarks

Contains the details of a single fill for the order. Also used for aggregating fills into total volumes by price.

Properties

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.

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 Returns the fill details in a readable string format of Volume@DisplayPrice
(Overrides ObjectToString)

Fields

Index The index of this trade within the order.
Market Market for the trade.
Order The underlying order this trade belongs to.

See Also