# SnapTrade::Currency ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **code** | **String** | | [optional] | | **name** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::Currency.new( id: 87b24961-b51e-4db8-9226-f198f6518a89, code: USD, name: US Dollar ) ```