We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
해외 주식의 경우
for order in account.pending_orders(): order.cancel()
코드가 제대로 작동하지 않습니다.
AttributeError: 'KisForeignPendingOrder' object has no attribute 'cancel' 오류가 발생합니다.
KisForeignOrder객체를 주문번호등으로 다시 받아올 수 있다면 취소가 가능할 것 같아 질문드립니다.
코딩에 아직 미숙해서 기초적인 질문 드리는점, 죄송합니다.
No response
The text was updated successfully, but these errors were encountered:
Soju06
Successfully merging a pull request may close this issue.
빠른 문제 해결을 위해 다음을 확인했나요?
질문 내용
해외 주식의 경우
for order in account.pending_orders():
order.cancel()
코드가 제대로 작동하지 않습니다.
AttributeError: 'KisForeignPendingOrder' object has no attribute 'cancel' 오류가 발생합니다.
KisForeignOrder객체를 주문번호등으로 다시 받아올 수 있다면 취소가 가능할 것 같아 질문드립니다.
코딩에 아직 미숙해서 기초적인 질문 드리는점, 죄송합니다.
추가 정보
No response
The text was updated successfully, but these errors were encountered: