From 41f24f3de6e93a8f4b4b6b1b729b5f3d07e705c5 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 27 May 2022 08:01:57 -0400 Subject: [PATCH] Add example flex variables to brokers template --- config/brokers.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/brokers.toml b/config/brokers.toml index adee409e..18d67da5 100644 --- a/config/brokers.toml +++ b/config/brokers.toml @@ -26,6 +26,13 @@ ports = [ 7497, # tws ] +# XXX: for a paper account the flex web query service +# is not supported so you have to manually download +# and XML report and put it in a location that can be +# accessed by the ``brokerd.ib`` backend code for parsing. +flex_token = '666666666666666666666666' +flex_trades_query_id = '666666' # live account + # 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