Package com.caplin.motif.fx.trading
Class TradeSubjectInfo
- java.lang.Object
-
- com.caplin.motif.fx.trading.TradeSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class TradeSubjectInfo extends Object implements SubjectInfo
-
-
Constructor Summary
Constructors Constructor Description TradeSubjectInfo(String subject, String username, String tradeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getSubject()
Returns the original subject that was parsed to create this SubjectInfoString
getTradeId()
String
getUsername()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
getTradeId
public String getTradeId()
-
getSubject
public String getSubject()
Description copied from interface:SubjectInfo
Returns the original subject that was parsed to create this SubjectInfo- Specified by:
getSubject
in interfaceSubjectInfo
- Returns:
- The original subject.
-
-