Jockmkt-sdk

Latest version: v0.2.15

Safety actively analyzes 638681 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.9

``FIXED:``

- Small incompatibility bug with | in typing

0.2.8

``ADDED:``

- Compatibility with earlier versions of python (>=3.7)

``FIXED:``

- Missing requirements in requirements.txt and pyproject.toml

0.2.7

``ADDED:``

- Added current_shares attribute to Event object
- ssl certification for websocket feed

0.2.6

- added sold count to position object

0.2.3

``FIXED:``

- Decimal rounding error for pricing

- Github Actions

0.2.2

``Added:``

- Order response is now an Order object.
- added direction and time_in_force instance variables

- Balance object

- 'insufficient_funds' and 'mixed_position' message in exception handling

- 'updated_at' attribute for Tradeable objects

``Fixed:``

- Order prices are now formatted using Decimal rather than ``"{0:.2f}".format()`` which was causing the occasional bug.

- ``.place_order()`` input typing was corrected

- Order object is correctly parsed from 'account' websocket endpoint

- kwargs are correctly unpacked in websocket error_handler

``Changed:``

- place_order args adjusted order of positional args:
- tradeable_id, price, **qty: int = 1**, ...)
- should not break any code

- Orders can now be placed like so (you do not need qty as a keyword argument):


client.place_order('tradeable_id', price, qty)

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.