Expand description
Service implementations for business logic
Modules§
- account_
service - Module containing account service for retrieving account information
- market_
service - Module containing market update listener implementation Module containing market service for retrieving market information
- order_
service - Module containing order service for creating and managing orders
Structs§
- Listener
- Trade data listener that processes updates through a callback Thread-safe and can be shared between threads
Traits§
- Account
Service - Interface for the account service
- Market
Service - Interface for the market service
- Order
Service - Service for creating, updating, and managing trading orders with the IG Markets API
Type Aliases§
- Listener
Result - Result type for listener operations that don’t return a value but may return an error