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

启动您的平台。

开始使用。