API 文档
post
/api/v1/Instruments/orders/replaceQueues replacement of an open order (same path as SignalR {ReplaceOrder}).
Instruments
参数
version
path · string
必需的
请求体
{
"orderId": 0,
"quantity": 0,
"limitPrice": 0,
"stopPrice": 0
}响应
- 202Replace queued on ConnectedUser.application/json
{} - 400Validation failed or stream session unavailable.application/json
{}