TradableAmount
@objc public class TradableAmount: NSObject
Contains the amount to which a position is to be reduced.
-
The amount the position should be reduced to.
Declaration
Swift
@objc public let amount: Double -
Simple description of this object.
Declaration
Swift
public override var description: String -
Creates an object with given parameters.
Declaration
Swift
@objc public init(amount: Double)
View on GitHub
TradableAmount Class Reference