This commit is contained in:
dosang.yoon
2022-08-29 13:03:22 +09:00
parent b17561f9d5
commit 7e733dc453
3 changed files with 28 additions and 8 deletions

View File

@@ -338,7 +338,7 @@ class HTS:
return orderList
# 미체결 취소하기
def cancelOrderList(self, orderList):
def cancelOrderList(self, orderList=None):
if len(orderList) < 1:
return