FastQuant.AskStreamer.AskStreamer C# (CSharp) Method

AskStreamer() public method

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