Skip to content

bjackson/fixter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixter

Join the chat at https://gitter.im/bjackson/fixter

Fixter is a Node.js library to interact with the FIX protocol.

Pull requests and new tests are greatly welcomed.

Fixter is licensed under a BSD license. Do what you want with it.

Example usage

When messages are received, they are emitted as events on the Initiator object. For example:

let initiator = new Initiator(options);
initiator.on('IOI', function(message) {
  console.log('New IOI for ${message.Symbol}. Price: ${message.Price}');
});

SSL support

To use SSL, set SSL to true in your Initiator's options.

About

A Node.js/io.js library for the FIX protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published