This commit is contained in:
dsyoon
2021-09-27 13:23:10 +09:00
parent af888f3fe0
commit bac72f49de

View File

@@ -199,9 +199,9 @@ class HTS:
orderNum = objStockOrder.GetHeaderValue(0)
if (type == "1"):
print ("SELL", count, price)
print ("(SELL", count, price, ")")
else:
print ("BUY", count, price)
print ("(BUY", count, price, ")")
return orderNum
# 계좌 잔고 확인