CustomGeneratedEventAliased
Package: velox.api.layer1.layers.strategies.interfaces
Type: Class
Inheritance: java.lang.Object รขโ โ CustomGeneratedEventAliased
All Implemented Interfaces: Serializable
Descriptionโ
If you want to intercept this message, use instanceof instead of '==' operator.
See Also:
- Serialized Form
Fieldsโ
eventโ
public final CustomGeneratedEvent event
aliasโ
public final String alias
Constructorsโ
CustomGeneratedEventAliasedโ
public CustomGeneratedEventAliased(CustomGeneratedEvent event, String alias)
Parameters:
event- Event that was generatedalias- Either alias of instrument this event is related to, or null if this is global event
Methodsโ
toStringโ
public String toString()
Overrides: toString in class Object
Methods inherited from class java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwait(long)wait(long, int)