Protocols

The following protocols are available globally.

  • A delegate protocol for authentication/authorization events.

    See more

    Declaration

    Swift

    @objc public protocol TradableAuthDelegate: class
  • A delegate protocol for events such as receiving account metrics, candles or errors. Provides a variety of hooks.

    See more

    Declaration

    Swift

    @objc public protocol TradableEventsDelegate: class
  • A delegate protocol for getting notifications about order status changes. The delegate methods will not be called if full/orders updates are not running!

    See more

    Declaration

    Swift

    @objc public protocol TradableOrderStatusDelegate
  • A delegate protocol for getting back the search results.

    See more

    Declaration

    Swift

    @objc public protocol TradableSearchDelegate