forwardPutOrCall Enumeration   Table of ContentRegulatoryTradeIdentifier Classforward
QtyType Enumeration
Type of quantity specified in a quantity field. Supported Value: 0 = Notional / Units 1 = Contracts term

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
public enum QtyType
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
Notional0 Notional / Units.
Contracts1 Contract term.
See Also