 | SymbolInfoCallOrPut Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets or sets the operation type specified in the option order.
Namespace: ETradeNet.Order.DataAssembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntaxpublic Nullable<CallOrPut> CallOrPut { get; set; }
Public Property CallOrPut As Nullable(Of CallOrPut)
Get
Set
public:
property Nullable<CallOrPut> CallOrPut {
Nullable<CallOrPut> get ();
void set (Nullable<CallOrPut> value);
}
member CallOrPut : Nullable<CallOrPut> with get, set
Property Value
Type:
NullableCallOrPutThe operation type specified in the option order.
See Also