Ws order group feed data v1
NameLite |
Type | RequiredDefault |
Description |
|---|---|---|---|
streams |
string | True | Stream name |
selectors1 |
string | True | Primary selector |
sequence_numbersn |
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. |
feedf |
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.
NameLite |
Type | RequiredDefault |
Description |
|---|---|---|---|
group_idgi |
string | True | The group this order belongs to. It can be used to define TP/SL pairs or other order groupings |
client_order_idco |
[string] | True | List of client order IDs in the group |
sub_account_idsa |
string | True | The sub account ID that these orders belong to |