Class RFSQuote<T extends com.caplin.motif.datasource.Message>
- java.lang.Object
-
- com.caplin.motif.fx.ret.fxtrading.submission.rfs.RFSQuote<T>
-
public class RFSQuote<T extends com.caplin.motif.datasource.Message> 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getFxQuote()
com.caplin.ret.trapi.fx.execution.QuoteEvent
getTrAPIQuote()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-