| IC2TradingSystemTradesHistogramPercentData Method |
This API is preliminary and subject to change.
NOT YET IMPLEMENTED.
Constructs a histogram of trades results (in percents) with a specific number of equally sized buckets.
Namespace:
C2ExplorerServiceStack.Logic.Interfaces
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax IEnumerable<ITradesHistogramBucket> TradesHistogramPercentData(
short binsCount
)
Parameters
- binsCount
- Type: SystemInt16
The number of buckets to use.
Return Value
Type:
IEnumerableITradesHistogramBucketA list of ITradesHistogramBucket.
See Also