6.3 Chi tiết 1 lệnh điều kiện

url

https://services.dnse.com.vn/conditional-order-api/v1/orders/{id}

method

GET

header

Authorization: Bearer <token>

path

id : id của lệnh điều kiện

request body

success response body

{ "accountNo": "0001000006", "category": "STOP", "condition": "price <= 26650", "createdAt": "2024-10-23T04:21:30.508841Z", "createdBy": "064C000006", "id": "csc7jii45sbpqutqm820", "investorId": "0001000006", "metadata": { "errorMessage": "", "externalOrderId": 122, "status": "OK" }, "productGroupId": 0, "props": { "marketId": "UNDERLYING", "stopPrice": 26650, "trailingAmount": 0, "trailingPercent": 0 }, "status": "ACTIVATED", "symbol": "HPG", "targetOrder": { "loanPackageId": 1531, "orderType": "LO",

"price": 26600,

"quantity": 100,

"side": "NB"

},

"timeInForce": {

"expireTime": "2024-10-23T07:30:00Z", "kind": "GTD" }, "updatedAt": "2024-10-23T04:21:33.640466Z", "updatedBy": "064C000006" }

error response body

{ "message": "Invalid signature" }

Last updated