• Version 4.2.7
Show / Hide Table of Contents

Class ReplayOptions

Contains options to start handler in replay logs mode.

Inheritance
object
ReplayOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX