订单簿

价格 数量 单数
{{ ask.price }} {{ formatQty(ask.quantity) }} {{ ask.order_count }}
差价: {{ spread }}
{{ bid.price }} {{ formatQty(bid.quantity) }} {{ bid.order_count }}

暂无挂单

最新成交

价格 数量 时间
{{ t.price }} {{ t.quantity }} {{ formatShortTime(t.created_at) }}

暂无成交

挂单

总计: {{ orderPrice * orderQuantity }}

{{ orderError }}

{{ orderSuccess }}