IsEuropean

IsEuropean ();

Description

Returns true if the current option is European, false if American.

Example

AddLabel(yes, "This is " + if IsEuropean() then "a European" else "an American" + " style option.");

For option symbols, this example displays a label informing whether it is an American or a European style option.