OrderHistory Class

Class containing a historical state of the order.

Definition

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

Remarks

Only data that can change during the lifetime of an order is provided in the history.

Properties

AccountSvr The name of the Account Server that last changed this order.
ActivationData The activation trigger details.
ActivationType The activation type for the order.
AppID Unique identifer for the application that last changed the order.
AppName The name of the application that last changed this order.
Change The last change to the order.
CurrentLimitPrice The current limit decimal price of the order.
CurrentMaxShow The max show value.
CurrentStopPrice The current stop trigger decimal price of the order.
CurrentVolume The current total volume of the order.
ExchangeID The exchange identifier for the market for this order.
ExchangeLoginID The user login identifier for the exchange for this order.
ExchangeOrderID The order id given to this order by the exchange.
ExchangeSvr The name of the Exchange Server that last changed this order.
ExchangeTime The time from the exchange of the last change to this order.
ExecutingLoginID The exchange login that executed this order.
MaxVolume The maximum volume allowed for this order. Used with AutoOCO's etc.
NewLimitPrice The new limit decimal price of the order during a revision.
NewMaxShow The max show value.
NewStopPrice The new stop trigger decimal price of the order during a revision.
NewVolume The new volume of the order during a revision.
PriceType The type of pricing for the order.
ResponsePending Whether the system is waiting for a response from the exchange.
SequenceOrder Index of the history item to ensure the correct sort order.
SessionID The id for the user login session that last changed this order.
Status The status of the order.
StatusDetail Free text string containing any messages from the exchange regarding this order.
Tag Free text string for the order specified when the order is created.
Time The server time of the last update to this order.
TimeType The time behaviour of the order.
TotalFillVolume The total filled volume of the order.
TradeDate The trading date for this order.
TrailPrice The trailing price value.
UserAddress The IP address of the user that last changed the order.
UserID Unique identifier of the user that last changed the order.
Username The login name of the user that last changed the order.
UserSvr The name of the User Server that last changed this order.
WorkingVolume The current working volume of the order.

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