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

    itemTypes

    Fields inherited from class org.web3j.abi.datatypes.Array

    value

    Fields inherited from interface org.web3j.abi.datatypes.Type

    MAX_BIT_LENGTH, MAX_BYTE_LENGTH
  • Constructor Summary

    Constructors
    Constructor
    Description
    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)
     
  • Method Summary

    Methods inherited from class org.web3j.abi.datatypes.DynamicStruct

    bytes32PaddedLength, getTypeAsString

    Methods inherited from class org.web3j.abi.datatypes.DynamicArray

    empty

    Methods inherited from class org.web3j.abi.datatypes.Array

    equals, getComponentType, getNativeValueCopy, getValue, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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)