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 void
SdkNative. 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 GetHistoryExecutionsOptions
GetHistoryExecutionsOptions. setEndAt(OffsetDateTime endAt)
GetHistoryExecutionsOptions
GetHistoryExecutionsOptions. setStartAt(OffsetDateTime startAt)
GetHistoryExecutionsOptions
GetHistoryExecutionsOptions. 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
-