class TrailingType| Parents | |
|
|
|
The class for the trailing type
| Static Public Properties | |
|
Trailing: denied |
|
|
Trailing: dynamic |
|
|
Trailing: dynamic and fluctuate |
|
|
Trailing: fluctuate |
|
|
Trailing: stop dynamic |
|
|
Trailing: stop fluctuate |
|
| Public Methods | |
|
Checks whether the trailing type is TrailingDenied |
|
|
Checks whether the trailing type is TrailingDynamic |
|
|
Checks whether the trailing type is TrailingDynamicAndFluctuate |
|
|
Checks whether the trailing type is TrailingFluctuate |
|
|
Checks whether the trailing type is TrailingStopDynamic |
|
|
Checks whether the trailing type is TrailingStopFluctuate |
|
|
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 |
|
|
Sets TrailingDenied value for the trailing type variable. The variable is intended to be used by other methods or classes in the program |
|