Module services

Module services 

Source
Expand description

Service implementations for business logic

Re-exports§

pub use interfaces::market::MarketService;
pub use interfaces::market::RecentPricesParams;

Modules§

account_service
Module containing account service for retrieving account information
interfaces
Module containing service interfaces and traits
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§

DBEntry
A data structure representing an entry in the database, containing details about a financial trading instrument.
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
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