Module services

Source
Expand description

Service implementations for business logic

Modules§

account_service
Module containing account service for retrieving account information
ig_tx_client
Module containing client for fetching transaction data from IG Markets
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

Type Aliases§

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