Class RFSQuote<T extends com.caplin.motif.datasource.Message>


  • public class RFSQuote<T extends com.caplin.motif.datasource.Message>
    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
      RFSQuote​(com.caplin.ret.trapi.fx.execution.QuoteEvent quote, T fxQuote)  
    • Constructor Detail

      • RFSQuote

        public RFSQuote​(com.caplin.ret.trapi.fx.execution.QuoteEvent quote,
                        T fxQuote)
    • Method Detail

      • getTrAPIQuote

        public com.caplin.ret.trapi.fx.execution.QuoteEvent getTrAPIQuote()
      • getFxQuote

        public T getFxQuote()
      • toString

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