Class GetAllExecutionsOptions


  • public class GetAllExecutionsOptions
    extends Object
    Options for querying all executions
    • Constructor Detail

      • GetAllExecutionsOptions

        public GetAllExecutionsOptions()
    • Method Detail

      • setSymbol

        public GetAllExecutionsOptions setSymbol​(String symbol)
        Filters by security symbol.
        Parameters:
        symbol - security symbol
        Returns:
        this instance for chaining
      • setOrderId

        public GetAllExecutionsOptions setOrderId​(String orderId)
        Filters by order ID.
        Parameters:
        orderId - order ID
        Returns:
        this instance for chaining
      • setStartAt

        public GetAllExecutionsOptions setStartAt​(OffsetDateTime startAt)
        Sets the start of the query time range.
        Parameters:
        startAt - start time
        Returns:
        this instance for chaining
      • setPage

        public GetAllExecutionsOptions setPage​(long page)
        Sets the page number (starting from 1).
        Parameters:
        page - page number
        Returns:
        this instance for chaining