Protocols
The following protocols are available globally.
-
A delegate protocol for authentication/authorization events.
See moreDeclaration
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 moreDeclaration
Swift
@objc public protocol TradableEventsDelegate: class
-
The delegate protocol for the Instrument Selector widget.
See moreDeclaration
Swift
@objc public protocol TradableInstrumentSelectorDelegate: 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 moreDeclaration
Swift
@objc public protocol TradableOrderStatusDelegate
-
The delegate protocol for the Broker Sign In widget.
See moreDeclaration
Swift
@objc public protocol TradableBrokerSignInDelegate: class
-
The delegate protocol for the Indicator Selector widget.
See moreDeclaration
Swift
@objc public protocol TradableIndicatorSelectorDelegate: class
-
The delegate protocol for the Edit Order widget.
See moreDeclaration
Swift
@objc public protocol TradableEditOrderDelegate: class
-
The delegate protocol for the Order Entry widget.
See moreDeclaration
Swift
@objc public protocol TradableOrderEntryDelegate: class
-
A delegate protocol for getting back the search results.
See moreDeclaration
Swift
@objc public protocol TradableSearchDelegate
-
The delegate protocol for the Position Detail widget.
See moreDeclaration
Swift
@objc public protocol TradablePositionDetailDelegate: class