Uses of Class
com.longbridge.grid.TriggerPriceType
-
Packages that use TriggerPriceType Package Description com.longbridge.grid -
-
Uses of TriggerPriceType in com.longbridge.grid
Methods in com.longbridge.grid that return TriggerPriceType Modifier and Type Method Description TriggerPriceTypeGridOrder. getTriggerPriceType()Returns triggerPriceType.TriggerPriceTypeGridOrderDetail. getTriggerPriceType()Returns triggerPriceType.TriggerPriceTypeGridTrigger. getType()Returns the trigger price type (percent or spread).static TriggerPriceTypeTriggerPriceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerPriceType[]TriggerPriceType. 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 TriggerPriceType Modifier and Type Method Description GridTradeRuleGridTradeRule. setTriggerPriceType(TriggerPriceType triggerPriceType)Sets the trigger price type.
-