enum

XTB::OptimizationLevel

Inherits Enum / Comparable / Value / Object

Constants

CRUDE = 0
SLOPPY = 1
LOOSE = 2
NORMAL = 3
TIGHT = 4
VERY_TIGHT = 5
EXTREME = 6

Instance methods

crude?

Returns true if this enum value equals CRUDE

Source
extreme?

Returns true if this enum value equals EXTREME

Source
loose?

Returns true if this enum value equals LOOSE

Source
normal?

Returns true if this enum value equals NORMAL

Source
sloppy?

Returns true if this enum value equals SLOPPY

Source
tight?

Returns true if this enum value equals TIGHT

Source
very_tight?

Returns true if this enum value equals VERY_TIGHT

Source