Type Definitions
ClientOrderIdPayload
Properties:
Name | Type | Description |
---|---|---|
0 |
number | client order ID |
1 |
string | client order ID date i.e. '2020-05-28' |
Type:
- Array
MultiOrderOp
Properties:
Name | Type | Description |
---|---|---|
0 |
string | operation, i.e. 'oc', 'on', 'oc_multi', 'ou' |
1 |
MultiOrderOpPayload | Order | payload, i.e. { id: [1, 2] } |
Type:
- Array
MultiOrderOpPayload
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
id |
number | Array.<number> |
<optional> |
array of order IDs or single order ID |
Type:
- object