init
This commit is contained in:
@@ -199,9 +199,9 @@ class HTS:
|
|||||||
orderNum = objStockOrder.GetHeaderValue(0)
|
orderNum = objStockOrder.GetHeaderValue(0)
|
||||||
|
|
||||||
if (type == "1"):
|
if (type == "1"):
|
||||||
print ("SELL", count, price)
|
print ("(SELL", count, price, ")")
|
||||||
else:
|
else:
|
||||||
print ("BUY", count, price)
|
print ("(BUY", count, price, ")")
|
||||||
return orderNum
|
return orderNum
|
||||||
|
|
||||||
# 계좌 잔고 확인
|
# 계좌 잔고 확인
|
||||||
|
|||||||
Reference in New Issue
Block a user