Global

Type Definitions

ClientOrderIdPayload

Source:
Properties:
Name Type Description
0 number

client order ID

1 string

client order ID date i.e. '2020-05-28'

Type:
  • Array

MultiOrderOp

Source:
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

Source:
Properties:
Name Type Attributes Description
id number | Array.<number> <optional>

array of order IDs or single order ID

Type:
  • object