ig-client 0.13.0

This crate provides a client for the IG Markets API
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod serialization_tests;
#[cfg(feature = "streaming")]
mod test_account;
#[cfg(feature = "streaming")]
mod test_chart;
mod test_market;
#[cfg(feature = "streaming")]
mod test_price;
#[cfg(feature = "streaming")]
mod test_trade;
mod test_transaction;