Click or drag to resize
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.Data
Assembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntax
public Nullable<long> LegNumber { get; set; }

Property Value

Type: NullableInt64
The number associated with this leg of the order. For example, buy-write orders have two legs.
See Also