feat: add bid, ask, and mark price to AsterTicker and normalize order status in LighterGateway

This commit is contained in:
discountry
2025-11-13 02:34:10 +08:00
parent 7529de334f
commit a9fa7f2e19
3 changed files with 19 additions and 1 deletions
+3
View File
@@ -316,6 +316,9 @@ export interface AsterTicker {
priceChange?: string;
priceChangePercent?: string;
weightedAvgPrice?: string;
bidPrice?: string;
askPrice?: string;
markPrice?: string;
lastQty?: string;
openTime?: number;
closeTime?: number;