-
Notifications
You must be signed in to change notification settings - Fork 125
Auth handler #28
Comments
Not quite - the handler for data which is received after authenticating is handled by the |
Yes, sure I can test it. UPD: |
Ok, what I've realized at this moment: _handle_account(self, dtype, data, ts) method has dtype argument, but in main queue processor routine it is called only with two arguments. dtype actually is not using now, so for my debug purposes I just removed this argument from method some channels need to be added into self.account_channel_names dict. If I understood your code and idea correctly, new account_channel_name should be added, for example: something like this. Am I right? |
Yes, that's spot on. |
Hi Push failed: unable to access 'https://github.com/nlsdfnbch/btfxwss.git/': The requested URL returned error: 403 I'm trying to do it within Pycharm. What am I doing wrong? UPD: |
pull request #30 seems to have fixed it. Cheers @alexeykarnachev |
Hi
It looks like QueueProcessor has no auth handler, is it so? And does it mean, that currently I can not obtain auth data: my open orders, wallet and so on?
The text was updated successfully, but these errors were encountered: