Show option bid as price/size and option leverage on plan and trades.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-31 16:01:34 +08:00
parent dffcd77837
commit dffcc4eeb9
5 changed files with 75 additions and 1 deletions
+2
View File
@@ -273,6 +273,8 @@ export type PlanState = {
option_qty_eth?: number;
option_qty_contracts?: number;
option_mark_px?: number | null;
option_bid_sz?: number | null;
option_leverage?: number | null;
strike?: number | null;
expiry_ymd?: string | null;
expiry_ms?: number | null;