Enums
The following enums are available globally.
-
Possible error types.
See moreDeclaration
Swift
@objc public enum TradableErrorType: Int
-
Possible options for account’s instruments retrieval.
See moreDeclaration
Swift
@objc public enum TradableInstrumentRetrieval: Int
-
Available instrument types.
See moreDeclaration
Swift
@objc public enum TradableInstrumentType: Int
-
Possible price types.
See moreDeclaration
Swift
@objc public enum TradablePriceType: Int
-
Possible types of Tradable demo accounts.
See moreDeclaration
Swift
@objc public enum TradableDemoAccountType: Int
-
Possible statuses of order.
See moreDeclaration
Swift
@objc public enum TradableOrderStatus: Int
-
Possible states of subscription.
See moreDeclaration
Swift
@objc public enum TradableSubscriptionStatus: Int
-
An enumeration for utility class errors.
See moreDeclaration
Swift
@objc public enum TradableUtilitiesError: Int, Error
-
An enumeration defining how protections on orders are entered - as a distance from the order price or as an absolute price.
See moreDeclaration
Swift
@objc public enum TradableProtectionEntryType: Int
-
Possible frequencies of the updates.
See moreDeclaration
Swift
@objc public enum TradableUpdatesFrequency: Int
-
Possible sides of order.
See moreDeclaration
Swift
@objc public enum TradableOrderSide: Int
-
Possible track configurations.
See moreDeclaration
Swift
@objc public enum TradableTrackConfiguration: Int
-
Available protection types.
See moreDeclaration
Swift
@objc public enum TradableSingleProtection: Int
-
Available types of orders.
See moreDeclaration
Swift
@objc public enum TradableOrderType: Int
-
Aggregations used for candle requests.
See moreDeclaration
Swift
@objc public enum TradableAggregation: Int
-
Possible types of updates.
See moreDeclaration
Swift
@objc public enum TradableUpdatesType: Int
-
An enumeration for incorrect argument errors.
See moreDeclaration
Swift
@objc public enum TradableArgumentError: Int, Error