Adonay Nunes
Adonay Nunes
---------------------------------------------------------------------------------------------------- | Required Info | | |---------------------------------|------------------------------------------- | | Camera Model | D455 | | Firmware Version | 05.12.12.100 | | Operating System & Version | Win 10 | |...
I am having difficulties in creating an OCO leg order where one is a limit and the other is a stop limit. The ```create_equity_order_leg``` does not accept order type and...
In docs/source/metawearboard.rst you mention State, but this object was never defined: ``` Connection State Get the state of the SDK connection. d = MetaWear(address) d.connect() print((State(d))) ``` Where is State...
How could I create one-cancel-the-other order? I see that it is possible to create one triggers-oco but in my use case I need an OCO. Any ideas?
to whoever reads this: Fix this line: https://github.com/pattertj/ts-api/blob/4541c69feaf15527c9f2e110a395d46cca8a058b/ts/client/base.py#L251C1-L254C77 change it to: token_exp = time.time() >= self._access_token_expires_at token_time = int(self._access_token_expires_at - time.time()) # if the time to expiration is less than...
Seems like this repo is not maintained anymore, anyone has a maintained fork of this repo?