toggle menu
api-communication
JVM
switch theme
search in API
api-communication
/
org.cryptotrader.api.library.communication.response
/
DisplayCurrencyResponse
Display
Currency
Response
open
class
DisplayCurrencyResponse
:
CurrencyValueResponse
Members
Constructors
Display
Currency
Response
Link copied to clipboard
constructor
(
currencyName
:
String
,
currencyCode
:
String
,
value
:
Double
)
constructor
(
currencyName
:
String
,
currencyCode
:
String
,
value
:
Double
,
logoUrl
:
String
)
Properties
currency
Code
Link copied to clipboard
open
var
currencyCode
:
String
currency
Name
Link copied to clipboard
open
var
currencyName
:
String
value
Link copied to clipboard
open
var
value
:
Double
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
generate
Url
Link copied to clipboard
open
fun
generateUrl
(
)
:
String
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String