Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a single trade to be settled as part of a settlement. Only off-chain (OFC) currencies are supported, and all amounts must be represented in base units (such as cents, satoshi, or wei)

Hierarchy

  • Trade

Index

Properties

baseAccountId

baseAccountId: string

baseAmount

baseAmount: string

baseCurrency

baseCurrency: string

Optional baseReceiveAmount

baseReceiveAmount: undefined | string

Optional baseReceiveCurrency

baseReceiveCurrency: undefined | string

costBasis

costBasis: string

costBasisCurrency

costBasisCurrency: string

externalId

externalId: string

Optional id

id: undefined | string

quoteAccountId

quoteAccountId: string

quoteAmount

quoteAmount: string

quoteCurrency

quoteCurrency: string

Optional quoteReceiveAmount

quoteReceiveAmount: undefined | string

Optional quoteReceiveCurrency

quoteReceiveCurrency: undefined | string

status

status: TradeStatus

timestamp

timestamp: Date

Generated using TypeDoc