UNPKG

node-xts-interactive-api

Version:

The official JS client library for the Symphony Fintech Trading API's

5 lines (4 loc) 170 B
var XTSRest = require("./interactiveRestAPI"); var XTSEmitter = require("./interactiveSocket"); module.exports.Interactive = XTSRest; module.exports.WS = XTSEmitter;