FastQuant.AccountDataStreamer.AccountDataStreamer C# (CSharp) Method

AccountDataStreamer() public method

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