xiaoyong931011
2020-09-11 58959179bbcf0383836159e3ac18461725bf223b
20200911
2 files modified
6 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/trademanage/entity/ContractHoldOrderEntity.java 5 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html 1 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/trademanage/entity/ContractHoldOrderEntity.java
@@ -135,6 +135,11 @@
     * 预付款金额
     */
    private BigDecimal prePaymentAmount;
    /**
     * 持仓费
     */
    private BigDecimal holdAmount;
    /**
     * 预估强平价
src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html
@@ -111,6 +111,7 @@
                    {field: 'symbolSku', title: '币种规格', minWidth: 120,align:'center'},
                    {field: 'openingPrice', title: '开仓价', minWidth: 100,align:'center'},
                    {field: 'openingFeeAmount', title: '开仓手续费', minWidth: 120,align:'center',totalRow: true},
                    {field: 'holdAmount', title: '持仓手续费', minWidth: 120,align:'center',totalRow: true},
                    {field: 'bondAmount', title: '保证金', minWidth: 120,align:'center'},
                    {field: 'prePaymentAmount', title: '预付款金额', minWidth: 120,align:'center'},
                    {field: 'leverRatio', title: '杠杆倍率', minWidth: 120,align:'center'},