Class MappedBlockQuote


  • public class MappedBlockQuote
    extends java.lang.Object
    Value object containing both an FXQuote and a TrAPIQuote

    Use 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()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MappedBlockQuote

        public MappedBlockQuote​(com.caplin.ret.trapi.fx.execution.QuoteEvent quote,
                                com.caplin.motif.datasource.Message blockQuote)
    • Method Detail

      • getQuote

        public com.caplin.ret.trapi.fx.execution.QuoteEvent getQuote()
      • getBlockQuote

        public com.caplin.motif.datasource.Message getBlockQuote()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object