Sha256: 2551968c145641eb03c96812597402e6872535f7c4121ac5335599d27fb71d51
Contents?: true
Size: 431 Bytes
Versions: 34
Compression:
Stored size: 431 Bytes
Contents
# SnapTrade::ExchangeRatePairs ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **src** | [**Currency**](Currency.md) | | [optional] | | **dst** | [**Currency**](Currency.md) | | [optional] | | **exchange_rate** | **Float** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::ExchangeRatePairs.new( src: null, dst: null, exchange_rate: 1.32 ) ```
Version data entries
34 entries across 34 versions & 1 rubygems