Michael Cardillo

Results 18 comments of Michael Cardillo

Do you have a code example? I'm definitely interested. But concerned about backwards compatibility. Is there a way to support subclassing as well?

Thanks for the feedback! Glad you agree! I'll try to come up with a solution over the weekend.

Hey @danpaquin , I removed the references to Queue in the example code to keep it compatible with Python2 & Python3 > Currently, we allow for multiple products to be...

Hey @lukemadera, I can merge this in but I mostly wanted to get more feedback first before such a big change. Especially because I think it will break most user's...

Do you have a lot of open orders? The 'message' value makes me think you may be getting rate limited. There's some work on making the library play nicely within...

The response code is not currently exposed by the API, but there is an open PR that will implement this #260

I'm getting a similar error. ```python Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/home/mike/.virtualenvs/gdax-trader/src/gdax/gdax/websocket_client.py", line 40,...

@noah222 Would you find it acceptable if the library defaulted to obeying rate limits, with the option to disable? The major problem is in cases like @angelaponte pointed out. I...

This is very odd. You basically only get this error if you provide the `cancel_after` kwarg without also providing `time_in_force='GTT'` I was not able to reproduce this on my end....

Are you still seeing this issue @simaster123 ?