...
This commit is contained in:
@@ -59,6 +59,9 @@ object TradingReportManager : TradingReportService {
|
||||
private val activePositions = mutableMapOf<String, String>()
|
||||
|
||||
override fun recordAssetSnapshot(type: SnapshotType, balance: UnifiedBalance, remark: String?) {
|
||||
if (!KisSession.tradeConfig.useAutoRepost) {
|
||||
return
|
||||
}
|
||||
CoroutineScope(Dispatchers.IO).launch {
|
||||
val todayDate = LocalDate.now().toString()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user