|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.Parameter
public class Parameter
Parameter - Common component block of FXCM FIX messages.
| Constructor Summary | |
|---|---|
Parameter(String aName)
Constructor with particular parameter name. |
|
Parameter(String aName,
String aValue)
Constructor with all set of fields. |
|
| Method Summary | |
|---|---|
String |
getName()
Obtains parameter name. |
String |
getValue()
Obtains parameter value. |
void |
setValue(String aValue)
Updates parameter value. |
String |
toString()
String representation of the class |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter(String aName)
aName - parameter name
public Parameter(String aName,
String aValue)
aName - parameter nameaValue - parameter value| Method Detail |
|---|
public String getName()
nullpublic String getValue()
null is possiblepublic void setValue(String aValue)
aValue - string value to setuppublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||