Socket
Socket
Sign inDemoInstall

fix-client

Package Overview
Dependencies
4
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fix-client

A minimalist FIX API client


Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
1
Install size
6.68 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 17 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc