Closed alekna closed 7 years ago
The heartbeat problem was a known bug that was fixed recently. I'll check why it hasn't been released yet. To my knowledge it should at least be on fxtrade practice by now.
The str inconsistencies are because those strings are generated using the property's "display names", however no display names were provided for those entities. I'll add them and push out a build. The truth is I'm not super happy with the the str representations provided, but they are what we have for now. Maybe just dumping YAML from str would look nice...
Let me know when it is released to fxTrade live.
As for dumping YAML, I think it's a good idea. As long as it makes output consistent.
The fix should be on fxtrade practice, but won't be promoted until the first maintenance of the new year (likely Jan 6)
Any updates on this issue?
Thanks for fixing this.
Ah, thanks for checking and verifying.
Accept-Datetime-Format
is not respected in heartbeat messages:This is what I get when
Accept-Datetime-Format
is set toUNIX
Could you please also unify
__str__()
implementation for different entities? Currently it's not the same at least forPRICE
andHEARTBEAT
messages. I supposeType
inPRICE
should be lowercase.