A parser class which converts a FIX message into a dictionary.
More...
|
| | 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...
|
| |
A parser class which converts a FIX message into a dictionary.
| AMPS.Client.FIXShredder.FIXShredder |
( |
byte |
fieldSeparator | ) |
|
|
inline |
Initializes a new instance of the FIXShredder class with the specified field separator.
- Parameters
-
| fieldSeparator | The byte value representing the field separator. |
| Dictionary<int, string> AMPS.Client.FIXShredder.toMap |
( |
string |
fix | ) |
|
|
inline |
Method used to map the FIX message into the dictionary.
- Parameters
-
| fix | The FIX message to be mapped |
- Returns
- The completed dictionary
The documentation for this class was generated from the following file:
- AMPS.Client/FixShredder.cs