knox revised this gist . Go to revision
1 file changed, 3 insertions
CCXT-readme-14.js(file created)
@@ -0,0 +1,3 @@ | |||
1 | + | // both of these notations work in JavaScript/Python/PHP | |
2 | + | exchange.methodName () // camelcase pseudocode | |
3 | + | exchange.method_name () // underscore pseudocode |
Newer
Older