Sha256: 9575aa0a9e8f6b55c07a45333980e26126a4049f08825172179ef949517dd4af
Contents?: true
Size: 578 Bytes
Versions: 4
Compression:
Stored size: 578 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <b>Contract:</b> <%= @bar.contract_id %> </p> <p> <b>Open:</b> <%= @bar.open %> </p> <p> <b>High:</b> <%= @bar.high %> </p> <p> <b>Low:</b> <%= @bar.low %> </p> <p> <b>Close:</b> <%= @bar.close %> </p> <p> <b>Wap:</b> <%= @bar.wap %> </p> <p> <b>Volume:</b> <%= @bar.volume %> </p> <p> <b>Trades:</b> <%= @bar.trades %> </p> <p> <b>Has gaps:</b> <%= @bar.has_gaps %> </p> <p> <b>Time:</b> <%= @bar.time %> </p> <%= link_to 'Edit', edit_bar_path(@bar) %> | <%= link_to 'Back', bars_path %>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ib-ruby-0.9.2 | app/views/ib/bars/show.html.erb |
ib-ruby-0.9.1 | app/views/ib/bars/show.html.erb |
ib-ruby-0.9.0 | app/views/ib/bars/show.html.erb |
ib-ruby-0.8.5 | app/views/ib/bars/show.html.erb |