Uses of Class
com.longbridge.trade.SubmitOrderOptions
-
Packages that use SubmitOrderOptions Package Description com.longbridge com.longbridge.trade -
-
Uses of SubmitOrderOptions in com.longbridge
Methods in com.longbridge with parameters of type SubmitOrderOptions Modifier and Type Method Description static voidSdkNative. tradeContextSubmitOrder(long context, SubmitOrderOptions opts, AsyncCallback callback) -
Uses of SubmitOrderOptions in com.longbridge.trade
Methods in com.longbridge.trade that return SubmitOrderOptions Modifier and Type Method Description SubmitOrderOptionsSubmitOrderOptions. setExpireDate(LocalDate expireDate)Sets the expiry date (for GoodTilDate orders).SubmitOrderOptionsSubmitOrderOptions. setLimitDepthLevel(Integer limitDepthLevel)Sets the limit depth level.SubmitOrderOptionsSubmitOrderOptions. setLimitOffset(BigDecimal limitOffset)Sets the limit offset.SubmitOrderOptionsSubmitOrderOptions. setMonitorPrice(BigDecimal monitorPrice)Sets the monitor price.SubmitOrderOptionsSubmitOrderOptions. setOutsideRth(OutsideRTH outsideRth)Sets the outside regular trading hours setting.SubmitOrderOptionsSubmitOrderOptions. setRemark(String remark)Sets the order remark.SubmitOrderOptionsSubmitOrderOptions. setSubmittedPrice(BigDecimal submittedPrice)Sets the submitted price.SubmitOrderOptionsSubmitOrderOptions. setTrailingAmount(BigDecimal trailingAmount)Sets the trailing amount.SubmitOrderOptionsSubmitOrderOptions. setTrailingPercent(BigDecimal trailingPercent)Sets the trailing percentage.SubmitOrderOptionsSubmitOrderOptions. setTriggerCount(Integer triggerCount)Sets the trigger count.SubmitOrderOptionsSubmitOrderOptions. setTriggerPrice(BigDecimal triggerPrice)Sets the trigger price.Methods in com.longbridge.trade with parameters of type SubmitOrderOptions Modifier and Type Method Description CompletableFuture<SubmitOrderResponse>TradeContext. submitOrder(SubmitOrderOptions opts)Submit order
-