Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Type aliases

AsObject: { amount: number; baseCurrencyCode: string; buyerSecurityDeposit: number; counterCurrencyCode: string; date: number; direction: string; id: string; makerFee: number; marketPriceMargin: number; minAmount: number; minVolume: number; offerFeePaymentTxId: string; paymentAccountId: string; paymentMethodId: string; paymentMethodShortName: string; price: number; sellerSecurityDeposit: number; state: string; triggerPrice: number; txFee: number; useMarketBasedPrice: boolean; volume: number }

Type declaration

  • amount: number
  • baseCurrencyCode: string
  • buyerSecurityDeposit: number
  • counterCurrencyCode: string
  • date: number
  • direction: string
  • id: string
  • makerFee: number
  • marketPriceMargin: number
  • minAmount: number
  • minVolume: number
  • offerFeePaymentTxId: string
  • paymentAccountId: string
  • paymentMethodId: string
  • paymentMethodShortName: string
  • price: number
  • sellerSecurityDeposit: number
  • state: string
  • triggerPrice: number
  • txFee: number
  • useMarketBasedPrice: boolean
  • volume: number

Generated using TypeDoc