UNPKG
symphony_market_data
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
The official JS client library for the Symphony Fintech MarketData API's
symphony_market_data
/
lib
/
index.js
5 lines
(4 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
var
MDRestAPI
=
require(
"./MDRestAPI"
);
var
WS
=
require(
"./MDSocket"
);
module
.
exports
.xtsMarketDataAPI = MDRestAPI;
module
.
exports
.WS = WS;