Uses of Class
com.longbridge.grid.GridLimitEvent
-
Packages that use GridLimitEvent Package Description com.longbridge.grid -
-
Uses of GridLimitEvent in com.longbridge.grid
Methods in com.longbridge.grid that return GridLimitEvent Modifier and Type Method Description GridLimitEventGridOrder. getLowerLimitEvent()Returns lowerLimitEvent.GridLimitEventGridOrderDetail. getLowerLimitEvent()Returns lowerLimitEvent.GridLimitEventGridOrder. getUpperLimitEvent()Returns upperLimitEvent.GridLimitEventGridOrderDetail. getUpperLimitEvent()Returns upperLimitEvent.static GridLimitEventGridLimitEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static GridLimitEvent[]GridLimitEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longbridge.grid with parameters of type GridLimitEvent Modifier and Type Method Description GridTradeRuleGridTradeRule. limitEvents(GridLimitEvent upper, GridLimitEvent lower)Sets the actions taken at the upper / lower bounds.GridTradeRuleGridTradeRule. setLowerLimitEvent(GridLimitEvent lowerLimitEvent)Sets the action when the lower bound is reached.GridTradeRuleGridTradeRule. setUpperLimitEvent(GridLimitEvent upperLimitEvent)Sets the action when the upper bound is reached.
-