Holds information about an account at a 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 BrokerAccountState
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class BrokerAccountState
Visual C++
[SerializableAttribute]
public ref class BrokerAccountState

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.BrokerAccountState

See Also