Interface EtdTrade

    • Method Detail

      • getCurrency

        default Currency getCurrency()
        Gets the currency of the trade.

        This is the currency of the underlying security.

        Returns:
        the trading currency
      • getType

        default EtdType getType()
        Gets the type of the contract that was traded.

        This is the type of the underlying security - future or option.

        Returns:
        the type, future or option
      • getSecurityId

        default SecurityId getSecurityId()
        Gets the security identifier of the trade.

        This identifier uniquely identifies the security within the system.

        Specified by:
        getSecurityId in interface SecurityQuantity
        Returns:
        the security identifier
      • getSecurity

        EtdSecurity getSecurity()
        Gets the underlying ETD security.
        Returns:
        the ETD security