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.
33 lines
927 B
33 lines
927 B
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:24:25
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'InsideTradeBuy' => '买入委托',
|
|
'inside-trade-buy' => '买入委托'
|
|
],
|
|
'fields' => [
|
|
'order_no' => '订单号',
|
|
'user_id' => '用户',
|
|
'symbol' => '币对',
|
|
'type' => '委托方式',
|
|
'entrust_price' => '委托价格',
|
|
'trigger_price' => '触发价',
|
|
'quote_coin_id' => '报价币种',
|
|
'base_coin_id' => '交易币种',
|
|
'amount' => '委托数量',
|
|
'traded_amount' => '已成交数量',
|
|
'money' => '预期交易额',
|
|
'traded_money' => '已成交额',
|
|
'status' => '交易进度',
|
|
'cancel_time' => '撤单时间',
|
|
'hang_status' => '挂单状态 0未挂单 1已挂单',
|
|
],
|
|
'options' => [],
|
|
];
|
|
|