FastQuant.InstrumentStreamer.InstrumentStreamer C# (CSharp) Method

InstrumentStreamer() public method

public InstrumentStreamer ( ) : System
return System
        public InstrumentStreamer()
        {
            this.typeId = ObjectType.Instrument;
            this.type = typeof(Instrument);
            this.version = 5;
        }