| | |
| | | * 永续合约建仓 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_CONTRACT_OPEN = "contract_open"; |
| | | |
| | | /** |
| | | * 永续合约追加保证金 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_CONTRACT_ADD = "contract_add"; |
| | | /** |
| | | * 交割合约建仓 |
| | | */ |
| | |
| | | * 银行卡订单取消 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_BANK_CARD_ORDER_CANCEL = "bank_card_order_cancel"; |
| | | |
| | | /** |
| | | * 矿机交易 |
| | | */ |
| | | public static final String MONEYLOG_CATEGORY_MINER = "miner"; |
| | | |
| | | /** |
| | | * 矿机买入 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_MINER_BUY = "miner_buy"; |
| | | /** |
| | | * 矿机退回本金 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_MINER_BACK = "miner_back"; |
| | | |
| | | /** |
| | | * 矿机收益 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_MINER_PROFIT = "miner_profit"; |
| | | /** |
| | | * 矿机推荐收益 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_MINER_RECOM_PROFIT = "miner_recom_profit"; |
| | | |
| | | public static Map<String, String> MONEYLOG_CONTENT = new HashMap<String, String>(); |
| | | |
| | |
| | | */ |
| | | public static String OUT_OR_IN_DEFAULT = "in"; |
| | | |
| | | /** |
| | | * 理财产品交易 |
| | | */ |
| | | public static final String MONEYLOG_CATEGORY_FINANCE = "finance"; |
| | | |
| | | public final static String PROFIT_LOSS_TYPE_PROFIT = "profit"; |
| | | public final static String PROFIT_LOSS_TYPE_LOSS = "loss"; |
| | | public final static String PROFIT_LOSS_TYPE_BUY_PROFIT = "buy_profit"; |