Sha256: 4476205f8a2d13c6e7e75137ebab0176c0fbe57862c7a99ebb9455f450825a15
Contents?: true
Size: 504 Bytes
Versions: 17
Compression:
Stored size: 504 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
17 entries across 17 versions & 1 rubygems