Sha256: cbf6ba3b90fb6aeaf2f4166c43fe93c96051c37105741c325c728f8120dac9ad
Contents?: true
Size: 473 Bytes
Versions: 17
Compression:
Stored size: 473 Bytes
Contents
# SnapTrade::PastValue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **date** | **Date** | Date used to specify timeframe for a reporting call (in YYYY-MM-DD format) | [optional] | | **value** | **Float** | | [optional] | | **currency** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::PastValue.new( date: Mon Jan 24 00:00:00 UTC 2022, value: 52.74, currency: CAD ) ```
Version data entries
17 entries across 17 versions & 1 rubygems