Table of Contents

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

sender ViiSyncAccountApi
Raised on the API's receive thread when a position, order or deal changes; keep handlers short.
update OrderUpdate
Raised on the API's receive thread when a position, order or deal changes; keep handlers short.