![]() | LegDetail Class |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Namespace: ETradeNet.Order.Data
The LegDetail type exposes the following members.
Name | Description | |
---|---|---|
![]() | EstimatedCommission |
Gets or sets the cost billed to the user to perform the requested action.
|
![]() | EstimatedFees |
Gets or sets the total amount of fees billed to the user to fill the order.
|
![]() | ExecutedPrice |
Gets or sets the price the stock was actually purchased for.
|
![]() | FilledQuantity |
Gets or sets the number of shares actually filled in the order.
|
![]() | LegNumber |
Gets or sets the number associated with this leg of the order. For example, buy-write orders have two legs.
|
![]() | OrderAction |
Gets or sets the action that the broker is requested to perform.
|
![]() | OrderedQuantity |
Gets or sets the number of shares ordered.
|
![]() | ReserveQuantity |
Gets or sets the number of shares to be publicly displayed if this is a reserve order.
|
![]() | SymbolDescription |
Gets or sets the text description of the security.
|
![]() | SymbolInfo |
Gets or sets the symbol information for this leg. An option order will contain all of the following items; an equity order will only contain symbol.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |