public class Exchange extends Object
This class is multithread safe: it is immutable. In particular, it is always properly constructed, all of its fields are final, and none of their state can be changed after construction. See p. 53 of Java Concurrency In Practice for more discussion.
| Constructor and Description |
|---|
Exchange(String exchange_id,
String name,
String website) |
| Modifier and Type | Method and Description |
|---|---|
String |
get_exchange_id() |
String |
get_name() |
String |
get_website() |
Copyright © 2019 MARMOT SOLUTIONS LTD. All rights reserved.