Skip to content

ProtectionType

Summary

The protection type for orders and positions.

Signature

1
public enum ProtectionType

Namespace

cAlgo.API

Fields

None

Summary

No protection.

Signature

1
ProtectionType.None;

Return Value

ProtectionType

Relative

Summary

Relative or distance based protection type.

Signature

1
ProtectionType.Relative;

Return Value

ProtectionType

Absolute

Summary

Absolute or price based protection type.

Signature

1
ProtectionType.Absolute;

Return Value

ProtectionType