메소드 | 설명 | |
---|---|---|
CheckSum ( ) : int | ||
Clear ( ) : void | ||
ExtractBeginString ( string msgstr ) : string | ||
ExtractField ( string msgstr, int &pos ) : StringField | ||
ExtractField ( string msgstr, int &pos, DataDictionary sessionDD, DataDictionary appDD ) : StringField | ||
FromString ( string msgstr, bool validate, DataDictionary sessionDD, DataDictionary appDD ) : void | ||
FromStringHeader ( string msgstr ) : bool | ||
GetFieldOrDefault ( FieldMap fields, int tag, string defaultValue ) : string | ||
GetMsgType ( string msg ) : string |
FIXME totally bogus
|
|
GetReverseSessionID ( |
||
GetReverseSessionID ( string msg ) : |
FIXME totally bogus
|
|
GetSessionID ( |
||
HasValidStructure ( int &field ) : bool | ||
IdentifyType ( string msgstr ) : |
Parse the MsgType from a FIX string
|
|
IsAdmin ( ) : bool | ||
IsAdminMsgType ( string msgType ) : bool | ||
IsApp ( ) : bool | ||
IsHeaderField ( int tag ) : bool | ||
IsHeaderField ( int tag, DataDictionary dd ) : bool | ||
IsTrailerField ( int tag ) : bool | ||
IsTrailerField ( int tag, DataDictionary dd ) : bool | ||
Message ( ) : System | ||
Message ( |
||
Message ( string msgstr ) : System | ||
Message ( string msgstr, DataDictionary sessionDataDictionary, DataDictionary appDD, bool validate ) : System | ||
Message ( string msgstr, DataDictionary dataDictionary, bool validate ) : System | ||
Message ( string msgstr, bool validate ) : System | ||
ReverseRoute ( |
||
SetSessionID ( |
FIXME less operator new
|
|
ToString ( ) : string | ||
Validate ( ) : void |
메소드 | 설명 | |
---|---|---|
BodyLength ( ) : int | ||
SetGroup ( StringField grpNoFld, string msgstr, int pos, FieldMap fieldMap, DataDictionary dd, DataDictionary sessionDataDictionary, DataDictionary appDD ) : int |
public static ExtractBeginString ( string msgstr ) : string | ||
msgstr | string | |
리턴 | string |
public static ExtractField ( string msgstr, int &pos ) : StringField | ||
msgstr | string | |
pos | int | |
리턴 | StringField |
public static ExtractField ( string msgstr, int &pos, DataDictionary sessionDD, DataDictionary appDD ) : StringField | ||
msgstr | string | |
pos | int | |
sessionDD | DataDictionary | |
appDD | DataDictionary | |
리턴 | StringField |
public FromString ( string msgstr, bool validate, DataDictionary sessionDD, DataDictionary appDD ) : void | ||
msgstr | string | |
validate | bool | |
sessionDD | DataDictionary | |
appDD | DataDictionary | |
리턴 | void |
public static GetFieldOrDefault ( FieldMap fields, int tag, string defaultValue ) : string | ||
fields | FieldMap | |
tag | int | |
defaultValue | string | |
리턴 | string |
public static GetReverseSessionID ( |
||
msg | ||
리턴 |
public static GetReverseSessionID ( string msg ) : |
||
msg | string | |
리턴 |
public static IdentifyType ( string msgstr ) : |
||
msgstr | string | string of a FIX message |
리턴 |
public static IsAdminMsgType ( string msgType ) : bool | ||
msgType | string | |
리턴 | bool |
public static IsHeaderField ( int tag, DataDictionary dd ) : bool | ||
tag | int | |
dd | DataDictionary | |
리턴 | bool |
public static IsTrailerField ( int tag, DataDictionary dd ) : bool | ||
tag | int | |
dd | DataDictionary | |
리턴 | bool |
public Message ( string msgstr, DataDictionary sessionDataDictionary, DataDictionary appDD, bool validate ) : System | ||
msgstr | string | |
sessionDataDictionary | DataDictionary | |
appDD | DataDictionary | |
validate | bool | |
리턴 | System |
public Message ( string msgstr, DataDictionary dataDictionary, bool validate ) : System | ||
msgstr | string | |
dataDictionary | DataDictionary | |
validate | bool | |
리턴 | System |
public Message ( string msgstr, bool validate ) : System | ||
msgstr | string | |
validate | bool | |
리턴 | System |
protected SetGroup ( StringField grpNoFld, string msgstr, int pos, FieldMap fieldMap, DataDictionary dd, DataDictionary sessionDataDictionary, DataDictionary appDD ) : int | ||
grpNoFld | StringField | |
msgstr | string | |
pos | int | |
fieldMap | FieldMap | |
dd | DataDictionary | |
sessionDataDictionary | DataDictionary | |
appDD | DataDictionary | |
리턴 | int |
public SetSessionID ( |
||
sessionID | ||
리턴 | void |