Package com.seeq.model
Class SwapInputV1
java.lang.Object
com.seeq.model.SwapInputV1
The list of swap pairs needed to perform the swap.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The ID of an asset to swap in.The ID of an asset to swap out.int
hashCode()
void
void
setSwapOut
(String swapOut) toString()
-
Constructor Details
-
SwapInputV1
public SwapInputV1()
-
-
Method Details
-
swapIn
-
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
-
swapOut
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-