API документация

Сервер → клиент

PersonalInstrumentsListUpdated

Аргументы обратного вызова

Необходимый

Пример полезной нагрузки

{
  "instruments": [
    {
      "id": "42",
      "type": "Forex",
      "symbol": "EURUSD",
      "iconName": "eurusd",
      "description": "Euro / US Dollar"
    }
  ]
}

Связанные типы сообщений

/// <summary>
    /// Personal watchlist row pushed on PersonalInstrumentsListUpdated
    /// </summary>
    public class PersonalInstrumentModel
    {
        public string Id { get; set; }

        public string Type { get; set; }

        public string Symbol { get; set; }

        public string IconName { get; set; }

        public string Description { get; set; }
    }
PersonalInstrumentModelТипОписаниеПример значения
Idstring"42"
Typestring"Forex"
Symbolstring

См. контракт TypeScript Instrument

"EURUSD"
IconNamestring"eurusd"
Descriptionstring"Euro / US Dollar"

Пример JSON

{
  "id": "42",
  "type": "Forex",
  "symbol": "EURUSD",
  "iconName": "eurusd",
  "description": "Euro / US Dollar"
}

Соответствующие контракты TypeScript

Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

Запустите свою платформу.

Начать работу.