% var tableClass = ''; if (IS_PREMIUM_USER) { tableClass = 'premium'; } else if (IS_PLUS_USER) { tableClass = 'plus'; } %>
| <%=$.t('infobolsa.instrumentList:headers.name')%> | <%=$.t('infobolsa.instrumentList:headers.last')%> | <%=$.t('infobolsa.instrumentList:headers.difpct')%> | <%=$.t('infobolsa.instrumentList:headers.volume')%> | <%=$.t('infobolsa.instrumentList:headers.high')%> | <%=$.t('infobolsa.instrumentList:headers.low')%> | <%=$.t('infobolsa.instrumentList:headers.cash')%> | <%=$.t('infobolsa.instrumentList:headers.time')%> | <%=$.t('infobolsa.instrumentList:headers.date')%> | ||
|---|---|---|---|---|---|---|---|---|---|---|
| <%= instrument.getShortName() %> | <%= last %> | <%= difPercent %> | <%=instrument.formatAsNumber(INFOBOLSA.Descriptors.Volume, 0)%> |
<%=instrument.getSessionHigh()%> |
<%=instrument.getSessionLow()%> |
<%=instrument.formatAsNumber(INFOBOLSA.Descriptors.Cash, 0)%> |
<%= instrument.getTime() %> |
<%= instrument.getDate() %> |