Sha256: 5f140da05ccdd5ccac4eb2be0ed9314313457c0162d4b4f49dccec143f984909
Contents?: true
Size: 1.08 KB
Versions: 371
Compression:
Stored size: 1.08 KB
Contents
# CybridApiBank::PostQuoteBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_guid** | **String** | The unique identifier for the customer. | | | **symbol** | **String** | Symbol the quote is being requested for. Format is \"asset-counter_asset\" in uppercase. See the Symbols API for a complete list of cryptocurrencies supported. | | | **side** | **String** | The direction of the quote: either 'buy' or 'sell'. | | | **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell. | [optional] | | **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency: currency is \"counter_asset\" for buy and \"asset\" for sell. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostQuoteBankModel.new( customer_guid: null, symbol: null, side: null, receive_amount: null, deliver_amount: null ) ```
Version data entries
371 entries across 371 versions & 1 rubygems