C# Class QuickFix.MemoryStore

In-memory message store implementation
Inheritance: IMessageStore
ファイルを表示 Open project: kennystone/quickfixn Class Usage Examples

Public Methods

Method 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 method

public Get ( int begSeqNo, int endSeqNo, List messages ) : bool
begSeqNo int
endSeqNo int
messages List
return bool

GetCreationTime() public method

public GetCreationTime ( ) : System.DateTime
return System.DateTime

GetNextSenderMsgSeqNum() public method

public GetNextSenderMsgSeqNum ( ) : int
return int

GetNextTargetMsgSeqNum() public method

public GetNextTargetMsgSeqNum ( ) : int
return int

IncrNextSenderMsgSeqNum() public method

public IncrNextSenderMsgSeqNum ( ) : void
return void

IncrNextTargetMsgSeqNum() public method

public IncrNextTargetMsgSeqNum ( ) : void
return void

MemoryStore() public method

public MemoryStore ( ) : System.Collections.Generic
return System.Collections.Generic

Refresh() public method

public Refresh ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Set() public method

public Set ( int msgSeqNum, string msg ) : bool
msgSeqNum int
msg string
return bool

SetNextSenderMsgSeqNum() public method

public SetNextSenderMsgSeqNum ( int value ) : void
value int
return void

SetNextTargetMsgSeqNum() public method

public SetNextTargetMsgSeqNum ( int value ) : void
value int
return void