Class BlockStateEvent
- java.lang.Object
-
- com.caplin.motif.fx.ret.fxtrading.submission.block.BlockStateEvent
-
public class BlockStateEvent extends java.lang.Object
Represents the state of an RFSTrade
-
-
Constructor Summary
Constructors Constructor Description BlockStateEvent(com.caplin.motif.datasource.Message eventMessage, boolean isTradeInCancellableState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.caplin.motif.datasource.Message
getEventMessage()
boolean
isTradeInCancellableState()
java.lang.String
toString()
-