| | |
| | | Result enterTransactionPageOfWalletCoin(String symbol);
|
| | |
|
| | | Result submitSalesWalletCoinOrder(String symbol, Integer type, Integer tradeType, BigDecimal price,
|
| | | BigDecimal amount);
|
| | | BigDecimal amount,BigDecimal entrustAmount);
|
| | |
|
| | | /**
|
| | | * 需要撮合交易的币种提交买卖单
|
| | |
| | |
|
| | | public void handleOrder(List<ExchangeTrade> trades);
|
| | |
|
| | | void initOrders(String symbol, Integer type, Integer tradeType, BigDecimal price,
|
| | | BigDecimal amount,BigDecimal entrustAmount);
|
| | |
|
| | | /**
|
| | | * 撮合交易单的撤销方法
|
| | | * @param orderId
|
| | | * @return
|
| | | */
|
| | | public Result cancelEntrustWalletCoinOrderForMatch(String orderId);
|
| | |
|
| | | }
|