Package com.wombat.mamda.options
Interface MamdaOptionChainViewRangeHandler
-
public interface MamdaOptionChainViewRangeHandlerClass to handle change in a MamdaOptionChainView range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonOptionViewStrikeRangeReset(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.
-
-