Class FixMakeGapMessage
- Namespace
 - StockSharp.Fix
 
- Assembly
 - StockSharp.Fix.Core.dll
 
Make gap in incremental messages for test purpose.
public class FixMakeGapMessage : Message, ICloneable<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
TransactionId
Request identifier.
public long TransactionId { get; set; }
  Property Value
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
destinationFixMakeGapMessageThe object, to which copied information.