FixmlConverter Constructor (Dialect, String) |
Initializes converter instance.
Namespace:
FIXForge.NET.FIX.Fix2FixmlConverter
Assembly:
FIXForge.NET.FIX.Fix2FixmlConverter-net-4.8_x64 (in FIXForge.NET.FIX.Fix2FixmlConverter-net-4.8_x64.dll) Version: 4.12.0.0 (4.12.0.0)
Syntaxpublic FixmlConverter(
Dialect dialect,
string schemaString
)
Parameters
- dialect
- Type: FIXForge.NET.FIX.Dialect
Custom dialect. - schemaString
- Type: System.String
Plain text string with custom XML schema content.
See Also