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