Decoder Class | Table of Content | Decoder Constructor (String, Boolean, InputDataTraits)![]() |
| Decoder Constructor |
| Name | Description | |
|---|---|---|
| Decoder(String, Boolean, InputDataTraits) |
Creates a FAST to FIX Decoder at dialect-independent mode.
| |
| Decoder(String, Dialect, Boolean, InputDataTraits) |
Creates a FAST to FIX Decoder.
| |
| Decoder(String, ProtocolVersion, Boolean, InputDataTraits) |
Creates a FAST to FIX Decoder.
| |
| Decoder(ProtocolVersion, String, Boolean, InputDataTraits) |
Creates a FAST to FIX Decoder.
| |
| Decoder(ProtocolVersion, String, String, Boolean, InputDataTraits) |
Creates a FAST to FIX Decoder.
|