TradableBroker
@objc public class TradableBroker: NSObject
Provides information about a broker available in the system.
-
The name of the broker that the account belongs to.
Declaration
Swift
@objc public let brokerName: String
-
The id of the broker that the account belongs to.
Declaration
Swift
@objc public let brokerId: Int
-
Indicates whether the broker serves live accounts or not.
Declaration
Swift
@objc public let isLive: Bool
-
Collection of logos for the broker.
Declaration
Swift
@objc public let brokerLogos: TradableBrokerLogos
-
Contains the corresponding live or demo broker id for the same broker. Can be nil is there is no corresponding broker id.
Declaration
Swift
public let linkedBrokerId: Int?
-
Simple description of this object.
Declaration
Swift
public override var description: String