BuySellObject

@Serializable
data class BuySellObject(val quantity: Int, val unitPrice: Int)

Data model for buy/sell property of price objeect

Constructors

Link copied to clipboard
constructor(quantity: Int, unitPrice: Int)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "unit_price")
val unitPrice: Int