Sha256: 6eee1370259ecf5a58bdf91a5e3404b670e9d465549af52056b03abf846a4f32
Contents?: true
Size: 767 Bytes
Versions: 309
Compression:
Stored size: 767 Bytes
Contents
# CybridApiBank::TradingConfigurationBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the exchange. | [optional] | | **bank_guid** | **String** | The bank identifier. | [optional] | | **asset** | **String** | The asset code. | [optional] | | **created_at** | **Time** | ISO8601 datetime the bank was created at. | [optional] | | **fees** | [**Array<FeeBankModel>**](FeeBankModel.md) | The fees associated with the configuration | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::TradingConfigurationBankModel.new( guid: null, bank_guid: null, asset: null, created_at: null, fees: null ) ```
Version data entries
309 entries across 309 versions & 1 rubygems