FastQuant.BidStreamer.BidStreamer C# (CSharp) Method

BidStreamer() public method

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