 | LegDetailLegNumber 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 number associated with this leg of the order. For example, buy-write orders have two legs.
Namespace: ETradeNet.Order.DataAssembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntaxpublic Nullable<long> LegNumber { get; set; }
Public Property LegNumber As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> LegNumber {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member LegNumber : Nullable<int64> with get, set
Property Value
Type:
NullableInt64The number associated with this leg of the order. For example, buy-write orders have two legs.
See Also