This commit is contained in:
dsyoon
2021-10-18 09:50:19 +09:00
parent a9fb9bf619
commit 42db342633

View File

@@ -25,8 +25,6 @@ class OrderChecker:
def add(self, stock_code, type, orderNum, count, price, orderList):
orderListToCancel = []
# 매수 요청인 경우만 두 시간 전 주문을 찾아서 제외한다.
if type == OrderType.buy:
return orderListToCancel
order_df = self.read()