For internal use. Stores information about an order that has been submitted for a position.
Namespace:
RightEdge.CommonAssembly: 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.