Changelog
Introduction

Sections

Theme switcher

OrderServiceExternal

getOrdersUpdateStreamByGroupsOrLogins: Streams updates to pending orders for specified accounts and groups, accepts a PBOrdersUpdateStreamRequestExternal message with the systemUuid, logins, groups, and flags for blocked/locked orders, returns a stream of PBOrdersUpdateStreamResponseExternal messages containing order details such as ID, symbol, alias, volume, type, creation time, activation price, side, stop loss, take profit, comment, update type, group, and login.

Request

systemUuidstring Required
loginsarray

Show child attributes

groupsarray

Show child attributes

includeLockedboolean
includeBlockedboolean

Response

orderobject

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?