FastQuant.AccountTransactionStreamer.AccountTransactionStreamer C# (CSharp) 메소드

AccountTransactionStreamer() 공개 메소드

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