Uses of Class
com.longbridge.trade.GetAllExecutionsOptions
-
Packages that use GetAllExecutionsOptions Package Description com.longbridge com.longbridge.trade -
-
Uses of GetAllExecutionsOptions in com.longbridge
Methods in com.longbridge with parameters of type GetAllExecutionsOptions Modifier and Type Method Description static voidSdkNative. tradeContextAllExecutions(long context, GetAllExecutionsOptions opts, AsyncCallback callback) -
Uses of GetAllExecutionsOptions in com.longbridge.trade
Methods in com.longbridge.trade that return GetAllExecutionsOptions Modifier and Type Method Description GetAllExecutionsOptionsGetAllExecutionsOptions. setEndAt(OffsetDateTime endAt)Sets the end of the query time range.GetAllExecutionsOptionsGetAllExecutionsOptions. setOrderId(String orderId)Filters by order ID.GetAllExecutionsOptionsGetAllExecutionsOptions. setPage(long page)Sets the page number (starting from 1).GetAllExecutionsOptionsGetAllExecutionsOptions. setStartAt(OffsetDateTime startAt)Sets the start of the query time range.GetAllExecutionsOptionsGetAllExecutionsOptions. setSymbol(String symbol)Filters by security symbol.Methods in com.longbridge.trade with parameters of type GetAllExecutionsOptions Modifier and Type Method Description CompletableFuture<AllExecutionsResponse>TradeContext. getAllExecutions(GetAllExecutionsOptions opts)Get all executions
-