@quantgate-systems/stealthfeed

1.0.0 • Public • Published

stealth-feed-umd

This StealthFeed module is exported as a UMD module UMD Modules

Usage

You can import our QuantGateModule's renderStealthNPM function in the following way to use it in your HTML files

HTML example

<div id="root-stealth"></div>
<script src="//path-to-umd-file/QuantGateModule.min.js"></script>
<script>
	
	const sampleMarketData = (marketDataObj) => {
		console.log(marketDataObj); 
	}

    QuantGateModule.renderStealthNPM({
        rootId: 'root-stealth',
        credentials: {
            UserName: "your user name",
            Password: "your password",
        },
        brokerName: 'broker name',
        symbol: 'symbol name',
		getMarketData: sampleMarketData
      });
</script>

Readme

Keywords

Package Sidebar

Install

npm i @quantgate-systems/stealthfeed

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

4.32 MB

Total Files

4

Last publish

Collaborators

  • savitra_qg
  • quantqate