Class Execution


  • public class Execution
    extends Object
    Order execution (fill)
    • Constructor Detail

      • Execution

        public Execution()
    • Method Detail

      • getOrderId

        public String getOrderId()
        Returns the order ID.
        Returns:
        order ID
      • getTradeId

        public String getTradeId()
        Returns the trade ID.
        Returns:
        trade ID
      • getSymbol

        public String getSymbol()
        Returns the security symbol.
        Returns:
        security symbol
      • getTradeDoneAt

        public OffsetDateTime getTradeDoneAt()
        Returns the time the trade was done.
        Returns:
        trade done time
      • getQuantity

        public BigDecimal getQuantity()
        Returns the executed quantity.
        Returns:
        executed quantity
      • getPrice

        public BigDecimal getPrice()
        Returns the executed price.
        Returns:
        executed price