ig-client 0.11.3

This crate provides a client for the IG Markets API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// Account service interface
pub mod account;
/// Indicative costs and charges service interface
pub mod costs;
/// Listener interface for streaming data
pub mod listener;
/// Market service interface
pub mod market;
/// Operations/application service interface
pub mod operations;
/// Order service interface
pub mod order;
/// Client sentiment service interface
pub mod sentiment;
/// Watchlist service interface
pub mod watchlist;