public interface OrderComputer
| Modifier and Type | Method and Description |
|---|---|
void |
compute(SQOrderList ordersList,
SQSettings settings,
com.strategyquant.futurelib.backtester.SymbolsTable symbolsTable)
Compute.
|
void |
endCompute(SQOrderList ordersList,
SQSettings settings,
com.strategyquant.futurelib.backtester.SymbolsTable symbolsTable)
End compute.
|
void |
initCompute(SQOrderList ordersList,
SQSettings settings,
com.strategyquant.futurelib.backtester.SymbolsTable symbolsTable)
Inits the compute.
|
void initCompute(SQOrderList ordersList, SQSettings settings, com.strategyquant.futurelib.backtester.SymbolsTable symbolsTable) throws java.lang.Exception
ordersList - the orders listsettings - the settingssymbolsTable - the symbols tablejava.lang.Exception - the exceptionvoid compute(SQOrderList ordersList, SQSettings settings, com.strategyquant.futurelib.backtester.SymbolsTable symbolsTable) throws java.lang.Exception
ordersList - the orders listsettings - the settingssymbolsTable - the symbols tablejava.lang.Exception - the exceptionvoid endCompute(SQOrderList ordersList, SQSettings settings, com.strategyquant.futurelib.backtester.SymbolsTable symbolsTable) throws java.lang.Exception
ordersList - the orders listsettings - the settingssymbolsTable - the symbols tablejava.lang.Exception - the exception