TradablePriceModification

@objc public class TradablePriceModification: NSObject

Contains information with which the protection will be modified.

  • A new trigger price the protection should be modified with.

    Declaration

    Swift

    @objc public let price: Double
  • Simple description of this object.

    Declaration

    Swift

    public override var description: String
  • Creates an object with given parameters.

    Declaration

    Swift

    @objc public init(price: Double)