Contract type.

Namespace:  T4
Assembly:  T4Definitions.20 (in T4Definitions.20.dll)

Syntax

C#
[ObfuscationAttribute(Feature = "renaming", Exclude = true)]
public enum ContractType
Visual Basic (Declaration)
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _
Public Enumeration ContractType
Visual C++
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)]
public enum class ContractType

Members

Member nameDescription
Any
Any contract type allowed in market list filter.
Unknown
Unspecified type
Option
Option.
OptionCall
Call option.
OptionPut
Put option.
Stock
Stock.
Future
Future.
Index
Index.
Synthetic
Synthetic, non-exchange supported, strategies
BinaryOption
Binary option.

See Also