Options
All
  • Public
  • Public/Protected
  • All
Menu

Module orders/price

Index

Variables

Functions

Variables

testing

testing: { isAsset: (object: unknown) => object is Asset } = ...

Type declaration

  • isAsset: (object: unknown) => object is Asset
      • (object: unknown): object is Asset
      • Parameters

        • object: unknown

        Returns object is Asset

Functions

default

  • default(getTickPrices: Function, error: Function): Promise<TRADE_TRANS_INFO[]>
  • Parameters

    • getTickPrices: Function
    • error: Function

    Returns Promise<TRADE_TRANS_INFO[]>

Generated using TypeDoc