Mutual Fund Quantity
data class MutualFundQuantity(cash: Float?, margin: Float?, cusip: String?)
Content copied to clipboard
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
The value of the cash quantity in the mutual fund
Properties
Sources
jvm source
Link copied to clipboard