TradableProtectionEntryType

@objc public enum TradableProtectionEntryType: Int

An enumeration defining how protections on orders are entered - as a distance from the order price or as an absolute price.

  • The protection is entered as an absolute price.

    Declaration

    Swift

    case absolute
  • The protection is entered as a distance from the order price.

    Declaration

    Swift

    case distance