v1.0.2
Minor release focuses on bug fixes.
Added:
- Properties
host
,port
, andclient_id
on interfaceibpy_native.interfaces.IBBridge
and its' implementationibpy_native.IBBridge
. - Limits value of argument
client_id
onibpy_native.IBBridge
to9999
max.
Changed:
ibpy_native.IBBridge.req_historical_ticks()
to enhance its' reliability and accuracy on filtering out ticks received which shouldn't be included in the result of the request.
Fixed:
- Type hint of return type
ibpy_native.utils.datatype.ResHistoricalTicks
. - Error of error code
10187 - "Invalid starting time (future data request)"
raises fromibpy_native.IBBridge.req_historical_ticks()
at the end of the task when argumentend
isNone
. - Issue of request will hang up on clients under the condition of multiple clients submitted the same type of request to the same TWS / IB Gateway instance and appear to have used the same request / ticker ID.