This page lists all events included in the current version of the Manager's API.
The events are grouped by the types of server entities that they are supposed to be triggered for.
Event | Definition |
---|---|
AssetChangedEvent |
The event sent when an asset is created/updated/deleted. |
AssetClassChangedEvent |
The event sent when an asset class is created/updated. |
AssetClassDeletedEvent |
The event sent when an asset class is deleted. |
LiquidityFeedSymbolChangedEvent |
The event sent when a feed symbol setting is created/updated/deleted. |
ManagerSymbolChangedEvent |
The event sent when a symbol is created/updated/deleted. |
SymbolArchivedEvent |
The event sent when a symbol is archived. |
SymbolRestoredEvent |
The event sent when an archived symbol is restored. |
SymbolCategoryChangedEvent |
The event sent when a symbol category is created/updated. |
SymbolCategoryDeletedEvent |
The event sent when a symbol category is deleted. |
Event | Definition |
---|---|
TraderChangedEvent |
The event sent when an account is created/updated/deleted. |
CHTraderAccountLinkedEvent |
The event sent when an account has been linked to a user. |
TraderLogonEvent |
The event sent when an account log in occurs. |
TraderLogoutEvent |
The event sent when an account logout occurs. |
CHManagerTraderAccountUnlinkedEvent |
The event sent when an account has been unlinked to a user. |
CHTraderAccountUpdateEvent |
The event sent when the account-user linkage is updated. |
GroupChangedEvent |
The event sent when a group is created/updated/deleted. |
Event | Definition |
---|---|
ExecutionEvent |
The event sent following cServer successfully accepting or executing an order. The event is also sent when a deposit/withdrawal is performed. |
OrderErrorEvent |
The event that is sent when errors occur during order-related requests. |
MarginChangedEvent |
The event sent when the amount of margin allocated to a specific position is changed. |
Event | Definition |
---|---|
CommissionProfileChangedEvent |
The event sent when a commission profile is created/updated/deleted. |
DynamicLeverageChangedEvent |
The event sent when dynamic leverage settings are created/updated/deleted. |
ExecutionProfileChangedEvent |
The event sent when an execution profile is created/updated/deleted. |
GSLScheduleChangedEvent |
The event sent when a GSL schedule profile item is created/updated/deleted. |
ProtectionProfileChangedEvent |
The event sent when a protection profile is created/updated/deleted. |
SwapFreeProfileChangedEvent |
The event sent when a swap free profile is created/updated/deleted. |
TradeNotificationProfileChangedEvent |
The event sent when a trade notification profile is created/updated/deleted. |
VolumeProfileChangedEvent |
The event sent when a volume profile is created/updated/deleted. |
Event | Definition |
---|---|
SwapAndDividendProfileChangedEvent |
The event sent when a swap and dividends profile is created/updated/deleted. |
PriceStreamChangedEvent |
The event sent when a price stream is created/updated/deleted. |
Event | Definition |
---|---|
ScheduleProfileChangedEvent |
The event sent when a session profile is created/updated/deleted. |
HolidayChangedEvent |
The event sent when a holiday is created/updated/deleted. |
HolidayProfileChangedEvent |
The event sent when a holiday profile is created/updated/deleted. |
Event | Definition |
---|---|
ManagerChangedEvent |
The event sent when a manager is created/updated/deleted. |
TraderPermissionLoseEvent |
The event sent when a manager loses access to an account due to a change in the manager's access rights. |
Event | Definition |
---|---|
HelloEvent |
The event sent when connection is first established. |
HeartbeatEvent |
The event used for keeping the connection alive. |
ServerSettingsChangedEvent |
The event sent when server settings are updated. |
SpotEvent |
The event sent when a new spot event is generated on the side of the server. Spot events (received after subscribing to them via a separate request) always contain the latest prices even if markets are closed. |