v1.0.2
Minor release focuses on bug fixes.
Added:
- Properties
host,port, andclient_idon interfaceibpy_native.interfaces.IBBridgeand its' implementationibpy_native.IBBridge. - Limits value of argument
client_idonibpy_native.IBBridgeto9999max.
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 argumentendisNone. - 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.