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

TickStreamer() 공개 메소드

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