This commit is contained in:
jl777
2016-10-24 09:46:53 -03:00
parent 7ad554ba6e
commit d27a1c1c7e
2 changed files with 2 additions and 4 deletions

View File

@@ -401,6 +401,8 @@ Value paxprice(const Array& params, bool fHelp)
ret.push_back(Pair("base", base));
ret.push_back(Pair("rel", rel));
ret.push_back(Pair("height", height));
ret.push_back(Pair("test", (char *)"test"));
if ( basevolume != 0 )
{
ret.push_back(Pair("price",((double)relvolume / (double)basevolume)));