C# Class QuickFix.MemoryStore

In-memory message store implementation
Inheritance: IMessageStore
Afficher le fichier Open project: kennystone/quickfixn Class Usage Examples

Méthodes publiques

Méthode Description
Get ( int begSeqNo, int endSeqNo, List messages ) : bool
GetCreationTime ( ) : System.DateTime
GetNextSenderMsgSeqNum ( ) : int
GetNextTargetMsgSeqNum ( ) : int
IncrNextSenderMsgSeqNum ( ) : void
IncrNextTargetMsgSeqNum ( ) : void
MemoryStore ( ) : System.Collections.Generic
Refresh ( ) : void
Reset ( ) : void
Set ( int msgSeqNum, string msg ) : bool
SetNextSenderMsgSeqNum ( int value ) : void
SetNextTargetMsgSeqNum ( int value ) : void

Method Details

Get() public méthode

public Get ( int begSeqNo, int endSeqNo, List messages ) : bool
begSeqNo int
endSeqNo int
messages List
Résultat bool

GetCreationTime() public méthode

public GetCreationTime ( ) : System.DateTime
Résultat System.DateTime

GetNextSenderMsgSeqNum() public méthode

public GetNextSenderMsgSeqNum ( ) : int
Résultat int

GetNextTargetMsgSeqNum() public méthode

public GetNextTargetMsgSeqNum ( ) : int
Résultat int

IncrNextSenderMsgSeqNum() public méthode

public IncrNextSenderMsgSeqNum ( ) : void
Résultat void

IncrNextTargetMsgSeqNum() public méthode

public IncrNextTargetMsgSeqNum ( ) : void
Résultat void

MemoryStore() public méthode

public MemoryStore ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Set() public méthode

public Set ( int msgSeqNum, string msg ) : bool
msgSeqNum int
msg string
Résultat bool

SetNextSenderMsgSeqNum() public méthode

public SetNextSenderMsgSeqNum ( int value ) : void
value int
Résultat void

SetNextTargetMsgSeqNum() public méthode

public SetNextTargetMsgSeqNum ( int value ) : void
value int
Résultat void