Sha256: b6fa17d9be17895272eb9d3a8994da4c333cf127f9f15691425153e971708163
Contents?: true
Size: 507 Bytes
Versions: 41
Compression:
Stored size: 507 Bytes
Contents
# SnapTrade::DividendAtDate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | The ticker of the symbol that the dividend came from | [optional] | | **amount** | **Float** | The amount received from the dividend | [optional] | | **currency** | **String** | The currency of the amount | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::DividendAtDate.new( symbol: AAPL, amount: 6.82, currency: CAD ) ```
Version data entries
41 entries across 41 versions & 1 rubygems