Ws order group feed data v1

WSOrderGroupFeedDataV1

Name
Lite
Type Required
Default
Description
stream
s
string True Stream name
selector
s1
string True Primary selector
sequence_number
sn
string True A sequence number used to determine message order within a stream.
- If useGlobalSequenceNumber is false, this returns the gateway sequence number, which increments by one locally within each stream and resets on gateway restarts.
- If useGlobalSequenceNumber is true, this returns the global sequence number, which uniquely identifies messages across the cluster.
- A single cluster payload can be multiplexed into multiple stream payloads.
- To distinguish each stream payload, a dedupCounter is included.
- The returned sequence number is computed as: cluster_sequence_number * 10^5 + dedupCounter.
feed
f
ClientOrderIDsByGroup True The order object being created or updated
ClientOrderIDsByGroup

Grouping for the client order id and their associated groups.

This is used to define TP/SL pairs or other order groupings after loading the list of Open Orders.

Name
Lite
Type Required
Default
Description
group_id
gi
string True The group this order belongs to. It can be used to define TP/SL pairs or other order groupings
client_order_id
co
[string] True List of client order IDs in the group
sub_account_id
sa
string True The sub account ID that these orders belong to