public class Utils extends Object
Modifier and Type | Method and Description |
---|---|
static Message |
readFixMessage(String fixFile)
Reads the content of a FIX message from the specified FIX file.
|
static String |
readFixmlMessage(String fixmlFile)
Reads the content of a FIXML message from the specified FIXML file.
|
public static Message readFixMessage(String fixFile) throws IOException
fixFile
- The path to the FIX file to read.IOException
- If an I/O error occurs while reading the file.public static String readFixmlMessage(String fixmlFile) throws IOException
fixmlFile
- The path to the FIXML file to read.IOException
- If an I/O error occurs while reading the file.Copyright © 2005–2024 Onix Solutions. All rights reserved.