Table of Contents

Class FixMakeGapMessage

Namespace
StockSharp.Fix
Assembly
StockSharp.Fix.Core.dll

Make gap in incremental messages for test purpose.

public class FixMakeGapMessage : Message, IMessage, ILocalTimeMessage, ICloneable, ITransactionIdMessage
Inheritance
FixMakeGapMessage
Implements
Inherited Members
Extension Methods

Constructors

FixMakeGapMessage()

Initialize FixMakeGapMessage.

public FixMakeGapMessage()

Properties

GapSize

Gap size (in messages).

public int GapSize { get; set; }

Property Value

int

TransactionId

Request identifier.

public long TransactionId { get; set; }

Property Value

long

Methods

Clone()

Create a copy of FixMakeGapMessage.

public override Message Clone()

Returns

Message

Copy.

CopyTo(FixMakeGapMessage)

Copy the message into the destination.

protected virtual void CopyTo(FixMakeGapMessage destination)

Parameters

destination FixMakeGapMessage

The object, to which copied information.