public class GenericFixmlConverter extends Object
Constructor and Description |
---|
GenericFixmlConverter() |
Modifier and Type | Method and Description |
---|---|
static String |
fix2fixml(Message fixMsg)
Converts FIX message to FIXML.
|
static String |
fix2fixml(Message fixMsg,
boolean formatting)
Converts FIX message to FIXML.
|
public static String fix2fixml(Message fixMsg) throws Exception
fixMsg
- FIX messageException
- if an error occurred during conversionpublic static String fix2fixml(Message fixMsg, boolean formatting) throws Exception
fixMsg
- FIX messageformatting
- whether to format output or notException
- if an error occurred during conversionCopyright © 2005–2024 Onix Solutions. All rights reserved.