Sha256: 72428d9f0405bbddfe0ac1cf65803412dcb98082e05adac3836bbbfe83bb120c
Contents?: true
Size: 1.28 KB
Versions: 84
Compression:
Stored size: 1.28 KB
Contents
# CybridApiBank::PostQuoteBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **product_type** | **String** | The type of product the quote is for. | [optional][default to 'trading'] | | **customer_guid** | **String** | The unique identifier for the customer. | [optional] | | **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. | [optional] | | **side** | **String** | The direction of the quote: either 'buy' or 'sell' for trade quotes. | | | **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell for trade quotes. | [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 for trade quotes. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostQuoteBankModel.new( product_type: null, customer_guid: null, symbol: null, side: null, receive_amount: null, deliver_amount: null ) ```
Version data entries
84 entries across 84 versions & 1 rubygems