Module services

Module services 

Source
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§

AccountService
Interface for the account service
MarketService
Interface for the market service
OrderService
Service for creating, updating, and managing trading orders with the IG Markets API

Type Aliases§

ListenerResult
Result type for listener operations that don’t return a value but may return an error