A parser class that converts an NVFIX message into a Dictionary.
More...
|
| 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...
|
|
A parser class that converts an NVFIX message into a Dictionary.
◆ NVFIXShredder()
AMPS.Client.NVFIXShredder.NVFIXShredder |
( |
byte |
fieldSeparator | ) |
|
|
inline |
Initializes a new instance of the NVFIXShredder class with the specified field separator.
- Parameters
-
fieldSeparator | The byte used as the field separator in the NVFIX message. |
◆ toMap()
Dictionary<string, string> AMPS.Client.NVFIXShredder.toMap |
( |
string |
fix | ) |
|
|
inline |
Converts an NVFIX message into a Dictionary.
- Parameters
-
fix | The NVFIX message to be converted. |
- Returns
- A Dictionary containing the parsed NVFIX message.
The documentation for this class was generated from the following file:
- AMPS.Client/NVFIXShredder.cs