public class ESPTradeProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ESPTradeProperties.Builder
A helper class used to construct an
ESPTradeProperties object. |
Modifier and Type | Method and Description |
---|---|
static ESPTradeProperties.Builder |
builder()
Returns a
ESPTradeProperties.Builder to help build an ESPTradeProperties object. |
java.lang.String |
getClientTimePriceClicked()
Returns the time the client clicked on the price.
|
java.lang.String |
getClientTimePriceOnScreen()
Returns the time that the price was displayed on the client's screen.
|
java.lang.String |
getServerTimeConnectionReceived()
Returns the time on the server that the connection was received.
|
java.lang.String |
getServerTimePriceReceived()
Returns the time on the server that the price was received.
|
java.lang.String |
getServerTimeSettingUpTrade()
Returns the time the server has spent setting up the trade.
|
java.lang.String |
getServerTimeTradeReceived()
Returns the time on the server that the trade was received.
|
java.lang.String |
getServerTimeTradeSubmitted()
Returns the time on the server that the trade was submitted.
|
java.lang.String |
getServerTimeWaitingForConnection()
Returns the time the server has spent waiting for a connection.
|
java.lang.String |
getUnit()
Returns the unit.
|
public static ESPTradeProperties.Builder builder()
ESPTradeProperties.Builder
to help build an ESPTradeProperties object.public java.lang.String getUnit()
public java.lang.String getClientTimePriceClicked()
public java.lang.String getClientTimePriceOnScreen()
public java.lang.String getServerTimePriceReceived()
public java.lang.String getServerTimeTradeReceived()
public java.lang.String getServerTimeConnectionReceived()
public java.lang.String getServerTimeWaitingForConnection()
public java.lang.String getServerTimeSettingUpTrade()
public java.lang.String getServerTimeTradeSubmitted()
Copyright © 2019 Caplin Systems.