Sha256: 8c6e97574cc42e0544fa903103f0c55d0417b43fce7951a85502e481c10c4979

Contents?: true

Size: 1.48 KB

Versions: 371

Compression:

Stored size: 1.48 KB

Contents

# CybridApiBank::QuoteBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the quote. | [optional] |
| **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. | [optional] |
| **side** | **String** | The direction of the quote: either 'buy' or 'sell'. | [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. | [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] |
| **fee** | **Integer** | The fee associated with the trade. Denominated in \"counter_asset\" base units | [optional] |
| **issued_at** | **Time** | ISO8601 datetime the quote was created at. | [optional] |
| **expires_at** | **Time** | ISO8601 datetime the quote is expiring at. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

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

Version data entries

371 entries across 371 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.35.15 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.14 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.13 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.12 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.11 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.10 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.9 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.8 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.7 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.6 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.5 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.4 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.3 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.2 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.1 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.35.0 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.34.45 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.34.44 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.34.43 docs/QuoteBankModel.md
cybrid_api_bank_ruby-0.34.42 docs/QuoteBankModel.md