We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6925281 commit 3ebc646Copy full SHA for 3ebc646
example/passed.js
@@ -2,4 +2,4 @@
2
3
//convertToTradingSymbol
4
//validateOrderInput
5
-//nodeUDF.download({year: 2021,month: "JAN",day: 1});
+//nodeUDF.bhavdownload({year: 2021,month: "JAN",day: 1});
public_api/bhavcopy.js
@@ -281,7 +281,7 @@ class BhavCopy {
281
* @param string day The day for downloading bhavcopy
282
* @return Promise
283
*/
284
- download(reqObject, isfo = false) {
+ bhavdownload(reqObject, isfo = false) {
285
console.log(this)
286
return new Promise((resolve, reject) => {
287
let {
0 commit comments