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?

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • Jirapongse
    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

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.