<% var mv = ''; var decimals; var topFlopCls; var ticker; var min; var max; _.each(model.models, function(instrument) { mv = instrument.getDescriptorValue("MV"); decimals = instrument.getDecimals(); topFlopCls = instrument.getTopFlopCls(INFOBOLSA.Descriptors.Trend); min = instrument.getDescriptorValue(INFOBOLSA.Descriptors.SessionLow); max = instrument.getDescriptorValue(INFOBOLSA.Descriptors.SessionHigh); ticker = instrument.getDescriptorValue(INFOBOLSA.Descriptors.InstrumentTicker).replace(/(^[\s]+|[\s]+$)/g, ''); country = instrument.getDescriptorValue(INFOBOLSA.Descriptors.Country); url = instrument.composeDetailsUrl(); %> <% }); %>
<%= instrument.getShortName() %> <%= instrument.getShortName() %>
<%= instrument.getLast() %>
<%= instrument.getChangePercent() %>