public method PermissionCheckerAut.CanUseFluctuateTrailingForEntryStop

Brief

Determines whether the user may use trailing entry stop and net stop orders with a fixed step.

Declaration
Visual Basic
Function CanUseFluctuateTrailingForEntryStop () As Integer
IDL
[id(34)] HRESULT CanUseFluctuateTrailingForEntryStop( [out, retval] int* retVal)

Returns

The method returns one of the following values:

PermissionCheckerAut.PERMISSION_ENABLED

Indicates that the operation is allowed.

PermissionCheckerAut.PERMISSION_DISABLED

Indicates that the operation is not allowed.

PermissionCheckerAut.PERMISSION_HIDDEN

Indicates that the operation is not available at all.

Details

The PermissionCheckerAut.CanUseFluctuateTrailingForEntryStop method is defined in the PermissionCheckerAut class.

back