FastQuant.ExecutionReportStreamer.ExecutionReportStreamer C# (CSharp) Méthode

ExecutionReportStreamer() public méthode

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