Click or drag to resize

DistributionListenerGetOrderStatistic Method

Get Order Statistic of stored set http://en.wikipedia.org/wiki/Order_statistic

Namespace:  FinAnalysis.Listeners
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public DistributionListenerDistributionEntry GetOrderStatistic(
	int order
)

Parameters

order
Type: SystemInt32
Order Statistic index.

Return Value

Type: DistributionListenerDistributionEntry
Pair of data and date for specified order.
See Also