v0.7.1
What's Changed
- [Bug]: TradingClient.get_clock() results in a positional argument Typ… by @Ale-Cas in #171
- Fix: Adding extra optional params to Asset model to accommodate cryptocurrencies by @andrewwoood in #175
- Added new order status
held
by @OlegRa in #182 - Fix: using isinstance to check list type by @andrewwoood in #174
- fixes issue #195 by @gageorsburn in #196
- Change string to datetime by @BradGaddis in #208
- Fixed issue with the
get_order_for_account_by_client_id
functions by @OlegRa in #209 - fix: #172 by @Ale-Cas in #185
- feat: trading client account configurations by @Ale-Cas in #184
- Adds User Agent Header For WebSocket Client by @haxdds in #215
- Make Transfers Params Optional by @haxdds in #223
- feat: support type checking by @cemlyn007 in #188
- bug fix -- fix for accessing APIError.code throws TypeError by @mikenester in #221
- Update GetEventsRequest to match Broker API docs by @joepatmckenna in #229
- Fix for circular import error on websockets.py by @jamesburnettdev in #220
- Employment Status Fix by @haxdds in #235
- Adds Trade Confirmation Json Type by @haxdds in #237
- Fixes Trade Updates Validation Error by @haxdds in #234
- Fix Order Status in Get Orders Example by @haxdds in #238
- Handle Onboarding Account In
get_account
by @haxdds in #231 - Update Doc Strings for Orders by @haxdds in #240
New Contributors
- @Ale-Cas made their first contribution in #171
- @andrewwoood made their first contribution in #175
- @OlegRa made their first contribution in #182
- @gageorsburn made their first contribution in #196
- @BradGaddis made their first contribution in #208
- @cemlyn007 made their first contribution in #188
- @mikenester made their first contribution in #221
- @joepatmckenna made their first contribution in #229
- @jamesburnettdev made their first contribution in #220
Full Changelog: v0.6.0...v0.7.1