C# 클래스 QuickFix.Settings

파일 보기 프로젝트 열기: kennystone/quickfixn 1 사용 예제들

공개 메소드들

메소드 설명
Add ( QuickFix section ) : QuickFix.Dictionary
Get ( string sectionName ) : LinkedList
IsComment ( string s ) : bool
IsKeyValue ( string s ) : bool
IsSection ( string s ) : bool
Settings ( System conf ) : System.Collections.Generic
SplitSection ( string s ) : string

Strip the outer '[' and ']' from the section name, e.g. '[DEFAULT]' becomes 'DEFAULT'

메소드 상세

Add() 공개 메소드

public Add ( QuickFix section ) : QuickFix.Dictionary
section QuickFix
리턴 QuickFix.Dictionary

Get() 공개 메소드

public Get ( string sectionName ) : LinkedList
sectionName string
리턴 LinkedList

IsComment() 공개 정적인 메소드

public static IsComment ( string s ) : bool
s string
리턴 bool

IsKeyValue() 공개 정적인 메소드

public static IsKeyValue ( string s ) : bool
s string
리턴 bool

IsSection() 공개 정적인 메소드

public static IsSection ( string s ) : bool
s string
리턴 bool

Settings() 공개 메소드

public Settings ( System conf ) : System.Collections.Generic
conf System
리턴 System.Collections.Generic

SplitSection() 공개 정적인 메소드

Strip the outer '[' and ']' from the section name, e.g. '[DEFAULT]' becomes 'DEFAULT'
public static SplitSection ( string s ) : string
s string the section name
리턴 string