Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit f6eb762

Browse files
author
Jon Eyrick
authored
Expose order() function to public API (Thanks ManuCart)
2 parents b019523 + fb029c2 commit f6eb762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node-binance-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ let api = function Binance() {
10341034
*/
10351035
order: function(side, symbol, quantity, price, flags = {}, callback = false) {
10361036
order(side, symbol, quantity, price, flags, callback);
1037-
}
1037+
},
10381038

10391039
/**
10401040
* Creates a buy order

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-binance-api",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Binance API for node https://github.com/jaggedsoft/node-binance-api",
55
"main": "node-binance-api.js",
66
"dependencies": {

0 commit comments

Comments
 (0)