BTCoinmt
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.
 
 
 

30 lines
801 B

<?php
/*
* @Descripttion:
* @version:
* @Author: GuaPi
* @Date: 2021-07-29 10:40:46
* @LastEditors: GuaPi
* @LastEditTime: 2021-08-14 10:28:52
*/
return [
'labels' => [
'OptionScene' => '期权场景',
'option-order' => '期权订单'
],
'fields' => [
'scene_sn' => '编号',
'time_id' => '期权场次id',
'pair_id' => '期权交易对id',
'pair_time_name' => '期权场景名称',
'begin_time' => '开始时间',
'end_time' => '结束时间',
'begin_price' => '开盘价',
'end_price' => '收盘价',
'delivery_up_down' => '涨幅结果',
'delivery_range' => '幅度绝对值',
'delivery_time' => '交割时间',
'status' => '状态',
],
'options' => [],
];