For internal use. Stores information about an order that has been submitted for a position.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public class TradeOrder
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TradeOrder
Visual C++
[SerializableAttribute]
public ref class TradeOrder

Remarks

Systems should generally use the Order class to access order information. It is easier to use and provides access to information which is stored in both the TradeOrder and BrokerOrder classes.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.PositionManager..::.TradeOrder

See Also