fme-quotes-oanda
Version:
This takes the oanda interface and streams quotes using the fme-quote format
12 lines (11 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const fme_logger_1 = require("fme-logger");
var L = new fme_logger_1.Log("onada-quotes");
L.setLevel("info");
class OandaQuote {
}
exports.OandaQuote = OandaQuote;
class OandaInstrument {
}
exports.OandaInstrument = OandaInstrument;