FixmlConverter Constructor (String, ProtocolVersion) |
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)
Syntax public FixmlConverter(
string schemaPath,
ProtocolVersion version
)
Parameters
- schemaPath
- Type: System.String
Path to folder where the custom XML schema is located. - version
- Type: FIXForge.NET.FIX.ProtocolVersion
Version of FIX protocol.
See Also