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.
29 lines
747 B
29 lines
747 B
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:22:05
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'ContractPosition' => '持仓',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户ID',
|
|
'side' => '仓位方向',
|
|
'contract_id' => '合约ID',
|
|
'symbol' => 'symbol',
|
|
'unit_amount' => '合约面值',
|
|
'lever_rate' => '杠杆倍数',
|
|
'hold_position' => '持仓数量',
|
|
'avail_position' => '可平数量',
|
|
'freeze_position' => '冻结数量',
|
|
'position_margin' => '保证金',
|
|
'avg_price' => '开仓平均价',
|
|
'symbol' => '币种符号'
|
|
],
|
|
'options' => [],
|
|
];
|
|
|