TradableMarginBand
@objc public class TradableMarginBand: NSObject
The margin factor for volumes in this margin band.
-
The lowest amount for this margin band.
Declaration
Swift
@objc public let lowerBound: Double
-
The margin factor, multiply this by the volume to get the margin requirement. This is only an estimate of the margin requirement, the trading system may require a different margin.
Declaration
Swift
@objc public let marginFactor: Double
-
Simple description of this object.
Declaration
Swift
public override var description: String