TradableOrderProtection
@objc public class TradableOrderProtection: NSObject
A protection specified on an order.
-
The type of the entry.
Declaration
Swift
@objc public let entryType: TradableProtectionEntryType -
The value of the protection, as defined by the entry type.
Declaration
Swift
@objc public let value: Double -
Simple description of this object.
Declaration
Swift
public override var description: String -
Creates an object with given parameters.
Declaration
Swift
@objc public init(entryType: TradableProtectionEntryType, value: Double)
View on GitHub
TradableOrderProtection Class Reference