更新 MakerEngine 和 TrendEngine,添加待撤销订单管理逻辑;更新 MakerApp,调整累计成交量显示位置

This commit is contained in:
discountry
2025-09-23 21:18:03 +08:00
parent 1e0242a036
commit 2330dbe9ec
4 changed files with 40 additions and 6 deletions
+3 -3
View File
@@ -137,9 +137,6 @@ export function MakerApp({ onExit }: MakerAppProps) {
<Text>
: {formatNumber(snapshot.pnl, 4)} USDT : {formatNumber(snapshot.accountUnrealized, 4)} USDT
</Text>
<Text>
: {formatNumber(snapshot.sessionVolume, 2)} USDT
</Text>
</>
) : (
<Text color="gray"></Text>
@@ -152,6 +149,9 @@ export function MakerApp({ onExit }: MakerAppProps) {
) : (
<Text color="gray"></Text>
)}
<Text>
: {formatNumber(snapshot.sessionVolume, 2)} USDT
</Text>
</Box>
</Box>