UNPKG

fme-quotes-oanda

Version:

This takes the oanda interface and streams quotes using the fme-quote format

5 lines (4 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const oanda_controller_1 = require("./controllers/oanda-controller"); exports.OandaController = oanda_controller_1.OandaController;