FastQuant.AccountDataStreamer.AccountDataStreamer C# (CSharp) Méthode

AccountDataStreamer() public méthode

public AccountDataStreamer ( ) : System
Résultat System
        public AccountDataStreamer()
        {
            this.typeId = DataObjectType.AccountData;
            this.type = typeof(AccountData);
        }