Changelog
Introduction

Sections

Theme switcher

TradingEventsServiceExternal

getTradingEventsStream: Streams trading events for specified accounts and groups, accepts a PBTradingEventsStreamRequestExternal message with account logins and group IDs, returns a stream of TradingEventsStreamResponseExternal messages containing events like margin calls, stop-outs, take profits, stop losses, or order activations, each event includes details specific to its type.

Request

systemUuidstring Required
loginsarray

Show child attributes

groupsarray

Show child attributes

includeLockedboolean
includeBlockedboolean

Response

tradingEventsobject

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 { "systemUuid": "", "logins": [ null ], "groups": [ "" ], "includeLocked": false, "includeBlocked": false }
Was this section helpful?

What made this section unhelpful for you?