Delegate OnOrderUpdate
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
Raised on the API's receive thread when a position, order or deal changes; keep handlers short.
public delegate void OnOrderUpdate(ViiSyncAccountApi sender, OrderUpdate update)
Parameters
senderViiSyncAccountApi- Raised on the API's receive thread when a position, order or deal changes; keep handlers short.
updateOrderUpdate- Raised on the API's receive thread when a position, order or deal changes; keep handlers short.