cancel_order# KISSimpleDomesticStock.cancel_order(org_order_no: str, quantity: int = 0) → str[source]# 주문을 취소합니다. Parameters: org_order_no (str) – 원주문번호 quantity (int) – 취소 수량 (일부 취소의 경우 지정)