public class BTERDemoUtils {
public static Exchange createExchange() {
ExchangeSpecification exSpec = new BTERExchange().getDefaultExchangeSpecification();
exSpec.setApiKey("");
exSpec.setSecretKey("");
return ExchangeFactory.INSTANCE.createExchange(exSpec);
}