You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
744 B
21 lines
744 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'InsideTradeDealRobot' => 'InsideTradeDealRobot',
|
|
],
|
|
'fields' => [
|
|
'pair_id' => '交易对ID',
|
|
'symbol' => '符号',
|
|
'bid_plus_unit' => '买单价格向上波动单位',
|
|
'bid_plus_count' => '买单价格向上波动计数',
|
|
'bid_minus_unit' => '买单价格向下波动单位',
|
|
'bid_minus_count' => '买单价格向下波动计数',
|
|
'ask_plus_unit' => '卖单价格向上波动单位',
|
|
'ask_plus_count' => '卖单价格向上波动计数',
|
|
'ask_minus_unit' => '卖单价格向下波动单位',
|
|
'ask_minus_count' => '卖单价格向下波动计数',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|