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

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

Syntax

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

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