Sha256: 67d081dd4e1dbb5a9c6030a1f2156add9e55a0ec9f42e7b772d1402a2cbbd0b1

Contents?: true

Size: 1.53 KB

Versions: 797

Compression:

Stored size: 1.53 KB

Contents

# CybridApiBank::RewardBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the reward. | [optional] |
| **customer_guid** | **String** | The associated customer's identifier. | [optional] |
| **quote_guid** | **String** | The associated quote's identifier. | [optional] |
| **trade_guid** | **String** | The associated trade's identifier. | [optional] |
| **symbol** | **String** | The trade symbol the pricing is related to. Format is asset-counter_asset, e.g., BTC-USD. | [optional] |
| **state** | **String** | The trade's state | [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] |
| **created_at** | **Time** | ISO8601 datetime the bank was created at. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::RewardBankModel.new(
  guid: null,
  customer_guid: null,
  quote_guid: null,
  trade_guid: null,
  symbol: null,
  state: null,
  receive_amount: null,
  deliver_amount: null,
  fee: null,
  created_at: null
)
```

Version data entries

797 entries across 797 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.92.5 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.92.4 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.92.3 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.92.2 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.92.1 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.92.0 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.13 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.12 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.11 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.10 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.9 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.8 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.7 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.6 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.4 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.3 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.2 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.1 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.91.0 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.90.9 docs/RewardBankModel.md