JET open QuoteList with template

Eikon QuoteList columns have different templates pre-defined. When opens a QuoteList via JET, is it possible to specify which template to use or what columns to display?

Best Answer

  • Jirapongse
    Answer ✓

    we can specify a template in **Quote List App navigation context**.

    This works for me

    JET.navigate({

    name: "Quote List Object",

    entities: [

    { RIC: JET.getActiveSymbol().RIC },

    { RIC: "PTT.BK"},

    { RIC: "BTS.BK"}

    ],

    properties: [

    { template: "daps://reuters/Xtra60/Quote List Templates/Economic Indicators.reuters-quotelist-template" }

    ]

    });

Answers

  • Thanks it works perfectly. But do you have any idea where I can get the links of all pre-defined templates in Quote List?

  • The available templates are the same as templates in the column menu.

    For example, this "daps://reuters/Xtra60/Quote List Templates/Commodities/Analytics/Price Performance.reuters-quotelist-template" is "Price Performance" template in "Commodities/Analytics" section.

  • or I should ask the other way... is it possible to specify what columns I want to display when opening a QuoteList? Tried putting "{ fields: ["BID", "ASK"] }" in properties does not work
  • I got a response from the Product Development Manager that with QuoteList, you can only select one from the predefined template.