..
This commit is contained in:
@@ -378,14 +378,14 @@ object AutoTradingManager {
|
||||
).onSuccess { newOrderNo ->
|
||||
println("✅ [재주문 완료] ${holding.name}: $newOrderNo")
|
||||
TradingLogStore.addSellLog(
|
||||
holding.code,
|
||||
"${holding.name}[${holding.code}]",
|
||||
targetPrice.toString(),
|
||||
"SELL",
|
||||
"🎊 ${if(marketCode.equals("Y"))"시간외 단일가" else "대체거래소"} 주식 재고털이 주문 완료"
|
||||
)
|
||||
}.onFailure {
|
||||
TradingLogStore.addSellLog(
|
||||
holding.code,
|
||||
"${holding.name}[${holding.code}]",
|
||||
targetPrice.toString(),
|
||||
"SELL",
|
||||
"🎊 ${if(marketCode.equals("Y"))"시간외 단일가" else "대체거래소"} 주식 재고털이 주문 실패[${it.message}] "
|
||||
|
||||
Reference in New Issue
Block a user