FastQuant.ResponseStreamer.ResponseStreamer C# (CSharp) 메소드

ResponseStreamer() 공개 메소드

public ResponseStreamer ( ) : System
리턴 System
        public ResponseStreamer()
        {
            this.typeId = DataObjectType.Response;
            this.type = typeof(Response);
        }