Function placeOrder

  • Place an order to any exchange via Fyers.

    Parameters

    • auth: Authorization

      authorization {appId, accessToken}

    • order: PlaceOrder

      details of an order {symbol, type, side, ...}

    Returns Promise<string>

    order id

Generated using TypeDoc