TradableOrderSizeIncrementBand
@objc public class TradableOrderSizeIncrementBand: NSObject
The order size increment for orders over a given lowerBound.
-
The order size increment for orders over a given lowerBound.
Declaration
Swift
@objc public let lowerBound: Double -
The order size increment for orders over the given lowerBounds (and up to the next band).
Declaration
Swift
@objc public let increment: Double -
The number of decimals used to format a size 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
TradableOrderSizeIncrementBand Class Reference