public final class OrderUpdateEventArgs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
UpdateAction |
Action
Update action.
|
Order |
Order
Updated order.
|
Constructor and Description |
---|
OrderUpdateEventArgs() |
Modifier and Type | Method and Description |
---|---|
OrderUpdateEventArgs |
clone() |
public Order Order
public UpdateAction Action
public OrderUpdateEventArgs clone()
clone
in class java.lang.Object