Uses of Class
com.longbridge.trade.GetHistoryExecutionsOptions
-
Packages that use GetHistoryExecutionsOptions Package Description com.longbridge com.longbridge.trade -
-
Uses of GetHistoryExecutionsOptions in com.longbridge
Methods in com.longbridge with parameters of type GetHistoryExecutionsOptions Modifier and Type Method Description static voidSdkNative. tradeContextHistoryExecutions(long context, GetHistoryExecutionsOptions opts, AsyncCallback callback) -
Uses of GetHistoryExecutionsOptions in com.longbridge.trade
Methods in com.longbridge.trade that return GetHistoryExecutionsOptions Modifier and Type Method Description GetHistoryExecutionsOptionsGetHistoryExecutionsOptions. setEndAt(OffsetDateTime endAt)Sets the end of the query time range.GetHistoryExecutionsOptionsGetHistoryExecutionsOptions. setStartAt(OffsetDateTime startAt)Sets the start of the query time range.GetHistoryExecutionsOptionsGetHistoryExecutionsOptions. setSymbol(String symbol)Filters by security symbol.Methods in com.longbridge.trade with parameters of type GetHistoryExecutionsOptions Modifier and Type Method Description CompletableFuture<Execution[]>TradeContext. getHistoryExecutions(GetHistoryExecutionsOptions opts)Get history executions
-