Skip to main content
Version: Current

Installation

Initialising and adding to a new application

The best way to add the FIX component to a new application is to use GenX - see GenX CLI for more details.

For example, the following command initialises a new application called myapp and adds the FIX component to it.

Powershell
npx -y @genesislcap/genx@latest init myapp -x --no-shell; npx -y @genesislcap/genx@latest add myapp -x -s @genesislcap/pbc-fix-seed

Adding to an existing application

To add the FIX component to an existing application, run this command, which uses genx to install the component (change app-folder-name to the name of your app folder):

Powershell
npx -y @genesislcap/genx@latest add app-folder-name -x -s @genesislcap/pbc-fix-seed
important

You can check the latest available version at genesisnpm.