Class SwapInputV1

java.lang.Object
com.seeq.model.SwapInputV1

public class SwapInputV1 extends Object
The list of swap pairs needed to perform the swap.
  • Constructor Details

    • SwapInputV1

      public SwapInputV1()
  • Method Details

    • swapIn

      public SwapInputV1 swapIn(String swapIn)
    • getSwapIn

      public String getSwapIn()
      The ID of an asset to swap in. Any parameters in the formula that are named the same in both the swapIn and swapOut assets will be swapped.
      Returns:
      swapIn
    • setSwapIn

      public void setSwapIn(String swapIn)
    • swapOut

      public SwapInputV1 swapOut(String swapOut)
    • getSwapOut

      public String getSwapOut()
      The ID of an asset to swap out. Any parameters in the formula that are named the same in both the swapIn and swapOut assets will be swapped.
      Returns:
      swapOut
    • setSwapOut

      public void setSwapOut(String swapOut)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object