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.43.1 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.43.0 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.42.0 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.41.0 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.40.2 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.40.1 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.40.0 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.39.3 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.39.2 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.39.1 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.29 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.28 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.27 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.26 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.25 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.24 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.23 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.22 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.21 docs/RewardBankModel.md
cybrid_api_bank_ruby-0.38.20 docs/RewardBankModel.md