get_order_list#

EBestDomesticStock.get_order_list(chegb: int = 0, medosu: int = 0, sortgb: int = 2, expcode: str = '', cts_ordno: str = '', tr_cont_key: str = '') dict[source]#

([주식]계좌) 주식체결/미체결 (t0425)

Parameters:
  • chegb (int) – 체결구분 (0:전체, 1:체결, 2:미체결)

  • medosu (int) – 매도수구분 (0:전체, 1:매도, 2:매수)

  • sortgb (int) – 정렬기준 (1:주문번호 역순, 2:주문번호 순)

  • expcode (str) – 종목코드. 전체조회 시 입력값 없음

  • cts_ordno (str) – 연속주문번호 - 연속조회시 OutBlock의 동일필드 입력

  • tr_cont_key (str) – 연속조회키 - 연속조회시 이전 응답 헤더의 동일필드 입력

Returns:

주식 체결/미체결 정보

  • rsp_cd (str): 응답코드

  • rsp_msg (str): 응답메시지

  • tr_cont (str): 연속조회여부

  • tr_cont_key (str): 연속조회키

  • output1 (dict): 총 주문/체결 정보

  • output2 (list): 주문 별 정보

Return type:

dict