3rock618

Results 7 comments of 3rock618

In coding up the solution, I see the problem that the contract object that comes through the message handler doesn't have m_contractMonth embedded. In that case I would do this....

ok, down the rabbit hole we go! here is code to get contract strings for a list of futures that I use in my project. A little about this code:...

This is the version I have - ezibpy.py lines 1497-1509 ``` ... elif contractTuple[1] == "FUT": exp = ' ' # default # round expiry day to expiry month if...

This is quite an improvement. And there is still one issue related to the `m_expiry` vs the `m_contractMonth`. The `m_contractMonth` should always correspond to the correct letter code, but if...

The reason I use it is because for whatever reason, the `ibc.contractDetails(contract)['contracts'][0]` object has `m_conId` (non-zero) number assigned: ``` >>> pp(contract.__dict__) {'m_conId': 0, 'm_currency': 'USD', 'm_exchange': 'NYMEX', 'm_expiry': '201908', 'm_includeExpired':...

I am also experiencing a similar bug. "ignore": [ "**/.git/**", ] this should ignore all .git folder contents for the entire server, but alas: ``` [03-31 00:09:29] [info] [watcher/updated] traefik/.git/FETCH_HEAD...

I'm having the same issue. It was caused when I tried to update the name of an attribute. Now when I refresh the page, the new name does not show...