Enum PriceSubType
This is a further qualification of the Price Type, and determines whether this is an initial (preliminary) or final price. Supported Values: 0 - Initial price. 1 - Final price.
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum PriceSubType
Fields
| Name | Description |
|---|---|
| FinalPrice | Final price. |
| InitialPrice | Initial price. |
| None | Default value. Do not use it directly. |