40 lines
914 B
TOML
40 lines
914 B
TOML
[questrade]
|
|
refresh_token = ""
|
|
access_token = ""
|
|
api_server = "https://api06.iq.questrade.com/"
|
|
expires_in = 1800
|
|
token_type = "Bearer"
|
|
expires_at = 1616095326.355846
|
|
|
|
[kraken]
|
|
key_descr = "api_0"
|
|
api_key = ""
|
|
secret = ""
|
|
|
|
[ib]
|
|
host = "127.0.0.1"
|
|
|
|
# when clients are being scanned this determines
|
|
# which clients are preferred to be used for data
|
|
# feeds based on the order of account names, if
|
|
# detected as active on an API client.
|
|
prefer_data_account = [
|
|
'paper',
|
|
'margin',
|
|
'ira',
|
|
]
|
|
|
|
# the order in which ports will be scanned
|
|
# (by the `brokerd` daemon-actor)
|
|
# is determined # by the line order here.
|
|
ports.gw = 4002
|
|
ports.tws = 7497
|
|
ports.order = ["gw", "tws",]
|
|
|
|
# the order in which accounts will be selectable
|
|
# in the order mode UI (if found via clients during
|
|
# API-app scanning)when a new symbol is loaded.
|
|
accounts.paper = "XX0000000"
|
|
accounts.margin = "X0000000"
|
|
accounts.ira = "X0000000"
|