| OEC Application Programming Interface |
|
OnBalanceChangedEvent Delegate
Cash balance changed
public delegate void OnBalanceChangedEvent(
Account Account,
Currency Currency);
Parameters
-
Account
- affected account
-
Currency
- balance currency
Requirements
Namespace:
OEC.API
Assembly: API (in API.dll)
See Also
OEC.API Namespace