Sha256: f548f31ac8a0b40995f8dc3ef99a78f94b929b95a462436e5c8df5b3f7febbbb

Contents?: true

Size: 1.85 KB

Versions: 139

Compression:

Stored size: 1.85 KB

Contents

# CybridApiBank::QuoteBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the quote. | [optional] |
| **product_type** | **String** | The type of product the quote is for. | [optional] |
| **customer_guid** | **String** | The unique identifier for the customer. | [optional] |
| **symbol** | **String** | Symbol the quote was requested for. Format is \"asset-counter_asset\" in uppercase. Populated for trade quotes. | [optional] |
| **side** | **String** | The direction of the quote: either 'buy' or 'sell' for trade quotes. | [optional] |
| **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] |
| **fee** | **Integer** | The fee associated with the trade. Denominated in \"counter_asset\" base units for trade quotes. | [optional] |
| **issued_at** | **Time** | ISO8601 datetime the quote was created at. | [optional] |
| **expires_at** | **Time** | ISO8601 datetime the quote is expiring at. Populated for trading quotes. | [optional] |
| **asset** | **String** | The asset code the quote was requested for. Populated for book transfer and funding quotes. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::QuoteBankModel.new(
  guid: null,
  product_type: null,
  customer_guid: null,
  symbol: null,
  side: null,
  receive_amount: null,
  deliver_amount: null,
  fee: null,
  issued_at: null,
  expires_at: null,
  asset: null
)
```

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.63.15 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.14 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.12 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.11 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.10 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.9 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.8 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.7 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.6 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.5 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.63.1 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.69 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.68 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.67 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.66 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.65 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.64 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.63 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.62 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.62.61 docs/QuoteBankModel.md