This commit is contained in:
dsyoon
2023-10-19 21:22:37 +09:00
parent 389b3c13ad
commit d6e705240f
4 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ class HTS_etf(HTS):
# 미체결 기록을 가져와서 10분 이상 된 매수 주문을 취소 한다.
ORDER_LIST = self.requestOrderList()
orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=30)
orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=10)
if len(orderListToCancel) > 0:
self.cancelOrderList(orderListToCancel)