C# Class QuickFix.DataDictionary.DDMap

Inheritance: IFieldMapSpec
Afficher le fichier Open project: kennystone/quickfixn Class Usage Examples

Méthodes publiques

Свойство Type Description
Fields DDField>.Dictionary
Groups DDGrp>.Dictionary
ReqFields HashSet

Méthodes publiques

Méthode Description
AddField ( DDField fld ) : void
AddGroup ( DDGrp grp ) : void
GetGroup ( int tag ) : DDGrp
GetGroupSpec ( int tag ) : IGroupSpec
IsField ( int tag ) : System.Boolean
IsGroup ( int tag ) : System.Boolean

Method Details

AddField() public méthode

public AddField ( DDField fld ) : void
fld DDField
Résultat void

AddGroup() public méthode

public AddGroup ( DDGrp grp ) : void
grp DDGrp
Résultat void

GetGroup() public méthode

public GetGroup ( int tag ) : DDGrp
tag int
Résultat DDGrp

GetGroupSpec() public méthode

public GetGroupSpec ( int tag ) : IGroupSpec
tag int
Résultat IGroupSpec

IsField() public méthode

public IsField ( int tag ) : System.Boolean
tag int
Résultat System.Boolean

IsGroup() public méthode

public IsGroup ( int tag ) : System.Boolean
tag int
Résultat System.Boolean

Property Details

Fields public_oe property

public Dictionary Fields
Résultat DDField>.Dictionary

Groups public_oe property

public Dictionary Groups
Résultat DDGrp>.Dictionary

ReqFields public_oe property

public HashSet ReqFields
Résultat HashSet