Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MarketPriceChange

Hierarchy

  • ChangeEvent<{ indexPrice: Decimal; key: string; markPrice: Decimal }>
    • MarketPriceChange

Index

Properties

curr: { indexPrice: Decimal; key: string; markPrice: Decimal }

Type declaration

  • indexPrice: Decimal
  • key: string
  • markPrice: Decimal
prev: { indexPrice: Decimal; key: string; markPrice: Decimal }

Type declaration

  • indexPrice: Decimal
  • key: string
  • markPrice: Decimal
time: Date

Generated using TypeDoc