Sha256: bc06eaace0b075059c361a469cddebf0abd3b2506ca2cabd2fc789820c8c6447
Contents?: true
Size: 846 Bytes
Versions: 174
Compression:
Stored size: 846 Bytes
Contents
# CybridApiBank::PostQuoteEntryBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of account | | | **guid** | **String** | The guid of the account | | | **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] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostQuoteEntryBankModel.new( type: null, guid: null, receive_amount: null, deliver_amount: null ) ```
Version data entries
174 entries across 174 versions & 1 rubygems