API documentação

Servidor → cliente

PersonalInstrumentsListUpdated

Argumentos de chamada de retorno

Obrigatório

Exemplo de carga útil

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

Tipos de mensagens relacionadas

/// <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; }
    }
PersonalInstrumentModelTipoDescriçãoValor de exemplo
Idstring"42"
Typestring"Forex"
Symbolstring

Consulte o contrato TypeScript Instrument

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

Exemplo JSON

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

Contratos TypeScript relacionados

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

Lance a sua plataforma.

Começar.