Classes Files

Wombat::MamdaOptionChainViewRangeHandler

Interface to handle change in a MamdaOptionChainView range.

Public Functions

  Name
void onOptionViewStrikeRangeReset(MamdaOptionChainView view, double lowStrike, double highStrike)
Action to take when the strike price range is reset to a new range.

Public Functions Documentation

function onOptionViewStrikeRangeReset

void onOptionViewStrikeRangeReset(
    MamdaOptionChainView view,
    double lowStrike,
    double highStrike
)

Action to take when the strike price range is reset to a new range.

Parameters:

  • view
  • lowStrike
  • highStrike

Updated on 2023-03-31 at 15:30:16 +0100