 | AccountPositionLongOrShort 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 value indicating whether the position is long or short.
Namespace: ETradeNet.Accounts.Positions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic LongOrShort LongOrShort { get; set; }
Public Property LongOrShort As LongOrShort
Get
Set
public:
property LongOrShort LongOrShort {
LongOrShort get ();
void set (LongOrShort value);
}
member LongOrShort : LongOrShort with get, set
Property Value
Type:
LongOrShortIndicates whether the position is long or short.
See Also