Stores information about a position at the broker. This is used when saving and restoring live positions. You should only need to use
this class if you are implementing a broker plugin that supports restoring saved positions.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class BrokerPosition |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class BrokerPosition |
| Visual C++ |
|---|
[SerializableAttribute] public ref class BrokerPosition |