Class MappedBlockQuote
- java.lang.Object
-
- com.caplin.motif.fx.ret.fxtrading.submission.block.MappedBlockQuote
-
public class MappedBlockQuote extends java.lang.Object
Value object containing both an FXQuote and a TrAPIQuoteUse an RFSQuote when you are not sure which quote to use, do not have enough quotes already, or are not yet confused enough about where the quotes are coming from or are being used for.
-
-
Constructor Summary
Constructors Constructor Description MappedBlockQuote(com.caplin.ret.trapi.fx.execution.QuoteEvent quote, com.caplin.motif.datasource.Message blockQuote)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.caplin.motif.datasource.Message
getBlockQuote()
com.caplin.ret.trapi.fx.execution.QuoteEvent
getQuote()
java.lang.String
toString()
-