Interface SalesInterventionQuoteLegClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
SalesInterventionQuoteLegClientFieldSetChild
public interface SalesInterventionQuoteLegClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getFwdAskMargin()
This field represents the Forward margin that the sales user has selected.default java.lang.String
getFwdBidMargin()
This field represents the Forward margin that the sales user has selected.default java.lang.String
getTraderFwdAskPoints()
For forward trades this is the forward points that the client wants to trade on.default java.lang.String
getTraderFwdBidPoints()
For forward trades this is the forward points that the client wants to trade on.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getFwdBidMargin
default java.lang.String getFwdBidMargin()
This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.
-
getFwdAskMargin
default java.lang.String getFwdAskMargin()
This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.
-
getTraderFwdBidPoints
default java.lang.String getTraderFwdBidPoints()
For forward trades this is the forward points that the client wants to trade on. The value of this field must equal the value of either the BidPoints or AskPoints field on the rate update that the client is executing. For SPOT trades this field should be not sent. If the trade is a forward but the back end did not send the BidPoints and AskPoints fields (because they are optional) then this field should be not sent.
-
getTraderFwdAskPoints
default java.lang.String getTraderFwdAskPoints()
For forward trades this is the forward points that the client wants to trade on. The value of this field must equal the value of either the BidPoints or AskPoints field on the rate update that the client is executing. For SPOT trades this field should be not sent. If the trade is a forward but the back end did not send the BidPoints and AskPoints fields (because they are optional) then this field should be not sent.
-
-