Class CurveQuote.CurveQuoteStruct
java.lang.Object
org.web3j.abi.datatypes.Array<org.web3j.abi.datatypes.Type>
org.web3j.abi.datatypes.DynamicArray<org.web3j.abi.datatypes.Type>
org.web3j.abi.datatypes.DynamicStruct
net.finmath.smartcontracts.representablestate.xml.tuple.definitions.CurveQuote.CurveQuoteStruct
- All Implemented Interfaces:
org.web3j.abi.datatypes.StructType,org.web3j.abi.datatypes.Type<List<org.web3j.abi.datatypes.Type>>
- Enclosing class:
CurveQuote
public static class CurveQuote.CurveQuoteStruct
extends org.web3j.abi.datatypes.DynamicStruct
-
Field Summary
Fields inherited from class org.web3j.abi.datatypes.DynamicStruct
itemTypesFields inherited from class org.web3j.abi.datatypes.Array
valueFields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionCurveQuoteStruct(org.web3j.abi.datatypes.Utf8String symbol, org.web3j.abi.datatypes.generated.Int256 durationInDays, org.web3j.abi.datatypes.generated.Uint256 settlementDate, org.web3j.abi.datatypes.generated.Uint256 maturityDate, org.web3j.abi.datatypes.Utf8String dayCountConvention, org.web3j.abi.datatypes.generated.Uint256 couponRateBps, org.web3j.abi.datatypes.Utf8String currency, org.web3j.abi.datatypes.generated.Int256 yieldBps, org.web3j.abi.datatypes.generated.Uint256 issuePriceE8, org.web3j.abi.datatypes.generated.Uint256 redemptionValueE8, org.web3j.abi.datatypes.generated.Uint256 minNotionalE8, org.web3j.abi.datatypes.generated.Uint256 maxNotionalE8) -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.DynamicStruct
bytes32PaddedLength, getTypeAsStringMethods inherited from class org.web3j.abi.datatypes.DynamicArray
emptyMethods inherited from class org.web3j.abi.datatypes.Array
equals, getComponentType, getNativeValueCopy, getValue, hashCode
-
Constructor Details
-
CurveQuoteStruct
public CurveQuoteStruct(org.web3j.abi.datatypes.Utf8String symbol, org.web3j.abi.datatypes.generated.Int256 durationInDays, org.web3j.abi.datatypes.generated.Uint256 settlementDate, org.web3j.abi.datatypes.generated.Uint256 maturityDate, org.web3j.abi.datatypes.Utf8String dayCountConvention, org.web3j.abi.datatypes.generated.Uint256 couponRateBps, org.web3j.abi.datatypes.Utf8String currency, org.web3j.abi.datatypes.generated.Int256 yieldBps, org.web3j.abi.datatypes.generated.Uint256 issuePriceE8, org.web3j.abi.datatypes.generated.Uint256 redemptionValueE8, org.web3j.abi.datatypes.generated.Uint256 minNotionalE8, org.web3j.abi.datatypes.generated.Uint256 maxNotionalE8)
-