toggle menu
UFC - Unified Finance Client
0.5.0
jvm
switch theme
search in API
UFC - Unified Finance Client
/
com.ulalax.ufc.domain.model.quote
/
InsiderTransactions
Insider
Transactions
@
Serializable
data
class
InsiderTransactions
(
val
maxAge
:
Int
?
=
null
,
val
transactions
:
List
<
InsiderTransaction
>
?
=
null
)
(
source
)
내부자 거래
Members
Constructors
Insider
Transactions
Link copied to clipboard
constructor
(
maxAge
:
Int
?
=
null
,
transactions
:
List
<
InsiderTransaction
>
?
=
null
)
Properties
max
Age
Link copied to clipboard
@
SerialName
(
value
=
"maxAge"
)
val
maxAge
:
Int
?
=
null
transactions
Link copied to clipboard
@
SerialName
(
value
=
"transactions"
)
val
transactions
:
List
<
InsiderTransaction
>
?
=
null