t1user

Results 4 issues of t1user

#### Arctic Version ``` # Arctic version here ``` #### Arctic Store ``` # VersionStore, TickStore, or ChunkStore ``` #### Platform and version Put here #### Description of problem and/or...

Before: ``` [...] 'fills': [{'contract': {'Future': {'secType': 'FUT', 'conId': 603558783, 'symbol': 'YM', 'lastTradeDateOrContractMonth': '20231215', 'right': '?', 'multiplier': '5', [...] ``` After: ``` [...] 'fills': [{'Fill': {'contract': {'Future': {'secType': 'FUT', 'conId':...

Would you be open to add some additional methods on Array class? While using eventkit with ib_insync, it would be helpful to have some basic indicators built in. I'm currently...

The package requires a py.typed marker. After generating stubs with stubgen, mypy reports following errors: ``` stubs/eventkit/ops/timing.pyi:9: error: Signature of "on_source_error" incompatible with supertype "Op" [override] stubs/eventkit/ops/timing.pyi:9: note: Superclass: stubs/eventkit/ops/timing.pyi:9:...