..
This commit is contained in:
@@ -48,6 +48,16 @@
|
||||
- [ ] **Brokerage Service (증권사 통신)**
|
||||
- 파일: `app/services/kis_client.py`
|
||||
- 구현: `api.md`의 **Section 9. Integration Map**에 정의된 API 엔드포인트 연동
|
||||
- **참고 샘플 (KIS Samples)**:
|
||||
- **Auth**: `examples_llm/auth/auth_token/method.py` (토큰 발급)
|
||||
- **Domestic**:
|
||||
- 주문: `domestic_stock/order_cash/order_cash.py`
|
||||
- 시세: `domestic_stock/inquire_price/inquire_price.py`
|
||||
- 잔고: `domestic_stock/inquire_balance/inquire_balance.py`
|
||||
- **Overseas**:
|
||||
- 주문: `overseas_stock/order/order.py`
|
||||
- 시세: `overseas_stock/price/price.py`
|
||||
- 잔고: `overseas_stock/inquire_balance/inquire_balance.py`
|
||||
- 모든 호출은 `Rate Limiter` 경유 필수
|
||||
- [ ] **Realtime Manager (웹소켓)**
|
||||
- `KisWebSocket` 클라이언트: Approval Key 발급 및 연결
|
||||
|
||||
Reference in New Issue
Block a user