This commit is contained in:
2026-02-12 10:24:03 +09:00
parent 3cea3e66d0
commit 8f1d75b4d5
41 changed files with 22902 additions and 43669 deletions

View File

@@ -153,6 +153,7 @@ export interface DashboardRealtimeTradeTick {
sellExecutionCount: number;
buyExecutionCount: number;
netBuyExecutionCount: number;
executionClassCode?: string;
open: number;
high: number;
low: number;