public class RFSWithdrawEvent extends ResponderEvent<RFSTrade>
An event sent to notify the frontend that the quote stream has been withdrawn for an RFS Trade.
This event transitions the trade back to the PickedUp state, where it is still under the control of the same trader. If the trader wants to put the trade back on the queue for another trader to pick up, that transition is represented by the Hold event from the PickedUp state.
Modifier and Type | Field and Description |
---|---|
static String |
WITHDRAW
The name of the transition representing this event
|
fields
Constructor and Description |
---|
RFSWithdrawEvent()
Constructs an Withdrawn event.
|
public static final String WITHDRAW
Copyright © 2015 Caplin Systems.