CLOSE_OUT으로 표시됩니다.| 헤더 | 설명 |
|---|---|
Authorization | Bearer {JWT} 형식의 인증 토큰 |
orderTypeCd)| 값 | 설명 |
|---|---|
MARKET | 시장가 |
LIMIT | 지정가 |
STOP | 조건시장가 |
LIMIT_STOP | 조건지정가 |
TPSL | TP/SL |
orderStatusCd)| 값 | 설명 |
|---|---|
RECEIVED | 접수 |
SENT | 송신 |
CONFIRMED | 확인 |
REJECTED | 거부 |
BARRIER | 배리어 |
LIMIT_PRICE | 지정가 |
CANCELLED | 취소 |
FAILED | 실패 |
CLOSED | 종료 |
nextKey — 초기 요청 시 "1", 이후 응답의 nextKey 값을 전송curl --location --request GET 'https://dev.your-api-server.com/execution/pending/history?nextKey=1'{
"status": "success",
"code": 200,
"data": {
"nextKey": "string",
"details": [
{
"orderDateTime": "2019-08-24T14:15:22.123Z",
"orderNo": "string",
"stockCd": "string",
"positionCd": "TOTAL",
"orderTypeCd": "MARKET",
"orderCd": "TOTAL",
"priceType": "SELL",
"orderQuantity": 0,
"barrierPrice": 0,
"orderPrice": 0,
"profitRealizationBarrierPrice": 0,
"lossCutBarrierPrice": 0,
"orderBalance": 0,
"orderStatusCd": "RECEIVED",
"isProfitExecution": "string",
"isLossLimits": "string",
"isLossTracing": "string",
"purchasePrice": 0,
"firstLossTrackingPrice": 0,
"firstLossCutPrice": 0
}
]
}
}