Enum AveragePricingIndicator
Indicates if the trade is marked for average pricing allocation.
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum AveragePricingIndicator
Fields
| Name | Description |
|---|---|
| AveragePricing | Trade is part of an average price group identified by the SideAvgPxGroupID. |
| NoAveragePricing | No Average Pricing. |
| None | Default value. Do not use it directly. |