Class BlockQuoteValidator
- java.lang.Object
-
- com.caplin.motif.fx.ret.fxtrading.submission.block.BlockQuoteValidator
-
public class BlockQuoteValidator extends java.lang.Object
Validates a given (mapped) block quote. Compares the all in rate of each leg of the block quote with the trade event's price.
-
-
Constructor Summary
Constructors Constructor Description BlockQuoteValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
validateAgainstQuote(com.caplin.generated.motif.fx.trading.rfs.RFSTrade trade, com.caplin.generated.motif.fx.trading.rfs.events.client.ExecuteTradeEvent executeEvent, MappedBlockQuote currentQuote)
-
-
-
Method Detail
-
validateAgainstQuote
public boolean validateAgainstQuote(com.caplin.generated.motif.fx.trading.rfs.RFSTrade trade, com.caplin.generated.motif.fx.trading.rfs.events.client.ExecuteTradeEvent executeEvent, MappedBlockQuote currentQuote)
-
-