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

A parser class which converts a FIX message into a dictionary. More...

Public Member Functions

 FIXShredder (byte fieldSeparator)
 Initializes a new instance of the FIXShredder class with the specified field separator. More...
 
Dictionary< int, string > toMap (string fix)
 Method used to map the FIX message into the dictionary. More...
 

Detailed Description

A parser class which converts a FIX message into a dictionary.

Constructor & Destructor Documentation

◆ FIXShredder()

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

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

Parameters
fieldSeparatorThe byte value representing the field separator.

Member Function Documentation

◆ toMap()

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

Method used to map the FIX message into the dictionary.

Parameters
fixThe FIX message to be mapped
Returns
The completed dictionary

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