Uses of Class
com.longbridge.grid.GridTimeInForce
-
Packages that use GridTimeInForce Package Description com.longbridge.grid -
-
Uses of GridTimeInForce in com.longbridge.grid
Methods in com.longbridge.grid that return GridTimeInForce Modifier and Type Method Description GridTimeInForceGridOrder. getTimeInForce()Returns timeInForce.GridTimeInForceGridOrderDetail. getTimeInForce()Returns timeInForce.GridTimeInForceTriggerOrder. getTimeInForce()Returns timeInForce.static GridTimeInForceGridTimeInForce. valueOf(String name)Returns the enum constant of this type with the specified name.static GridTimeInForce[]GridTimeInForce. 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 GridTimeInForce Modifier and Type Method Description GridTradeRuleGridTradeRule. setTimeInForce(GridTimeInForce timeInForce)Sets the time in force.Constructors in com.longbridge.grid with parameters of type GridTimeInForce Constructor Description GridTradeRule(BigDecimal basePrice, BigDecimal upperPrice, BigDecimal lowerPrice, GridTrigger trigger, BigDecimal quantity, BigDecimal upperQuantity, BigDecimal lowerQuantity, GridTimeInForce timeInForce)Creates a rule with the fields a valid grid order requires.
-