C# Class QuickFix.DataDictionary.DDMap

Inheritance: IFieldMapSpec
Datei anzeigen Open project: kennystone/quickfixn Class Usage Examples

Public Properties

Property Type Description
Fields DDField>.Dictionary
Groups DDGrp>.Dictionary
ReqFields HashSet

Public Methods

Method 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 method

public AddField ( DDField fld ) : void
fld DDField
return void

AddGroup() public method

public AddGroup ( DDGrp grp ) : void
grp DDGrp
return void

GetGroup() public method

public GetGroup ( int tag ) : DDGrp
tag int
return DDGrp

GetGroupSpec() public method

public GetGroupSpec ( int tag ) : IGroupSpec
tag int
return IGroupSpec

IsField() public method

public IsField ( int tag ) : System.Boolean
tag int
return System.Boolean

IsGroup() public method

public IsGroup ( int tag ) : System.Boolean
tag int
return System.Boolean

Property Details

Fields public_oe property

public Dictionary Fields
return DDField>.Dictionary

Groups public_oe property

public Dictionary Groups
return DDGrp>.Dictionary

ReqFields public_oe property

public HashSet ReqFields
return HashSet