FixEngineGetParserID Method

FIX Antenna .NET Programmer's Guide
Returns unique parser ID

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public int GetParserID(
	string name
)

Parameters

name
Type: SystemString
Unique name of the parser

Return Value

Type: Int32
Unique FIX parser identifier
Exceptions

ExceptionCondition
ApplicationException If protocol with given name is not found.
See Also

Reference