Announcement

Collapse
No announcement yet.

Tick/Closed/Settlement attribute

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tick/Closed/Settlement attribute

    I already write an C# program to get real time data.
    I use esignal_OnQuoteChanged and esignal_OnBarsChanged to get information of Quotes.

    I need to get the attribute/field like Tick/Closed/Settlement like eSignal Desktop Application ( Quote Window) has but i don't know where to get this.

    Would you mind to show me how(object/function) to get this attribute for knowing when the market is closed or opend in Desktop API?

  • #2
    Unfortunately, this field is currently not supported via the Desktop API functionality.

    Comment


    • #3
      How could i know when the trading started?

      Thank you for your anwser.

      If this attribute does not support in Desktop API, which other has the same function i can use in Desktop API to inform me that the tradding already started or closed ? ( ex: LIFFE, NYBOT market...)

      Comment


      • #4
        The Desktop API is designed to provide real-time and historical data only. It doesn't provide open/close information for different markets. You will need to obtain this information or determine based upon the time of the tick itself.

        Comment

        Working...
        X