| Package | Description |
|---|---|
| com.strategyquant.lib.scripter |
| Modifier and Type | Method and Description |
|---|---|
static ProgramInterface |
Program.get(java.lang.String programName)
returns a program that can execute some functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Program.register(java.lang.String programName,
ProgramInterface programIface)
Register.
|