Leg Class
Defines the structure of a leg of an options spread order.
Namespace: tsdata.trading
Properties
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
Name | Type | Description | |
![]() |
Action | enum | Gets a value indicating the order action for the Leg. See OrderActionLeg for list of possible values of this property. |
![]() |
AvgFilledPrice | double | Gets the average filled price for the Leg. |
![]() |
EnteredQuantity | int | Gets the number of contracts or shares entered in the order for the Leg. |
![]() |
FilledQuantity | int | Gets the number of contracts or shares of the leg that have been filled in the market. |
![]() |
LeftQuantity | int | Gets the number of contracts or shares entered in the order for the Leg. |
![]() |
Symbol | string | Gets the symbol for the leg. |
Inheritance Hierarchy
tsdata.trading.Leg