TradableSearchDelegate
@objc public protocol TradableSearchDelegate
A delegate protocol for getting back the search results.
-
A delegate hook for getting back the instrument search results.
Declaration
Swift
@objc optional func tradableInstrumentSearchResultsReceived(searchResults: TradableInstrumentSearchResults)
Parameters
searchResults
A TradableinstrumentSearchResults objects containing results that matched the search phrase.