Class StrategyEvent<T extends UserTrade>
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<T>
-
- com.caplin.motif.fx.trading.orders.edit.event.StrategyEvent<T>
-
- Direct Known Subclasses:
EditAcceptEvent
,RefreshEvent
,SaveAcceptEvent
,SaveAndCompleteEvent
,SaveEvent
,ValidationErrorEvent
public class StrategyEvent<T extends UserTrade> extends ResponderEvent<T>
-
-
Field Summary
-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description StrategyEvent(String eventName, Strategy strategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Strategy
getStrategy()
Returns the latest strategy, updated by this eventString
toString()
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode
-
-