Adding to offers of HD grid points using this method is intended for experimentation, where it is easy to readily get an offer on a grid point. For more memory optimized code the use of DataModule is suggested.
public static void AddToOffers(
this IHDHGridPoint gridPoint,
IQuantity quantity,
Func<double> getter
)