Enum PriceType
Indicates the type of the price associated with the trade. Supported Values: 1 - Percentage (i.e. percent of par) 2 - Per unit (i.e. per share or contract) 10 - Fixed cabinet trade price (primarily for listed futures and options) 11 - Variable cabinet trade price (primarily for listed futures and options) 100 - Tentative placeholder price 101 - Updated actual price
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum PriceType
Fields
Name | Description |
---|---|
DerivedPriceBlock | Derived Price Block |
FixedCabinetTradePrice | Fixed cabinet trade price (primarily for listed futures and options) |
InterestRate | Interest rate |
None | Default value. Do not use it directly. |
PerUnit | Per unit (i.e. per share or contract) |
Percentage | Percentage (i.e. percent of par) |
Spread | Spread (basis points spread) |
TentativePlaceholderPrice | Tentative placeholder price |
UpdatedActualPrice | Updated actual price |
VariableCabinetTradePrice | Variable cabinet trade price (primarily for listed futures and options) |
Yield | Yield |
YieldDiff | Yield Diff |