From f2fa13453d95448b0d44d6af5f6e4cd636999226 Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Sun, 17 Oct 2021 00:38:36 +0900 Subject: [PATCH] init --- hts/HTS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts/HTS.py b/hts/HTS.py index 4da96ed..b7474a7 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -597,7 +597,7 @@ class HTS: print("BUY", THIS_TIME, BUY_COUNT, bs_buy_price) if bs_sell_price > 0: - # 매도 주문을 기록한다. + # 매도 주문을 기록을 가져온다. orderListToCancel = orderChecker.remove(OrderType.sell, ORDER_LIST) # 매도 미체결을 모두 취소한다. self.cancelOrderList(orderListToCancel)