FastQuant.AccountTransactionStreamer.AccountTransactionStreamer C# (CSharp) Method

AccountTransactionStreamer() public method

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