Sha256: 61409590175cfa314b522f3e3d1f9faf43f337b26521de402b50ecd4f3499277
Contents?: true
Size: 531 Bytes
Versions: 5
Compression:
Stored size: 531 Bytes
Contents
# FinnhubRuby::BondCandles ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **c** | **Array<Float>** | List of close prices for returned candles. | [optional] | | **t** | **Array<Integer>** | List of timestamp for returned candles. | [optional] | | **s** | **String** | Status of the response. This field can either be ok or no_data. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::BondCandles.new( c: null, t: null, s: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems