agberk
agberk
Consider the following code snippet contained in a python module named `pyrsistent_test.py`: ```python from typing import Mapping from pyrsistent import field, PRecord class MyPRecord(PRecord): f = field(type=Mapping) def main(): p...
I've stored the requested `conflateMs` on the Listener. Let me know if there's another way you'd like me to implement and I can modify.
From https://betfair-developer-docs.atlassian.net/wiki/spaces/1smk3cen4v3lu3yomq5qye0ni/pages/2687396/Exchange+Stream+API: > Conflation > > Conflation set to true (con=true) in the stream message means that multiple stream updates have been pushed in the same cycle. > > This...