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

HistoricalDataEndEventArgs() public méthode

public HistoricalDataEndEventArgs ( HistoricalDataEnd end ) : System
end HistoricalDataEnd
Résultat System
        public HistoricalDataEndEventArgs(HistoricalDataEnd end)
        {
            End = end;
        }
    }
HistoricalDataEndEventArgs