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