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.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.BrokerPosition

See Also