Class TraderFields

java.lang.Object
com.caplin.motif.fx.ret.common.utility.TraderFields

public class TraderFields extends Object
  • Constructor Details

    • TraderFields

      public TraderFields(com.caplin.motif.fx.trading.BuySell buySell, BigDecimal rawSpotMargin, String spotRate, String fwdPoints, String allInRate)
  • Method Details

    • getSpotRate

      public String getSpotRate()
    • getFwdPoints

      public String getFwdPoints()
    • getAllInRate

      public String getAllInRate()
    • getBuySell

      public com.caplin.motif.fx.trading.BuySell getBuySell()
    • getRawSpotMargin

      public BigDecimal getRawSpotMargin()
    • toString

      public String toString()
      Overrides:
      toString in class Object