Class ReplayOptions
Contains options to start handler in replay logs mode.
Inherited Members
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class ReplayOptions
Constructors
ReplayOptions()
Constructor.
Declaration
public ReplayOptions()
ReplayOptions(Stream)
Constructor.
Declaration
public ReplayOptions(Stream logStream)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | logStream | Log stream. |
ReplayOptions(string)
Constructor.
Declaration
public ReplayOptions(string pathToLog)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pathToLog | Path to log file. |
Properties
DelayBetweenMessages
Delay between messages in milliseconds.
Declaration
public int DelayBetweenMessages { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LogStream
Gets or sets log stream. This stream will be played before logs in Logs, if specified.
Declaration
public Stream LogStream { get; set; }
Property Value
| Type | Description |
|---|---|
| Stream |
Logs
Gets list of log files. These logs will be played after log in LogStream, if specified.
Declaration
public List<string> Logs { get; }
Property Value
| Type | Description |
|---|---|
| List<string> |