ig_client/application/interfaces/
mod.rs

1/// Account service interface
2pub mod account;
3/// Listener interface for streaming data
4pub mod listener;
5/// Market service interface
6pub mod market;
7/// Order service interface
8pub mod order;