TradableUpdatesType

@objc public enum TradableUpdatesType: Int

Possible types of updates.

  • Updates for account snapshot, orders, positions, prices and metrics. A list of instrument IDs for which the prices will be fetched should be specified for this updates type. If the list is empty, no prices will be retrieved.

    Declaration

    Swift

    case full
  • Updates just for account positions.

    Declaration

    Swift

    case positions
  • Updates just for account orders.

    Declaration

    Swift

    case orders
  • Updates just for tick prices. A list of instrument IDs for which the prices will be fetched should be specified for this updates type. If the list is empty, no prices will be retrieved.

    Declaration

    Swift

    case prices
  • Updates just for account metrics.

    Declaration

    Swift

    case metrics