Uses of Class
com.longbridge.trade.GetHistoryOrdersOptions
-
Packages that use GetHistoryOrdersOptions Package Description com.longbridge com.longbridge.trade -
-
Uses of GetHistoryOrdersOptions in com.longbridge
Methods in com.longbridge with parameters of type GetHistoryOrdersOptions Modifier and Type Method Description static voidSdkNative. tradeContextHistoryOrders(long context, GetHistoryOrdersOptions opts, AsyncCallback callback) -
Uses of GetHistoryOrdersOptions in com.longbridge.trade
Methods in com.longbridge.trade that return GetHistoryOrdersOptions Modifier and Type Method Description GetHistoryOrdersOptionsGetHistoryOrdersOptions. setEndAt(OffsetDateTime endAt)Sets the end of the query time range.GetHistoryOrdersOptionsGetHistoryOrdersOptions. setMarket(Market market)Filters by market.GetHistoryOrdersOptionsGetHistoryOrdersOptions. setSide(OrderSide side)Filters by order side.GetHistoryOrdersOptionsGetHistoryOrdersOptions. setStartAt(OffsetDateTime startAt)Sets the start of the query time range.GetHistoryOrdersOptionsGetHistoryOrdersOptions. setStatus(OrderStatus[] status)Filters by order status.GetHistoryOrdersOptionsGetHistoryOrdersOptions. setSymbol(String symbol)Filters by security symbol.Methods in com.longbridge.trade with parameters of type GetHistoryOrdersOptions Modifier and Type Method Description CompletableFuture<Order[]>TradeContext. getHistoryOrders(GetHistoryOrdersOptions opts)Get history orders
-