Method | Description | |
---|---|---|
Get ( |
Get a dictionary for a session
|
|
Get ( ) : QuickFix.Dictionary |
Get global default settings
|
|
GetSessions ( ) : HashSet |
||
Has ( |
||
SessionSettings ( ) : System.Collections.Generic | ||
SessionSettings ( |
||
SessionSettings ( string file ) : System.Collections.Generic | ||
Set ( QuickFix defaults ) : void | ||
Set ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
Load ( |
||
Validate ( QuickFix dictionary ) : void |
public Get ( |
||
sessionID | the ID of the session | |
return |
protected Load ( |
||
conf | ||
return | void |
public SessionSettings ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SessionSettings ( |
||
conf | ||
return | System.Collections.Generic |
public SessionSettings ( string file ) : System.Collections.Generic | ||
file | string | |
return | System.Collections.Generic |
public Set ( |
||
sessionID | ||
settings | QuickFix | |
return | void |
protected Validate ( QuickFix dictionary ) : void | ||
dictionary | QuickFix | |
return | void |