Uses of Class
com.longbridge.trade.ReplaceOrderOptions
-
Packages that use ReplaceOrderOptions Package Description com.longbridge com.longbridge.trade -
-
Uses of ReplaceOrderOptions in com.longbridge
Methods in com.longbridge with parameters of type ReplaceOrderOptions Modifier and Type Method Description static voidSdkNative. tradeContextReplaceOrder(long context, ReplaceOrderOptions opts, AsyncCallback callback) -
Uses of ReplaceOrderOptions in com.longbridge.trade
Methods in com.longbridge.trade that return ReplaceOrderOptions Modifier and Type Method Description ReplaceOrderOptionsReplaceOrderOptions. setLimitDepthLevel(Integer limitDepthLevel)Sets the new limit depth level.ReplaceOrderOptionsReplaceOrderOptions. setLimitOffset(BigDecimal limitOffset)Sets the new limit offset.ReplaceOrderOptionsReplaceOrderOptions. setMonitorPrice(BigDecimal monitorPrice)Sets the new monitor price.ReplaceOrderOptionsReplaceOrderOptions. setPrice(BigDecimal price)Sets the new order price.ReplaceOrderOptionsReplaceOrderOptions. setRemark(String remark)Sets the order remark.ReplaceOrderOptionsReplaceOrderOptions. setTrailingAmount(BigDecimal trailingAmount)Sets the new trailing amount.ReplaceOrderOptionsReplaceOrderOptions. setTrailingPercent(BigDecimal trailingPercent)Sets the new trailing percentage.ReplaceOrderOptionsReplaceOrderOptions. setTriggerCount(Integer triggerCount)Sets the new trigger count.ReplaceOrderOptionsReplaceOrderOptions. setTriggerPrice(BigDecimal triggerPrice)Sets the new trigger price.Methods in com.longbridge.trade with parameters of type ReplaceOrderOptions Modifier and Type Method Description CompletableFuture<Void>TradeContext. replaceOrder(ReplaceOrderOptions opts)Replace order
-