AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
AMPS.Client.NVFIXShredder Class Reference

A parser class that converts an NVFIX message into a Dictionary. More...

Public Member Functions

 NVFIXShredder (byte fieldSeparator)
 Initializes a new instance of the NVFIXShredder class with the specified field separator. More...
 
Dictionary< string, string > toMap (string fix)
 Converts an NVFIX message into a Dictionary. More...
 

Detailed Description

A parser class that converts an NVFIX message into a Dictionary.

Constructor & Destructor Documentation

◆ NVFIXShredder()

AMPS.Client.NVFIXShredder.NVFIXShredder ( byte  fieldSeparator)
inline

Initializes a new instance of the NVFIXShredder class with the specified field separator.

Parameters
fieldSeparatorThe byte used as the field separator in the NVFIX message.

Member Function Documentation

◆ toMap()

Dictionary<string, string> AMPS.Client.NVFIXShredder.toMap ( string  fix)
inline

Converts an NVFIX message into a Dictionary.

Parameters
fixThe NVFIX message to be converted.
Returns
A Dictionary containing the parsed NVFIX message.

The documentation for this class was generated from the following file: