| Package | Description |
|---|---|
| com.strategyquant.lib.correlation | |
| com.strategyquant.lib.snippets | |
| com.strategyquant.lib.time |
| Modifier and Type | Method and Description |
|---|---|
static TimePeriod |
CorrelationLib.getPeriod(SQOrderList orderList1,
SQOrderList orderList2)
Gets the period.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.HashMap<java.lang.Long,TimePeriod> |
CorrelationLib.getPeriodsAsHashMap(TimePeriods timePeriods,
int period)
Gets the periods as hash map.
|
| Modifier and Type | Field and Description |
|---|---|
TimePeriod |
CorrelationComputer.range
The range.
|
| Constructor and Description |
|---|
TimePeriod(TimePeriod p)
Instantiates a new time period.
|