Returns true when events should be called in the main processing thread, otherwise returns false (default). Directly event processing is faster, but may affect application performance, use it on your own risk Always returns true in backtesting.


SYNTAX

public bool SingleThreadEvents { get; set; }