Options
All
  • Public
  • Public/Protected
  • All
Menu

Zumo exchange rate quote used in making exchanges.

Hierarchy

  • Quote

Index

Properties

createdAt

createdAt: number

Epoch timestamp when quote was created.

creditAmount

creditAmount: Decimal

Amount to be credited to credit account.

creditCurrency

creditCurrency: CurrencyCode

Credit currency.

debitAmount

debitAmount: Decimal

Amount to be debited from debit account.

debitCurrency

debitCurrency: CurrencyCode

Debit currency.

expiresAt

expiresAt: number

Epoch timestamp when quote will expire.

feeAmount

feeAmount: Decimal

Amount that will be paid in fees.

feeRate

feeRate: Decimal

Fee rate in points of a percentage, e.g. "0.1" representing 0.1%

id

id: string

Identifier.

price

price: Decimal

Value of 1 unit of debit currency in credit currency.

ttl

ttl: number

Expiration in seconds at the time of quote creation, e.g. 60.

Legend

  • Property
  • Method
  • Inherited property
  • Static property

Generated using TypeDoc