finnhub-api
finnhub-api
/
com.hibernix.finnhub.model
/
InsiderTransactions
Insider
Transactions
@
Serializable
data
class
InsiderTransactions
(
var
symbol
:
String
?
=
null
,
var
data
:
List
<
Transactions
>
?
=
null
)
Constructors
Properties
Constructors
Insider
Transactions
Link copied to clipboard
fun
InsiderTransactions
(
symbol
:
String
?
=
null
,
data
:
List
<
Transactions
>
?
=
null
)
Properties
data
Link copied to clipboard
var
data
:
List
<
Transactions
>
?
=
null
Array of insider transactions.
symbol
Link copied to clipboard
var
symbol
:
String
?
=
null
Symbol of the company.