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
Public property Action enum Gets a value indicating the order action for the Leg. See OrderActionLeg for list of possible values of this property.
Public property AvgFilledPrice double Gets the average filled price for the Leg.
Public property EnteredQuantity int Gets the number of contracts or shares entered in the order for the Leg.
Public property FilledQuantity int Gets the number of contracts or shares of the leg that have been filled in the market.
Public property LeftQuantity int Gets the number of contracts or shares entered in the order for the Leg.
Public property Symbol string Gets the symbol for the leg.