From 12c8d26906d156c6fd29e328af11b2a1cb2ccc6a Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 24 Aug 2021 10:23:53 -0400 Subject: [PATCH] Update brokers.toml schema --- data/brokers.toml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/data/brokers.toml b/data/brokers.toml index 54b3df16..22bba455 100644 --- a/data/brokers.toml +++ b/data/brokers.toml @@ -1,9 +1,25 @@ -[binance] +[questrade] +refresh_token = "" +access_token = "" +api_server = "https://api02.iq.questrade.com/" +expires_in = 1800 +token_type = "Bearer" +expires_at = 1629487755.7784228 [kraken] +key_descr = "api_0" +public_key = "" +private_key = "" +[ib] +host = "127.0.0.1" -# [ib] +[ib.ports] +gw = 4002 +tws = 7497 +order = [ "gw", "tws",] - -# [questrade] +[accounts.ib] +main = "" +reg = "" +paper = ""