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.CommonAssembly: 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 |