TradableStartTrialRequest
@objc public class TradableStartTrialRequest: NSObjectA request for starting a trial period for the given user.
- 
                  
                  The id of the broker that the account is at. DeclarationSwift @objc public let brokerId: Int
- 
                  
                  The login for the account. DeclarationSwift @objc public let login: String
- 
                  
                  The password for the account. DeclarationSwift @objc public let password: String
- 
                  
                  Simple description of this object. DeclarationSwift public override var description: String
- 
                  
                  Creates an object with given parameters. DeclarationSwift @objc public init(brokerId: Int, login: String, password: String)
 View on GitHub
View on GitHub TradableStartTrialRequest Class Reference
        TradableStartTrialRequest Class Reference