 | ProductIdCallPut 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.Accounts.Positions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic Nullable<CallOrPut> CallPut { get; set; }
Public Property CallPut As Nullable(Of CallOrPut)
Get
Set
public:
property Nullable<CallOrPut> CallPut {
Nullable<CallOrPut> get ();
void set (Nullable<CallOrPut> value);
}
member CallPut : Nullable<CallOrPut> with get, set
Property Value
Type:
NullableCallOrPutThe operation type specified in the option order.
See Also