Commit 96a8808d authored by shajiaiming's avatar shajiaiming

fix

parent fcdf503b
......@@ -41,6 +41,7 @@ class BinanceBuilder
$temp['low'] = (float)sprintf("%0.4f", $val['lowPrice']);
$temp['vol'] = (float)sprintf("%0.4f", $val['volume']);
array_push($ticker, $temp);
break;
}
}
}
......
......@@ -41,6 +41,7 @@ class HuobiBuilder
$temp['low'] = (float)sprintf("%0.4f", $val['low']);
$temp['vol'] = (float)sprintf("%0.4f", $val['vol']);
array_push($ticker, $temp);
break;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment