CRYPTO SDK
Toggle table of contents
2025.11.02
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
CRYPTO SDK
Crypto-tracker
/
cz.kotox.crypto.sdk.tracker.internal.dto
/
CoinbaseWebSocketMessage
/
Ticker
Ticker
androidJvm
@
Serializable
@
SerialName
(
value
=
"ticker"
)
data
class
Ticker
(
val
type
:
String
,
val
tradeId
:
Long
,
val
sequence
:
Long
,
val
time
:
String
,
val
productId
:
String
,
val
price
:
String
,
val
side
:
String
,
val
lastSize
:
String
,
val
bestBid
:
String
,
val
bestAsk
:
String
)
:
CoinbaseWebSocketMessage
Members
Constructors
Ticker
Link copied to clipboard
androidJvm
constructor
(
type
:
String
,
tradeId
:
Long
,
sequence
:
Long
,
time
:
String
,
productId
:
String
,
price
:
String
,
side
:
String
,
lastSize
:
String
,
bestBid
:
String
,
bestAsk
:
String
)
Properties
best
Ask
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"best_ask"
)
val
bestAsk
:
String
best
Bid
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"best_bid"
)
val
bestBid
:
String
last
Size
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"last_size"
)
val
lastSize
:
String
price
Link copied to clipboard
androidJvm
val
price
:
String
product
Id
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"product_id"
)
val
productId
:
String
sequence
Link copied to clipboard
androidJvm
val
sequence
:
Long
side
Link copied to clipboard
androidJvm
val
side
:
String
time
Link copied to clipboard
androidJvm
val
time
:
String
trade
Id
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"trade_id"
)
val
tradeId
:
Long
type
Link copied to clipboard
androidJvm
val
type
:
String