csingley / ibflex

Python parser for Interactive Brokers Flex XML statements
MIT License
87 stars 43 forks source link

Fixed requests_get_timeout and added schemata fields. #5

Closed patrikbrusheim closed 6 years ago

patrikbrusheim commented 6 years ago

client.py: Fixed missing token and query_id in requests_get_timeout, and the calls from send_request and get_statement.

schemata.py: Added missing fields to EquitySummaryByReportDateInBase and TradeConfirmation.

csingley commented 6 years ago

Thanks.