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)