<% 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, ''); url = instrument.composeDetailsUrl(); %> <% }); %>
<%=$.t('infobolsa.instrumentList:headers.name')%> <%=$.t('infobolsa.instrumentList:headers.last')%> <%=$.t('infobolsa.instrumentList:headers.dif')%> <%=$.t('infobolsa.instrumentList:headers.difpct')%> <%=$.t('infobolsa.instrumentList:headers.high')%> <%=$.t('infobolsa.instrumentList:headers.low')%> <%=$.t('infobolsa.instrumentList:headers.time')%>
<%= instrument.getDescriptorValue('D100') %>
<%= instrument.getLast() %>
<%= instrument.getChange() %>
<%= instrument.getChangePercent() %>
<%=instrument.getSessionHigh() %>
<%=instrument.getSessionLow() %>
<%= instrument.getDateOrTime(true) %>