MutualFundQuantity

data class MutualFundQuantity(cash: Float?, margin: Float?, cusip: String?)

Mutual Fund Quantity

Parameters

cash

The value of the cash quantity in the mutual fund

margin

The value of the margin quantity in the mutual fund

cusip

The CUSIP value of the mutual fund symbol

Constructors

MutualFundQuantity
Link copied to clipboard
fun MutualFundQuantity(cash: Float?, margin: Float?, cusip: String?)
The value of the cash quantity in the mutual fund

Properties

cash
Link copied to clipboard
val cash: Float?
The value of the cash quantity in the mutual fund
cusip
Link copied to clipboard
val cusip: String?
The CUSIP value of the mutual fund symbol
margin
Link copied to clipboard
val margin: Float?
The value of the margin quantity in the mutual fund

Sources

jvm source
Link copied to clipboard