FastQuant.TickStreamer.TickStreamer C# (CSharp) Method

TickStreamer() public method

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