TradableDemoAPIAuthenticationRequest

@objc public class TradableDemoAPIAuthenticationRequest: NSObject

A request for creating a demo account of the given type and an authentication granting access to it.

  • The app key for authentication.

    Declaration

    Swift

    @objc public let appKey: String
  • The id of the app that is requesting access.

    Declaration

    Swift

    @objc public let appId: UInt64
  • The type of demo account.

    Declaration

    Swift

    @objc public let type: TradableDemoAccountType
  • Simple description of this object.

    Declaration

    Swift

    public override var description: String
  • Creates an object with given parameters.

    Declaration

    Swift

    @objc public init(appKey: String, appId: UInt64, type: TradableDemoAccountType)