Expand description
Bot CLI configuration types - V2 format.
Strategy config structs (GridConfigJson, MMConfigJson, etc.) are defined
once in bot-engine and re-exported here. Only CLI/schema-specific types
(BotConfig, MarketConfig, Hip3ConfigJson, InstrumentMetaConfig) live here.
This avoids duplication: adding a new strategy config means adding it once
in bot-engine/src/config.rs — it’s automatically available here.
Structs§
- Arbitrage
Config Json - Arbitrage strategy configuration from JSON
- BotConfig
- V2 Bot configuration - the full config format for all strategies.
- Builder
FeeConfig - Builder fee configuration for JSON config
- DCAConfig
Json - DCA strategy configuration from JSON
- Grid
Config Json - Grid strategy configuration from JSON
- Hip3
Config Json - HIP-3 configuration
- Instrument
Meta Config - Instrument metadata configuration
- MMConfig
Json - Market Maker strategy configuration
- Market
Config - Market configuration (V2 format) — flat representation for JSON Schema.
- Orchestrator
Config Json - Parent strategy configuration for grouped child strategies.
- Sync
Config Json - Trade syncer configuration for upstream API PnL tracking