You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algo.Testing: replay registered generators in the history market data manager
The replay loop only streamed storage-backed data; registered market data
generators were tracked in the manager but never driven, so a subscription
served by a generator produced nothing. Drive the generators from the replay
clock: a time signal advances every generator, the replayed message feeds the
generators of its own security, and each generated message is chained into the
other same-security generators, so a generated tick drives that security's
order-book generator. Generated messages are interleaved into the stream at
their server time, preserving the ascending-time ordering; the generator-less
replay path keeps its original allocation-free fast path.
Turns the previously-failing TimeOrdering_FullMix tracking test green: generated
ticks and order books are now produced alongside the historical data.
0 commit comments