Represents an order submitted to the broker.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class BrokerOrder : ISerializable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public NotInheritable Class BrokerOrder _ Implements ISerializable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class BrokerOrder sealed : ISerializable |
Remarks
This class is used to submit orders to broker plugins, and to receive order updates
from the broker plugin. Trading systems do not need to use this class directly, and
should use the Order class instead.