Preview Order Market
data class PreviewOrderMarket(allOrNone: String, priceType: OrderPriceType, orderTerm: OrderTerm, marketSession: MarketSession, instruments: List<PreviewInstrument>, limitPrice: String, stopPrice: String) : PreviewOrder
Content copied to clipboard
Constructors
PreviewOrderMarket
Link copied to clipboard
fun PreviewOrderMarket(allOrNone: Boolean = false, orderTerm: OrderTerm = OrderTerm.default, marketSession: MarketSession = MarketSession.default, limitPrice: Float, stopPrice: 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