Sha256: 185e2daf5138c1a73cdc8e639663b1ae5b916e86b2b01bde18b808310034ae97
Contents?: true
Size: 394 Bytes
Versions: 44
Compression:
Stored size: 394 Bytes
Contents
# # ishapi / option_price_items / view # json.array! @opis do |opi| json.ticker opi.ticker # json.putCall opi.putCall json.symbol opi.symbol json.bid opi.bid json.ask opi.ask json.last opi.last # json.lastPrice opi.lastPrice # json.open opi.openPrice json.timestamp opi.timestamp.strftime('%H:%M:%S') json.seconds opi.timestamp.to_i end
Version data entries
44 entries across 44 versions & 1 rubygems