IAssetsMarketsOpenPositionOptionExerciseType Property

Stator | API Documentation
The type for an option (exchange traded) position.
i.e. 'European', 'American'

Namespace:  Stator.libPublic.ImportPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

string OptionExerciseType { get; set; }

Property Value

Type: String
Remarks

Specify the option type as either 'American' or 'European'.
Also acceptable is 'e' and 'a' for European and American respectively.
If not provided or not found, the selection will default to 'American'.

Please note you do not have to worry about matching case, Stator does the comparison by converting both sides to lower case:

"American" == "American"
"American" == "american"
"American" == "AMERICAN"

See Also

Reference