public class SQFileLoaderBinary
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
Log
The Constant Log.
|
| Constructor and Description |
|---|
SQFileLoaderBinary() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeFile()
Close file.
|
SQResultsGroup |
load(java.lang.String fileName)
loads strategy with stats, settings and orders.
|
SQResultsGroup |
loadOrders(java.lang.String fileName)
loads only array with orders from strategy file.
|
public SQResultsGroup loadOrders(java.lang.String fileName) throws java.lang.Exception
fileName - the file namejava.lang.Exception - the exceptionpublic SQResultsGroup load(java.lang.String fileName) throws java.lang.Exception
fileName - the file namejava.lang.Exception - the exceptionpublic void closeFile()
throws java.lang.Exception
java.lang.Exception - the exception