ig_trading_api 0.1.0

A Rust client for the REST and Streaming APIs from IG.com.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# IMPORTANT: these configuration is only used for integration and unit testing purposes.
# It should be overriden by your own application when using this library.
#

ig_trading_api:
  account_number_demo: "XXXXX"
  account_number_live: "XXXXX"
  api_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  auto_login: true
  base_url_demo: "https://demo-api.ig.com/gateway/deal"
  base_url_live: "https://api.ig.com/gateway/deal"
  execution_environment: "DEMO" # LIVE / DEMO
  password: "your_password"
  session_version: 2
  username: "your_username"