FastQuant.HistoricalDataEndEventArgs.HistoricalDataEndEventArgs C# (CSharp) Method

HistoricalDataEndEventArgs() public method

public HistoricalDataEndEventArgs ( HistoricalDataEnd end ) : System
end HistoricalDataEnd
return System
        public HistoricalDataEndEventArgs(HistoricalDataEnd end)
        {
            End = end;
        }
    }
HistoricalDataEndEventArgs