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