public final class OrderProgressEventArgs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Exception |
Exception
Exception during processing of the order.
|
Order |
Order
Opened/closed order.
|
int |
TempID
Temporary ID.
|
ProgressType |
Type
Stage of order processing by server.
|
Constructor and Description |
---|
OrderProgressEventArgs() |
Modifier and Type | Method and Description |
---|---|
OrderProgressEventArgs |
clone() |
java.lang.String |
toString()
Converts to string.
|
public int TempID
public ProgressType Type
public Order Order
public java.lang.Exception Exception
public java.lang.String toString()
toString
in class java.lang.Object
public OrderProgressEventArgs clone()
clone
in class java.lang.Object