Commit f01c779b authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

LZ ticker See merge request !436
parents 286ccde7 e6aae553
......@@ -162,6 +162,16 @@ class ExchangeBusiness
goto doEnd;
}
if (strtoupper($tag) == 'LZ') {
$quotation = [
'low' => 1,
'high' => 1,
'last' => 1,
'rmb' => 1,
];
goto doEnd;
}
if (in_array(strtoupper($tag), ['GST', 'JNTK', 'SPT', 'STO', 'GM', 'BSTC', 'RYH', 'CNDT', 'WL', 'ETS', 'LIMS', 'AT', 'BTJ', 'WXB'])) {
$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