ATMLDataAccessLibrary.db.daos.SignalDAO.ScoreInstruments C# (CSharp) Method

ScoreInstruments() public method

public ScoreInstruments ( dbSignal signal ) : void
signal ATMLDataAccessLibrary.model.dbSignal
return void
        public void ScoreInstruments(dbSignal signal)
        {
            //Search all the signal attributes where each attribute value
            // falls within the range of the hi and lo values in the capabilities database
            //Store the instrument with the attribute
            //Group all the instruments with the attributes that are within scope
            //Score the instruments based on the number of attributes it has
            //100% == all attributes
        }