0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 24 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Have introduces source UUIDs for published ticks; the uuids are stored transparently on the mq-manager level. Still need to implement the request-response part though. More... over 12 years ago
The GAME and TRADE clients should access different machines as servers. More... over 12 years ago
Accessing the tick publisher through a proxy does not make any sense; have therefore removed the port 81 update. More... over 12 years ago
No thanks to multipart messages from the server side, it is possible to read the BASE/QUOTE key, UUID and data message. More... over 12 years ago
At the moment I'm trying to prepend a uuid in front of ticks (to be able to identify which simulator the client is connected to); but the tick information does not arrive! The actual problem is that at subscription the set filters (e.g. "EUR/CHF") need to be updated to something like "[UUID]|EUR/CHF"! More... over 12 years ago
minor More... over 12 years ago
Introduced 'Representable' interface to enable JSON conversion. More... over 12 years ago
FIX: Keep alive thread with 'false' More... over 12 years ago
Have implemented a first raw version for ACCOUNT.execute_market_order. More... over 12 years ago
minor More... over 12 years ago
Removed request echo from response. More... over 12 years ago
JSON representation for ORDERs More... over 12 years ago
Have implemented general serialization for ORDERs using JSON syntax. Maybe it would be an improvement to use JSON *everwhere* instead of the pseudo FIX messages .. More... over 12 years ago
implementing market order More... over 12 years ago
minor More... over 12 years ago
minor More... over 12 years ago
ported trailing stop event More... over 12 years ago
minor More... over 12 years ago
added take profit event More... over 12 years ago
minor More... over 12 years ago
minor improvement & bugfix More... over 12 years ago
It's possible now to do a proper round trip for account and user; have further introduces a 'DefaultTokenizer' to simplify message processing.' More... over 12 years ago
readme markdown More... over 12 years ago
readme More... over 12 years ago
Have implemented USER fully and ACCOUNT partially (but only client side). More... over 12 years ago
Have introduced "session tokens" instead of working all the time with the insecure (username, password) tuple. More... over 12 years ago
ignore private netbeans' files More... over 12 years ago
added gitignore with project specific patterns included More... over 12 years ago
reorg client More... over 12 years ago
minor More... over 12 years ago