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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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