| Package | Description |
|---|---|
| io.fixprotocol.orchestra.event |
| Modifier and Type | Method and Description |
|---|---|
Event.Severity |
Event.getSeverity() |
static Event.Severity |
Event.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Severity[] |
Event.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Event(Event.Severity severity,
String pattern)
An event to report
|
Event(Event.Severity severity,
String pattern,
Object... arguments)
An event to report
|
Copyright © 2016–2021 FIX Trading Community. All rights reserved.