// Static Methods // Delegate handler to create a new SEL Fast Message frequency value internal static IFrequencyValue CreateNewValue(IDataCell parent, IFrequencyDefinition definition, byte[] binaryImage, int startIndex, out int parsedLength) { IFrequencyValue frequency = new FrequencyValue(parent, definition); parsedLength = frequency.Initialize(binaryImage, startIndex, 0); return frequency; }