C# 클래스 QuickFix.MemoryStore

In-memory message store implementation
상속: IMessageStore
파일 보기 프로젝트 열기: kennystone/quickfixn 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Get() 공개 메소드

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

GetCreationTime() 공개 메소드

public GetCreationTime ( ) : System.DateTime
리턴 System.DateTime

GetNextSenderMsgSeqNum() 공개 메소드

public GetNextSenderMsgSeqNum ( ) : int
리턴 int

GetNextTargetMsgSeqNum() 공개 메소드

public GetNextTargetMsgSeqNum ( ) : int
리턴 int

IncrNextSenderMsgSeqNum() 공개 메소드

public IncrNextSenderMsgSeqNum ( ) : void
리턴 void

IncrNextTargetMsgSeqNum() 공개 메소드

public IncrNextTargetMsgSeqNum ( ) : void
리턴 void

MemoryStore() 공개 메소드

public MemoryStore ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Set() 공개 메소드

public Set ( int msgSeqNum, string msg ) : bool
msgSeqNum int
msg string
리턴 bool

SetNextSenderMsgSeqNum() 공개 메소드

public SetNextSenderMsgSeqNum ( int value ) : void
value int
리턴 void

SetNextTargetMsgSeqNum() 공개 메소드

public SetNextTargetMsgSeqNum ( int value ) : void
value int
리턴 void