FixmlConverter Constructor (String, Dialect) |
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(
string schemaPath,
Dialect dialect
)
Parameters
- schemaPath
- Type: System.String
Path to folder where the custom XML schema is located. - dialect
- Type: FIXForge.NET.FIX.Dialect
Custom dialect.
See Also