192021222324252627
super(exchangeSpecification); } public BitVcOrder[] getBitVcOrders(int coinType) throws IOException { BitVcOrderResult orders = bitvc.getOrders(accessKey, coinType, nextCreated(), digest); return orders.getOrders(); }