# fix-client
Minimalist Node.js client for using FIX API

# Installation

`npm install --save fix-client`

# Import

You can import one or many clients depending on what you need:

ES6 Import:

`import FixClient from 'fix-client'`

CommonJS:

`const FixClient = require('fix-client')`

# Usage

```
TODO
```
