AccountListGetHistory Method
Request the history of the specified order from the server.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public void GetHistory(
Order poOrder,
OrderOnHistoryComplete poCallback
)
Public Sub GetHistory (
poOrder As Order,
poCallback As OrderOnHistoryComplete
)
Parameters
- poOrder Order
- The order to get the history of.
- poCallback OrderOnHistoryComplete
- The method to call when the history has arrived.
The callback method will be called once the history data is received from the server.