Package com.longbridge.grid
Class GetGridTriggerHistoryOptions
- java.lang.Object
-
- com.longbridge.grid.GetGridTriggerHistoryOptions
-
public class GetGridTriggerHistoryOptions extends Object
Options for querying grid trading trigger history
-
-
Constructor Summary
Constructors Constructor Description GetGridTriggerHistoryOptions(String gridOrderId)Constructs options for querying grid trigger history.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGridTriggerHistoryOptionssetLimit(Integer limit)Sets the page size.GetGridTriggerHistoryOptionssetPage(Integer page)Sets the page number.
-
-
-
Constructor Detail
-
GetGridTriggerHistoryOptions
public GetGridTriggerHistoryOptions(String gridOrderId)
Constructs options for querying grid trigger history.- Parameters:
gridOrderId- grid master order ID
-
-
Method Detail
-
setPage
public GetGridTriggerHistoryOptions setPage(Integer page)
Sets the page number.- Parameters:
page- page number- Returns:
- this instance for chaining
-
setLimit
public GetGridTriggerHistoryOptions setLimit(Integer limit)
Sets the page size.- Parameters:
limit- page size- Returns:
- this instance for chaining
-
-