You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let base_asset_amount = user.perp_positions[position_index].base_asset_amount;
444
440
let quote_entry_amount = user.perp_positions[position_index].quote_entry_amount;
445
441
446
-
let user_position_direction_to_close = user.perp_positions[position_index].get_direction_to_close();
447
-
let user_existing_position_params_for_order_action = user.perp_positions[position_index].get_existing_position_params_for_order_action(user_position_direction_to_close);
0 commit comments