docs/PostQuoteEntryBankModel
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
require 'cybrid_api_bank_ruby'
instance = CybridApiBank::PostQuoteEntryBankModel.new(
type: null,
guid: null,
receive_amount: null,
deliver_amount: null
)