ParserDescription Class

FIX Antenna .NET Programmer's Guide
ParserDescription The class is used for passing a parser description from FA C++ to FA.NET
Inheritance Hierarchy

SystemObject
  com.b2bits.FIXAntennaParserDescription

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

public sealed class ParserDescription

The ParserDescription type exposes the following members.

Constructors

  NameDescription
Public methodParserDescription
Initializes a new instance of the ParserDescription class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldAppFixVersions
Public fieldAppProtocolsNames
Public fieldParserName
Public fieldScpFixVersion
Public fieldScpProtocolName
Top
See Also

Reference