AccountListGetHistory Method

Request the history of the specified order from the server.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public void GetHistory(
	Order poOrder,
	OrderOnHistoryComplete poCallback
)

Parameters

poOrder  Order
The order to get the history of.
poCallback  OrderOnHistoryComplete
The method to call when the history has arrived.

Remarks

The callback method will be called once the history data is received from the server.

See Also