Table of Contents

Class FixSeqResetMessage

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

Sequence reset message.

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

Constructors

FixSeqResetMessage()

Initialize FixSeqResetMessage.

public FixSeqResetMessage()

Properties

GapFill

Gap fill.

public bool? GapFill { get; set; }

Property Value

bool?

NewSeqNo

New sequence number.

public long NewSeqNo { get; set; }

Property Value

long

PossMissingApplMsg

Indicates that the range of messages retransmitted after a FixResendRequestMessage may not include all the application messages contained in the original range requested.

public bool? PossMissingApplMsg { get; set; }

Property Value

bool?

SeqNum

Sequence number.

public long SeqNum { get; set; }

Property Value

long

Methods

Clone()

Create a copy of FixSeqResetMessage.

public override Message Clone()

Returns

Message

Copy.