Class ESPTradeProperties

    • Method Detail

      • getUnit

        public java.lang.String getUnit()
        Returns the unit.
        Returns:
        The unit
      • getClientTimePriceClicked

        public java.lang.String getClientTimePriceClicked()
        Returns the time the client clicked on the price.
        Returns:
        The time.
      • getClientTimePriceOnScreen

        public java.lang.String getClientTimePriceOnScreen()
        Returns the time that the price was displayed on the client's screen.
        Returns:
        The time.
      • getServerTimePriceReceived

        public java.lang.String getServerTimePriceReceived()
        Returns the time on the server that the price was received.
        Returns:
        The time.
      • getServerTimeTradeReceived

        public java.lang.String getServerTimeTradeReceived()
        Returns the time on the server that the trade was received.
        Returns:
        The time.
      • getServerTimeConnectionReceived

        public java.lang.String getServerTimeConnectionReceived()
        Returns the time on the server that the connection was received.
        Returns:
        The time.
      • getServerTimeWaitingForConnection

        public java.lang.String getServerTimeWaitingForConnection()
        Returns the time the server has spent waiting for a connection.
        Returns:
        The duration.
      • getServerTimeSettingUpTrade

        public java.lang.String getServerTimeSettingUpTrade()
        Returns the time the server has spent setting up the trade.
        Returns:
        The duration.
      • getServerTimeTradeSubmitted

        public java.lang.String getServerTimeTradeSubmitted()
        Returns the time on the server that the trade was submitted.
        Returns:
        The time.