PreviewInstrumentOption

data class PreviewInstrumentOption(orderAction: OrderActionType, product: PreviewProduct, orderedQuantity: String, quantity: String) : PreviewInstrument

Constructors

PreviewInstrumentOption
Link copied to clipboard
fun PreviewInstrumentOption(orderAction: OrderActionType, quantity: Int, product: PreviewProduct)

Properties

orderAction
Link copied to clipboard
open override val orderAction: OrderActionType
orderedQuantity
Link copied to clipboard
val orderedQuantity: String
product
Link copied to clipboard
open override val product: PreviewProduct
quantity
Link copied to clipboard
val quantity: String

Sources

jvm source
Link copied to clipboard