FastQuant.ExecutionReportStreamer.ExecutionReportStreamer C# (CSharp) Method

ExecutionReportStreamer() public method

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