Click or drag to resize

FixEngineGetParserID Method

Returns unique parser ID

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public int GetParserID(
	string name
)

Parameters

name  String
Unique name of the parser

Return Value

Int32
Unique FIX parser identifier
Exceptions
ExceptionCondition
ApplicationException If protocol with given name is not found.
See Also