MultiBitExchange
MultiBitExchange copied to clipboard
MultiBit Exchange
[Apache Maven Dependency Plugin](https://maven.apache.org/plugins/maven-dependency-plugin/index.html) can be used to find unused dependencies. And I found following list. Maybe we can remove them. mbex-matching-engine {groupId='com.yammer.dropwizard', artifactId='dropwizard-auth'} {groupId='com.yammer.dropwizard', artifactId='dropwizard-views'} {groupId='org.scribe', artifactId='scribe'} {groupId='org.axonframework', artifactId='axon-amqp'}...
private Optional tryToTrade(Order order, Order bestCounterOrder) { if (bestCounterOrder.isLimitOrder()) { LimitOrder bestCounterLimitOrder = (LimitOrder) bestCounterOrder; ItemPrice limitPrice = bestCounterLimitOrder.getLimitPrice(); if (order.crossesAt(limitPrice)) { Trade trade = createTrade(order, bestCounterOrder, limitPrice); return Optional.of(trade);...
Build a page that uses atmosphere.js for debugging WebSocket/Atmosphere streams. Currently using telnet.