Click or drag to resize

FixEngineGetProtocolID Method

Returns unique parser ID deprecated, use GetParserID

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public int GetProtocolID(
	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