Click or drag to resize
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.

Container for a leg details list item.
Inheritance Hierarchy
SystemObject
  ETradeNet.Order.DataLegDetail

Namespace: ETradeNet.Order.Data
Assembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntax
public class LegDetail

The LegDetail type exposes the following members.

Constructors
  NameDescription
Public methodLegDetail
Initializes a new instance of the LegDetail class
Top
Properties
  NameDescription
Public propertyEstimatedCommission
Gets or sets the cost billed to the user to perform the requested action.
Public propertyEstimatedFees
Gets or sets the total amount of fees billed to the user to fill the order.
Public propertyExecutedPrice
Gets or sets the price the stock was actually purchased for.
Public propertyFilledQuantity
Gets or sets the number of shares actually filled in the order.
Public propertyLegNumber
Gets or sets the number associated with this leg of the order. For example, buy-write orders have two legs.
Public propertyOrderAction
Gets or sets the action that the broker is requested to perform.
Public propertyOrderedQuantity
Gets or sets the number of shares ordered.
Public propertyReserveQuantity
Gets or sets the number of shares to be publicly displayed if this is a reserve order.
Public propertySymbolDescription
Gets or sets the text description of the security.
Public propertySymbolInfo
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also