Preview Order Limit
data class PreviewOrderLimit(allOrNone: String, priceType: OrderPriceType, orderTerm: OrderTerm, marketSession: MarketSession, instruments: List<PreviewInstrument>, limitPrice: String) : PreviewOrder
Content copied to clipboard
Constructors
PreviewOrderLimit
Link copied to clipboard
fun PreviewOrderLimit(allOrNone: Boolean = false, priceType: OrderPriceType = OrderPriceType.LIMIT, orderTerm: OrderTerm = OrderTerm.default, marketSession: MarketSession = MarketSession.default, limitPrice: Float, instruments: List<PreviewInstrument>)
Content copied to clipboard
Properties
instruments
Link copied to clipboard
limitPrice
Link copied to clipboard
marketSession
Link copied to clipboard
priceType
Link copied to clipboard
Sources
jvm source
Link copied to clipboard