init
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user