Class OrderStatus


@Domain(fields={"broker","orderId","status"})
public class OrderStatus
extends XStreamStateLoggable
Represents a response from the server about an Order that could not be processed by the Auctioneer.
Author:
John Collins