public BitfinexOrderBookEntry(Long orderId, BigDecimal price, BigDecimal amount, Integer count) {
        this.orderId = orderId;
        this.price = price;
        this.amount = amount;
        this.count = count;