<% var mv = ''; var decimals; var topFlopCls; var ticker; var min; var max; _.each(model.models, function(instrument) { ticker = instrument.getDescriptorValue("MV").replace(/(^[\s]+|[\s]+$)/g, '').replace(/\s/g, '_'); 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); url = instrument.composeDetailsUrl(); %> <% }); %>
<%=$.t('infobolsa.instrumentList:headers.underlying')%> <%=$.t('infobolsa.instrumentList:headers.spot')%> <%=$.t('infobolsa.instrumentList:headers.dif')%> <%=$.t('infobolsa.instrumentList:headers.difpct')%> <%=$.t('infobolsa.instrumentList:headers.high')%> <%=$.t('infobolsa.instrumentList:headers.low')%> <%=$.t('infobolsa.instrumentList:headers.date')%>/<%=$.t('infobolsa.instrumentList:headers.time')%>
<%= instrument.getShortName() %>
<%= instrument.getLast() %>
<%= instrument.getChange() %>
<%= instrument.getChangePercent() %>
<%=instrument.getSessionHigh() %>
<%=instrument.getSessionLow() %>
<%= instrument.getDateOrTime(true) %>