From b37d0b596e1f8f6f5c87f32e3deaffc5d7c2d1db Mon Sep 17 00:00:00 2001 From: dsyoon Date: Wed, 1 Feb 2023 23:09:08 +0900 Subject: [PATCH] init --- HTS_stocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTS_stocks.py b/HTS_stocks.py index 311d286..a323427 100644 --- a/HTS_stocks.py +++ b/HTS_stocks.py @@ -192,7 +192,7 @@ class HTS_Stocks (HTS): # 15:10:00 이후라면 모든 미체결 취소한다. self.cancelOrderList(orderList) - for idx, item in enumerate(items): + for idx, item in enumerate(all_stocks): stock_code = item[0] stock_name = item[1]