Uses of Class
com.longbridge.grid.GetGridTriggerHistoryOptions
-
Packages that use GetGridTriggerHistoryOptions Package Description com.longbridge com.longbridge.grid -
-
Uses of GetGridTriggerHistoryOptions in com.longbridge
Methods in com.longbridge with parameters of type GetGridTriggerHistoryOptions Modifier and Type Method Description static voidSdkNative. gridContextTriggerHistory(long context, GetGridTriggerHistoryOptions opts, AsyncCallback callback) -
Uses of GetGridTriggerHistoryOptions in com.longbridge.grid
Methods in com.longbridge.grid that return GetGridTriggerHistoryOptions Modifier and Type Method Description GetGridTriggerHistoryOptionsGetGridTriggerHistoryOptions. setLimit(Integer limit)Sets the page size.GetGridTriggerHistoryOptionsGetGridTriggerHistoryOptions. setPage(Integer page)Sets the page number.Methods in com.longbridge.grid with parameters of type GetGridTriggerHistoryOptions Modifier and Type Method Description CompletableFuture<GridTriggerHistoryResponse>GridContext. triggerHistory(GetGridTriggerHistoryOptions opts)Get grid trading trigger history
-