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

ExecutionReportStreamer() 공개 메소드

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