how I can get the fee for a market?
I tried this
system.out.println("\nCalculateFees:\n"
+ ((CryptsyTradeServiceRaw) TradeService).calculateCryptsyFees(CryptsyOrderType.Sell, new BigDecimal("2"), new BigDecimal("286.62403820")));
and it gives me the wrong fee.