Andreas Rückert

Results 8 issues of Andreas Rückert

Parse all the info for the bittrex currency pairs, like minimum trade amount etc and use it to create valid orders before they are posted to Bittrex.

Parse the number format info, that Kraken returns in the currency info and make sure it is used in the posted orders etc.

The private API of Kraken is still missing.

The current .../trade/CurrencyImpl.java is causing many problems with the current flood of new altcoins. The java sources have to be recompiled for each new added coin type. The coin identifiers...

Hi! There are no Field subclasses for Field for specific fieldsm like NoRelatedSym, MDReqID etc? Is this intentionally, so you have to use new Field( , ) ? Make the...

Hi! I'm struggling with groups in messages at the moment. I guess it would be useful to write a Group class to make adding a group to a message more...

Hi! Thanks for your great work! Maybe you could add 2 message types? public static final MessageType OrderCancelRequest = new MessageType("F"); public static final MessageType MarketDataRequest = new MessageType("V"); I...

Hi! The coinmate streaming exchange is in info.bitrich.xchange.coinmate.CoinmateStreamingExchange instead of info.bitrich.xchangestream.coinmate.CoinmateStreamingExchange ?

bug
question
refactoring