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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user