AMPS C# Client  5.3.3.4
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)
 
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.

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: