Package com.longbridge.alert
Class AddAlertOptions
- java.lang.Object
-
- com.longbridge.alert.AddAlertOptions
-
public class AddAlertOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AlertConditionconditionAlert condition.AlertFrequencyfrequencyAlert frequency.StringsymbolSecurity symbol to set the alert on.StringtriggerValueTrigger value, e.g.
-
Constructor Summary
Constructors Constructor Description AddAlertOptions()
-
-
-
Field Detail
-
symbol
public String symbol
Security symbol to set the alert on.
-
condition
public AlertCondition condition
Alert condition.
-
triggerValue
public String triggerValue
Trigger value, e.g."500"for price or"5"for percentage.
-
frequency
public AlertFrequency frequency
Alert frequency.
-
-