Skip to content

События


Trades Events:

Method Description
OnTradeRequestOpen Handler of the event of adding a checked trade request to the queue
OnTradeRequestUpdate Handler of the event of changing the state of a trade request
OnTradeRequestDelete Handler of the event of deleting a trade request
OnTradeRequestClose Handler of the event of successful execution of a trade request
OnTradeMarginCall Handler of the event of a detected Margin Call
OnTradeStopOut Handler of the event of a detected Stop Out

Accounts Events:

Method Description
OnAccountAdd Handler of the event of adding a new client record
OnAccountUpdate Handler of an event of client record update
OnAccountDelete Handler of an event of client record deletion
OnAccountLogin Handler of a client's connection to the server
OnAccountLogout Handler of the event of a client's disconnection from server
OnAccountSync Handler of the event of a client base synchronization

Интерфейс котировочных событий:

Событие Описание
OnQuoteTick Обработчик события получения raw quote
OnBook Handler of the event of the received update of the Depth of Market.

Интерфейс символов событий:

Событие Описание
OnSymbolAdd Handler of the event of adding a new symbol
OnSymbolUpdate Handler of the event of updating symbol settings
OnSymbolDelete Handler of the event of symbol removal
OnSymbolSync Handler of the event of symbols synchronization

Spreads Events:

Событие Описание
OnSpreadAdd Handler of the event of adding a new spread configuration
OnSpreadUpdate Handler of the event of updating spread settings
OnSpreadDelete Handler of the event of removing a spread configuration

Trade Groups Events:

Событие Описание
OnGroupAdd Handler of the event of adding a new group
OnGroupUpdate Handler of the event of updating group settings
OnGroupDelete Handler of the event of group removal
OnGroupSync Handler of the event of groups synchronization

System events:

Событие Описание
OnServerConnect Handler of the event of connecting server to cloud.
OnConServerUpdate Handler of the event of updating a server configuration.
OnPluginUpdate Handler of the event of updating a plugin configuration.
OnFeederUpdate Handler of the event of updating a feeder configuration.
OnTimeUpdate Handler of the event of updating a time configuration.
OnHolidayUpdate Handler of the event of updating a holidays configuration.