Class CustomFieldValues

    • Method Detail

      • getUsername

        public java.lang.String getUsername()
        Returns the username.
      • getTradingProtocol

        public TradingProtocol getTradingProtocol()
        Returns the TradingProtocol.
      • getAssetClass

        public AssetClass getAssetClass()
        Returns the AssetClass.
      • getAmount

        public java.lang.String getAmount()
        Returns the amount.
      • getNearAmount

        public java.lang.String getNearAmount()
        Returns the near amount.
      • getFarAmount

        public java.lang.String getFarAmount()
        Returns the far amount.
      • getUnit

        public java.lang.String getUnit()
        Returns the unit.
      • getClientTimePriceOnScreen

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

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

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

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

        public java.lang.String getServerTimeConnectionReceived()
        Returns the time that the server received a connection.
      • getServerTimeWaitingForConnection

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

        public java.lang.String getServerTimeSettingUpTrade()
        Returns the time the server took setting up a trade.
      • getServerTimeTradeSubmitted

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

        public java.lang.String getQuoteId()
        Returns the quote ID.
      • getLastEditedBy

        public java.lang.String getLastEditedBy()
      • getValue

        public java.lang.String getValue​(java.lang.String key)
        Returns the value associated with the given key.
      • getValues

        public com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> getValues()
        Returns an ImmutableMap containing all of the custom field values.