Last active
February 20, 2017 13:23
-
-
Save vishnus/86d43defc7df2a30064c174e206687ad to your computer and use it in GitHub Desktop.
Kite publisher - demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Kite publisher test</title> | |
</head> | |
<body> | |
<a href="#" data-kite="my-api-key" data-exchange="NFO" data-tradingsymbol="DCBBANK17FEBFUT" data-transaction_type="BUY" data-quantity="4500" data-order_type="MARKET">Buy this</a> | |
<script src="https://kite.trade/publisher.js?v=1"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment