ig_trading_api 0.3.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
17
18
#
# IG Trading API - Application Configuration
# This file contains only non-sensitive configuration settings.
# All credentials and secrets should be in the .env file!
#

ig_trading_api:
  # Automatically log in to the API on instantiation and when the session expires
  auto_login: true
  
  # Logging mechanism (StdLogs or TracingLogs)
  logger: "StdLogs"
  
  # Session version to use for login requests
  session_version: 2
  
  # Maximum number of connection attempts for the streaming API
  streaming_api_max_connection_attempts: 3