OrderGetHistory Method
Allows the user to request the history of the order.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public void GetHistory(
OrderOnHistoryComplete poCallback
)
Public Sub GetHistory (
poCallback As OrderOnHistoryComplete
)
Parameters
- poCallback OrderOnHistoryComplete
- The method to call with the history results.
Sends a request to the server for a snapshot of the entire history of the order.
This will be returned via the specified OnHistoryComplete callback. Only one request per order
can be in process at a time.