class TrailingType

Parents

object

Brief

The class for the trailing type

Static Public Properties

TrailingDenied

Trailing: denied

TrailingDynamic

Trailing: dynamic

TrailingDynamicAndFluctuate

Trailing: dynamic and fluctuate

TrailingFluctuate

Trailing: fluctuate

TrailingStopDynamic

Trailing: stop dynamic

TrailingStopFluctuate

Trailing: stop fluctuate

Public Methods

isTrailingDenied

Checks whether the trailing type is TrailingDenied

isTrailingDynamic

Checks whether the trailing type is TrailingDynamic

isTrailingDynamicAndFluctuate

Checks whether the trailing type is TrailingDynamicAndFluctuate

isTrailingFluctuate

Checks whether the trailing type is TrailingFluctuate

isTrailingStopDynamic

Checks whether the trailing type is TrailingStopDynamic

isTrailingStopFluctuate

Checks whether the trailing type is TrailingStopFluctuate

setTrailingType

Takes an integer parameter trailingType, sets the class variable trailingType to the value of the trailingType parameter passed into the method. This method allows for the value of trailingType to be set dynamically. Method is intended to be called by other methods in the program to update the value of trailingType

TrailingType

Sets TrailingDenied value for the trailing type variable. The variable is intended to be used by other methods or classes in the program

back