API documentation

PersonalInstrumentModel

Personal watchlist row pushed on PersonalInstrumentsListUpdated

Fields

PersonalInstrumentModelTypeDescriptionExample value
Idstring"42"
Typestring"Forex"
Symbolstring

See TypeScript Instrument contract

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

Example JSON

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

Related TypeScript contracts

/// <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; }
    }
Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

Launch Your Platform.

Get Started.