Sha256: fc7f7a1bf51c7e3125b5729d5d164e4dbb2fe6576c0080639e3e36f2aeb5c353

Contents?: true

Size: 942 Bytes

Versions: 16

Compression:

Stored size: 942 Bytes

Contents

# FinnhubRuby::ForexCandles

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **o** | **Array<Float>** | List of open prices for returned candles. | [optional] |
| **h** | **Array<Float>** | List of high prices for returned candles. | [optional] |
| **l** | **Array<Float>** | List of low prices for returned candles. | [optional] |
| **c** | **Array<Float>** | List of close prices for returned candles. | [optional] |
| **v** | **Array<Float>** | List of volume data for returned candles. | [optional] |
| **t** | **Array<Float>** | 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::ForexCandles.new(
  o: null,
  h: null,
  l: null,
  c: null,
  v: null,
  t: null,
  s: null
)
```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 docs/ForexCandles.md
finnhub_ruby-1.1.18 docs/ForexCandles.md
finnhub_ruby-1.1.17 docs/ForexCandles.md
finnhub_ruby-1.1.16 docs/ForexCandles.md
finnhub_ruby-1.1.15 docs/ForexCandles.md
finnhub_ruby-1.1.14 docs/ForexCandles.md
finnhub_ruby-1.1.13 docs/ForexCandles.md
finnhub_ruby-1.1.12 docs/ForexCandles.md
finnhub_ruby-1.1.11 docs/ForexCandles.md
finnhub_ruby-1.1.10 docs/ForexCandles.md
finnhub_ruby-1.1.9 docs/ForexCandles.md
finnhub_ruby-1.1.8 docs/ForexCandles.md
finnhub_ruby-1.1.7 docs/ForexCandles.md
finnhub_ruby-1.1.6 docs/ForexCandles.md
finnhub_ruby-1.1.5 docs/ForexCandles.md
finnhub_ruby-1.1.4 docs/ForexCandles.md