C# Class QuickFix.DataDictionaryParser.XMLMsgComponent

ファイルを表示 Open project: kennystone/quickfixn

Public Methods

Method Description
GetComponentType ( string typestr, string parentName ) : TypeEnum
XMLMsgComponent ( string name, bool req, TypeEnum type ) : System

Method Details

GetComponentType() public static method

public static GetComponentType ( string typestr, string parentName ) : TypeEnum
typestr string
parentName string
return TypeEnum

XMLMsgComponent() public method

public XMLMsgComponent ( string name, bool req, TypeEnum type ) : System
name string
req bool
type TypeEnum
return System