Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛠️ PR Summary
🌟 요약
어떤 것이 변경되었나요? 간략히 설명해주세요.
정상적으로 해외주식 실시간 체결 이벤트를 수신할 수 있습니다.
📊 주요 변경 사항
주요 변경 사항을 적어주세요.
pykis/api/account/order.py
및pykis/event/filters/order.py
에서 해외 주문번호의 지점코드(원주문번호)를 비교하지 않도록 변경하였습니다.pykis/responses/websocket.py
의KisWebsocketResponse
파싱 로직에KisType.default
값을 활용하도록 변경하였습니다.pykis/api/websocket/order_execution.py
의KisForeignRealtimeOrderExecution
에서 접수 주문시ODER_QTY
가 없을 때 발생하는 파싱 오류를 해결했습니다.🎯 목적 및 영향
목적: 왜 이 PR이 필요한가요?
정상적으로 해외주식 실시간 체결 이벤트를 수신할 수 있습니다.
영향: 이 변경 사항이 어떤 영향을 미치나요?
정상적으로 해외주식 실시간 체결 응답을 파싱하고, 필터링 및 이벤트를 수신할 수 있습니다.