v1.0.1
Minor enhancement on function IBBridge.req_historical_ticks
to provide option for much shorter process time on requests starting from the earliest available data point
Added:
- Optional argument
daily_data_starting_point
on functionIBBridge.req_historical_ticks
.
Changed:
- Data returned from
IBBridge.req_historical_ticks
to include the next start time for the next API request when the task is not finished yet.