FastQuant.TradeStreamer.TradeStreamer C# (CSharp) Method

TradeStreamer() public method

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