Class Tobo
- java.lang.Object
-
- com.caplin.motif.fx.ret.common.utility.Tobo
-
public class Tobo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Tobo(UserManager userManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClientRETClient(com.caplin.motif.UserTrade trade)
java.lang.String
getDisplayedClient(com.caplin.motif.UserTrade trade)
Returns the Client field value to display on the blottersjava.lang.String
getDisplayedClient(java.lang.String retClient)
Returns the Client field value to display on the blottersjava.lang.String
getDisplayedTOBOUser(com.caplin.motif.UserTrade trade)
Returns the TOBOUser field value to display on the blottersjava.lang.String
getDisplayedTOBOUser(java.lang.String retClient)
Returns the TOBOUser field value to display on the blottersjava.lang.String
getTraderRETClient(com.caplin.motif.UserTrade trade)
-
-
-
Constructor Detail
-
Tobo
public Tobo(UserManager userManager)
-
-
Method Detail
-
getDisplayedClient
public java.lang.String getDisplayedClient(com.caplin.motif.UserTrade trade)
Returns the Client field value to display on the blotters
-
getDisplayedClient
public java.lang.String getDisplayedClient(java.lang.String retClient)
Returns the Client field value to display on the blotters
-
getDisplayedTOBOUser
public java.lang.String getDisplayedTOBOUser(com.caplin.motif.UserTrade trade)
Returns the TOBOUser field value to display on the blotters
-
getDisplayedTOBOUser
public java.lang.String getDisplayedTOBOUser(java.lang.String retClient)
Returns the TOBOUser field value to display on the blotters
-
getTraderRETClient
public java.lang.String getTraderRETClient(com.caplin.motif.UserTrade trade) throws UserManagerException
- Throws:
UserManagerException
-
getClientRETClient
public java.lang.String getClientRETClient(com.caplin.motif.UserTrade trade) throws UserManagerException
- Throws:
UserManagerException
-
-