init
This commit is contained in:
@@ -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
|
||||
|
||||
# 계좌 잔고 확인
|
||||
|
||||
Reference in New Issue
Block a user