TradableCancelSubscriptionRequest

@objc public class TradableCancelSubscriptionRequest: NSObject

A request for cancelling the subscription for the given user.

  • The id of the broker that the account is at.

    Declaration

    Swift

    @objc public let brokerId: Int
  • The login for the account.

    Declaration

    Swift

    @objc public let login: String
  • The password for the account.

    Declaration

    Swift

    @objc public let password: String
  • Simple description of this object.

    Declaration

    Swift

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

    Declaration

    Swift

    @objc public init(brokerId: Int, login: String, password: String)