| 1234567891011121314151617181920 |
- [portfolio_monitor]
- name: 'portfolio_monitor'
- bootstrap_host: 'localhost'
- bootstrap_port: 9092
- redis_host: 'localhost'
- redis_port: 8379
- redis_db: 2
- tws_host: 'localhost'
- group_id: 'PM'
- session_timeout_ms: 10000
- clear_offsets: False
- logconfig: {'level': logging.INFO, 'filemode': 'w', 'filename': '/tmp/pm.log'}
- topics: ['position', 'positionEnd', 'tickPrice', 'execDetails', 'update_portfolio_account', 'event_tm_request_table_structure', 'event_request_port_summary', AbstractTableModel.EVENT_TM_TABLE_STRUCTURE_CHANGED]
- seek_to_end: ['*']
- webconsole.host: '0.0.0.0'
- webconsole.port:6001
- webconsole.debug: True
- webconsole.auto_reload: False
|