Lot

data class Lot(id: Int, size: Float?)

Lot

Parameters

id

The lot ID of the lot selected to sell

size

The number of shares to sell for the selected lot

Constructors

Lot
Link copied to clipboard
fun Lot(id: Int, size: Float?)
The lot ID of the lot selected to sell

Properties

id
Link copied to clipboard
val id: Int
The lot ID of the lot selected to sell
size
Link copied to clipboard
val size: Float?
The number of shares to sell for the selected lot

Sources

jvm source
Link copied to clipboard