cancel_order#
- EBestDomesticStock.cancel_order(org_ord_no: str, isu_no: str, ord_qty: int) dict [source]#
([주식]주문) 현물취소주문 (CSPAT00801)
- Parameters:
org_ord_no (str) – 원주문번호
isu_no (str) – 종목번호
ord_qty (int) – 주문수량
- Returns:
주문 결과
rsp_cd (str): 응답코드
rsp_msg (str): 응답메시지
output1 (dict): 원 주문 정보
output2 (dict): 취소 주문 정보
- Return type:
dict