public final class FIXShredder
extends java.lang.Object
| Constructor and Description |
|---|
FIXShredder(byte fieldSeparator)
Initializes a new instance of the FIXShredder class with
the specified field separator.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,java.lang.CharSequence> |
toMap(java.lang.String fix)
Method used to map the FIX message into the Java Map.
|