TradeRequest

data class TradeRequest(val currencyCode: String, val numDollars: Double, val numShares: Double, val vendor: String)

Constructors

Link copied to clipboard
constructor(currencyCode: String, numDollars: Double, numShares: Double, vendor: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard