| IC2TradingSystemTradesHistogramData Method |
This API is preliminary and subject to change.
Constructs a histogram of trades results (in dollars) with a specific number of equally sized buckets.
The upper and lower bound of the histogram will be set to the smallest and largest data point.
Namespace:
C2ExplorerServiceStack.Logic.Interfaces
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax IEnumerable<ITradesHistogramBucket> TradesHistogramData(
short binsCount
)
Parameters
- binsCount
- Type: SystemInt16
The number of buckets to use.
Return Value
Type:
IEnumerableITradesHistogramBucketA list of ITradesHistogramBucket.
See Also