Enum PutOrCall
Indicates whether an option contract is a put or call. Supported Values: 0 - Put 1 - Call
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum PutOrCall
Fields
Name | Description |
---|---|
Call | Call |
None | Default value. Do not use it directly. |
Put | Put |