-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Exchange-specific DTOs Immutatble #2
Comments
ghost
assigned timmolter
Jun 16, 2012
Hi Tim, Hope all is well. Very nice feature, I also really like the Materialized Interfaces. As a colleague once told me, "the best line of code is the one you don't have to write" :-) Hugh |
Tim, this is definitely worth doing. |
timmolter
added a commit
that referenced
this issue
Sep 16, 2012
timmolter
pushed a commit
that referenced
this issue
May 16, 2017
timmolter
pushed a commit
that referenced
this issue
Feb 6, 2018
timmolter
pushed a commit
that referenced
this issue
Mar 1, 2018
timmolter
pushed a commit
that referenced
this issue
Jun 10, 2018
timmolter
pushed a commit
that referenced
this issue
Oct 27, 2018
Merge pull request #2830 from mixtocoin/develop
timmolter
pushed a commit
that referenced
this issue
Jun 11, 2019
timmolter
pushed a commit
that referenced
this issue
Mar 31, 2020
Merge knowm XChange develop branch
badgerwithagun
pushed a commit
to badgerwithagun/XChange
that referenced
this issue
May 5, 2020
timmolter
pushed a commit
that referenced
this issue
May 21, 2020
timmolter
pushed a commit
that referenced
this issue
Sep 10, 2020
earce
pushed a commit
that referenced
this issue
May 31, 2021
Fix for poloniex currency metadata information
earce
pushed a commit
that referenced
this issue
Nov 26, 2021
timmolter
pushed a commit
that referenced
this issue
Apr 20, 2024
TECH-2111 Bitstamp generic crypto withdrawal api method
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... by using a nice feature from Jackson: Use any constructors, factory methods that you want (not just default zero-arg one!). See http://www.cowtowncoder.com/blog/archives/2010/11/entry_434.html
The text was updated successfully, but these errors were encountered: