API दस्तावेज़ीकरण

PersonalInstrumentModel

Personal watchlist row pushed on PersonalInstrumentsListUpdated

क्षेत्र

PersonalInstrumentModelप्रकारविवरणउदाहरण मान
Idstring"42"
Typestring"Forex"
Symbolstring

टाइपस्क्रिप्ट Instrument अनुबंध देखें

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

उदाहरण JSON

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

अपने प्लेटफ़ॉर्म को लॉन्च करें।

शुरू करें।