Commit 1751c54b authored by shajiaiming's avatar shajiaiming

poke ticker

parent 54c4a3d2
......@@ -125,6 +125,16 @@ class ExchangeBusiness
goto doEnd;
}
if (strtoupper($tag) == 'POKE') {
$quotation = [
'low' => 0.15,
'high' => 0.15,
'last' => 0.15,
'rmb' => 0.15,
];
goto doEnd;
}
if (strtoupper($tag) == 'GST' || strtoupper($tag) == 'JNTK' || strtoupper($tag) == 'SPT' || strtoupper($tag) == 'STO' || strtoupper($tag) == 'GM' || strtoupper($tag) == 'BSTC' || strtoupper($tag) == 'RYH' || strtoupper($tag) == 'CNDT' || strtoupper($tag) == 'WL' || strtoupper($tag) == 'ETS' || strtoupper($tag) == 'LIMS' || strtoupper($tag) == 'AT' || strtoupper($tag) == 'BTJ') {
$quotation = [
'low' => 0,
......
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