Sha256: 3a399ffc085ba9b1c263c1ca703dd2f4456c02812ef27b3b175a1c7f6865b540

Contents?: true

Size: 1.73 KB

Versions: 34

Compression:

Stored size: 1.73 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. |  |
| **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] |
| **asset** | **String** | The asset code the quote was requested for. Populated for savings quotes. | [optional] |
| **side** | **String** | The direction of the quote: either 'buy' or 'sell' for trade quotes; 'deposit' or 'withdrawal' for savings 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 and currency is always \"asset\" for savings 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 and currency is always \"asset\" for savings quotes. | [optional] |
| **product_provider** | **String** | The provider for the product being quoted. Populated for savings quotes. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostQuoteBankModel.new(
  product_type: null,
  customer_guid: null,
  symbol: null,
  asset: null,
  side: null,
  receive_amount: null,
  deliver_amount: null,
  product_provider: null
)
```

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.37.13 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.37.12 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.37.11 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.37.10 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.37.8 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.37.7 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.37.6 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.36.7 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.36.6 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.36.5 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.36.4 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.36.2 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.36.1 docs/PostQuoteBankModel.md
cybrid_api_bank_ruby-0.36.0 docs/PostQuoteBankModel.md