AccountData Class

A collection of trading account data usually received from a broker
[DataContract()] 
public class AccountData : DataObject
This language is not supported or no code example is available.
[DataContract()] 
public ref class AccountData : public DataObject^
This language is not supported or no code example is available.
public  
DataContract() 
class AccountData 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor AccountData(DateTime, AccountDataType, string, byte, byte) Initializes a new instance of the AccountData class.
Top
Name Description
Public property Account
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Fields
Public property ProviderId
Public property Route
Public property Type
Public property TypeId
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance. (inherited from Event).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition