Package com.wombat.mamda.options
Interface MamdaOptionChainViewRangeHandler
-
public interface MamdaOptionChainViewRangeHandler
Class to handle change in a MamdaOptionChainView range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onOptionViewStrikeRangeReset(MamdaOptionChainView view, double lowStrike, double highStrike)
Action to take when the strike price range is reset to a new range.
-
-
-
Method Detail
-
onOptionViewStrikeRangeReset
void onOptionViewStrikeRangeReset(MamdaOptionChainView view, double lowStrike, double highStrike)
Action to take when the strike price range is reset to a new range.
-
-