Skip to main content
POST
Replace a working order

Ủy quyền

Authorization
string
header
bắt buộc

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Nội dung

application/json

Replace order request fields.

ReplaceOrderRequest schema.

order_id
string
bắt buộc

Original client request id/ref_order_id of the working order. Required.

price
string
bắt buộc

Replacement raw decimal price.

qty
integer<int64>
bắt buộc

Replacement quantity.

request_id
string

Replace ClOrdID. Empty or - lets the API generate one.

Phản hồi

Accepted

AckResponse schema.

isSuccess
boolean

Indicates whether the operation completed successfully.

Ví dụ:

true

detail
string

Detailed information for the record.

data
object

Ack schema.