More or less the idea would be to drop the BrokerdX side messages from
.clearing._messages with the intention of:
[ ] allowing the order client to work seemlessly by connecting to the
emsdor directly to the .brokers.<backend>.broker of choice.
[ ] minimizes complexity in general and would make testing a single
dialog "side"/leg of emsd much simpler (particularly if we end up
needing to mock some services)
[ ] allows us to drop BrokerdPosition and instead unify it with
.accounting._pos.Position
More or less the idea would be to drop the
BrokerdX
side messages from.clearing._messages
with the intention of:emsd
or directly to the.brokers.<backend>.broker
of choice.emsd
much simpler (particularly if we end up needing to mock some services)BrokerdPosition
and instead unify it with.accounting._pos.Position
.. more to come