Function getOrder

  • Get details of an order placed in the current trading day.

    Parameters

    • auth: Authorization

      authorization {appId, accessToken}

    • id: string

      order id

    Returns Promise<Order>

    details of an order {id, symbol, ticker, ...}

Generated using TypeDoc