finnhub-api
finnhub-websocket
/
com.hibernix.finnhub.model
/
TradeItem
Trade
Item
@
Serializable
data
class
TradeItem
(
val
s
:
String
?
=
null
,
val
p
:
Float
?
=
null
,
val
t
:
Long
?
=
null
,
val
v
:
Float
?
=
null
,
val
c
:
List
<
String
>
?
=
null
)
Constructors
Properties
Constructors
Trade
Item
Link copied to clipboard
fun
TradeItem
(
s
:
String
?
=
null
,
p
:
Float
?
=
null
,
t
:
Long
?
=
null
,
v
:
Float
?
=
null
,
c
:
List
<
String
>
?
=
null
)
Properties
c
Link copied to clipboard
val
c
:
List
<
String
>
?
=
null
p
Link copied to clipboard
val
p
:
Float
?
=
null
s
Link copied to clipboard
val
s
:
String
?
=
null
t
Link copied to clipboard
val
t
:
Long
?
=
null
v
Link copied to clipboard
val
v
:
Float
?
=
null