| TimeInterval Enumeration |
This enumeration determines time intervals for data aggregation.
Namespace:
C2ExplorerServiceStack.Logic.Interfaces
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax Members
| Member name | Description |
---|
| Day |
Daily aggregation.
|
| Month |
Monthly aggregation
|
| Year |
Yearly aggregation
|
See Also Reference
[!:C2ExplorerServiceStack.Logic.Interfaces.IQueryRunner.GetCorrelationTable(IEnumerable<long>,TimeInterval,String,Boolean,EquityType)]