C# 클래스 QuickFix.SessionSettings

Settings for sessions. Settings are grouped by FIX version and target ID There is also a default settings that is inherited by the session-specific sections.
파일 보기 프로젝트 열기: kennystone/quickfixn 1 사용 예제들

공개 메소드들

메소드 설명
Get ( SessionID sessionID ) : Dictionary

Get a dictionary for a session

Get ( ) : QuickFix.Dictionary

Get global default settings

GetSessions ( ) : HashSet
Has ( SessionID sessionID ) : bool
SessionSettings ( ) : System.Collections.Generic
SessionSettings ( TextReader conf ) : System.Collections.Generic
SessionSettings ( string file ) : System.Collections.Generic
Set ( QuickFix defaults ) : void
Set ( SessionID sessionID, QuickFix settings ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Load ( TextReader conf ) : void
Validate ( QuickFix dictionary ) : void

메소드 상세

Get() 공개 메소드

Get a dictionary for a session
public Get ( SessionID sessionID ) : Dictionary
sessionID SessionID the ID of the session
리턴 Dictionary

Get() 공개 메소드

Get global default settings
public Get ( ) : QuickFix.Dictionary
리턴 QuickFix.Dictionary

GetSessions() 공개 메소드

public GetSessions ( ) : HashSet
리턴 HashSet

Has() 공개 메소드

public Has ( SessionID sessionID ) : bool
sessionID SessionID
리턴 bool

Load() 보호된 메소드

protected Load ( TextReader conf ) : void
conf System.IO.TextReader
리턴 void

SessionSettings() 공개 메소드

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

SessionSettings() 공개 메소드

public SessionSettings ( TextReader conf ) : System.Collections.Generic
conf System.IO.TextReader
리턴 System.Collections.Generic

SessionSettings() 공개 메소드

public SessionSettings ( string file ) : System.Collections.Generic
file string
리턴 System.Collections.Generic

Set() 공개 메소드

public Set ( QuickFix defaults ) : void
defaults QuickFix
리턴 void

Set() 공개 메소드

public Set ( SessionID sessionID, QuickFix settings ) : void
sessionID SessionID
settings QuickFix
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Validate() 보호된 메소드

protected Validate ( QuickFix dictionary ) : void
dictionary QuickFix
리턴 void