Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Account channel not updated #168

Open
mb2222 opened this issue May 20, 2020 · 0 comments
Open

Account channel not updated #168

mb2222 opened this issue May 20, 2020 · 0 comments

Comments

@mb2222
Copy link

mb2222 commented May 20, 2020

Hi,
I get my account info by the following way:

account_q = wss.account
while not account_q.empty():
	l = account_q.get()

Then I do what I want with l, no problem.

Problem : if I put a new order in the same code, I don't see it in the list, it is like wss.account is not updated.
What did I do wrong ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant