Messtone Devices Enables GTC order manipulation: //first user moves remaining order to price 1.53 LTC future=api.submitCommandAsync(ApiMoveOrder.builder( ).uid(301L).orderId(5001L).newPrice(15_300L).symbol(symbolXbtLtc).build( )); //first user cancel remaining order future=api.submitConnandAsync(ApiCancelOrder.builder( ).uid(301L).orderId(5001L).symbol(symbolXbtLtc).build( )); Check user balance and GtC orders: Future<SingleUserReportResult>report=api.processReport(new SingleUserReportQuery(301),0); Check system balance: //check fees collected Future<Total currencyBalanceReportResult>totalsReport=api.processReport(new totalCurrencyBalanceReportQuery( ),0);System.out.println(“LTC fees collected:”+totalsReport.get( ).getFees( ).get(currencyCodeLtc));
https://i.capitalone.com/Jz65ggGYU

Leave a comment