list_scenarios
Lists available trading scenarios or loads one into the runtime to manage FIX protocol trading operations.
Instructions
List all available trading scenarios or load one into the runtime. Use action='list' to see all scenarios with their context summaries. Use action='load' with scenario_name to switch the active scenario.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | list: show available scenarios; load: switch active scenario | |
| scenario_name | No | Scenario name to load (required when action=load) |