TradablePriceIncrementBand
@objc public class TradablePriceIncrementBand: NSObject
The price increment for a price above the lowerBound (and up to the next band).
-
Prices above this lowerBound should be placed in the given increments.
Declaration
Swift
@objc public let lowerBound: Double -
The price increments for a price above the lowerBound and up to the next band.
Declaration
Swift
@objc public let increment: Double -
The number of decimals used to format a price in this band.
Declaration
Swift
@objc public let decimals: Int -
Simple description of this object.
Declaration
Swift
public override var description: String
View on GitHub
TradablePriceIncrementBand Class Reference