Skip to main content

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 generated
  • alias - 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:

  • clone
  • equals
  • finalize
  • getClass
  • hashCode
  • notify
  • notifyAll
  • wait
  • wait(long)
  • wait(long, int)