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
A use_message_queue config option was added to SimulatedExchange as a temporary work around for processing trading commands in real-time cbfc703 to accommodate the "sandbox mode" #1674.
This means that currently when trading commands are submitted to the sandbox execution client (and onto its internal simulated exchange) there is practically no latency in either direction. The commands will be processed and events generated at local platform latency (microseconds) which is relatively unrealistic for most venue and setups.
A future feature could leverage the LatencyModel to extend to real-time, potentially by using a timer to "delay" command processing and events being generated - to achieve to desired latency model spec.
The text was updated successfully, but these errors were encountered:
Feature Request
A
use_message_queue
config option was added toSimulatedExchange
as a temporary work around for processing trading commands in real-time cbfc703 to accommodate the "sandbox mode" #1674.This means that currently when trading commands are submitted to the sandbox execution client (and onto its internal simulated exchange) there is practically no latency in either direction. The commands will be processed and events generated at local platform latency (microseconds) which is relatively unrealistic for most venue and setups.
A future feature could leverage the
LatencyModel
to extend to real-time, potentially by using a timer to "delay" command processing and events being generated - to achieve to desired latency model spec.The text was updated successfully, but these errors were encountered: