FixEngineGetProtocolID Method |
Returns unique parser ID
deprecated, use GetParserID
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic int GetProtocolID(
string name
)
public function GetProtocolID(
name : String
) : int
Parameters
- name String
- Unique name of the parser
Return Value
Int32Unique FIX parser identifier
Exceptions
See Also