|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.Parties
public class Parties
Parties component block. Contains references to all parties which have added their information to the business transaction to which this Parties block belongs.
| Constructor Summary | |
|---|---|
Parties()
Empty constructor. |
|
| Method Summary | |
|---|---|
void |
addParty(Party aParty)
Adds another Party to the list. |
void |
clear()
|
boolean |
fill(IFieldGroupList aList)
|
boolean |
fill(Parties aOrig)
Fills out object state. |
long |
getFXCMAcctID()
Obtains the FXCM Account ID |
String |
getFXCMAcctName()
Obtains the FXCM Account Name |
int |
getFXCMAcctType()
Obtains the FXCM account type |
String |
getFXCMPositionMaintenance()
Obtains the FXCM Position Maintenance Y|N|0 == Hedging | No Hedging | Netting |
String |
getFXCMTraderLoginId()
Obtains the FXCM Trader Login ID |
Iterator |
getParties()
Retrieve all Party objects stored here. |
boolean |
isValid()
Determines whether entity state is valid. |
void |
setFXCMAcctID(long aID)
Sets the FXCM Account ID; |
void |
setFXCMAcctName(String aName)
Sets the FXCM Account Name |
void |
setFXCMAcctType(int aType)
Sets the FXCM Account Type |
void |
setFXCMPositionMaintenance(String aValue)
Position Maintenance Y|N|0 == Hedging | No Hedging | Netting |
void |
setFXCMTraderLoginId(String aLoginID)
Sets the FXCM Trader Login ID |
IFieldGroupList |
toList(IMessageFactory aFactory)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Parties()
| Method Detail |
|---|
public void addParty(Party aParty)
Party to the list.
aParty - Party to be added to the list.public Iterator getParties()
Party objects stored here.
Party objects stored in this Parties object.
NotDefinedException - when field not specified.public boolean fill(Parties aOrig)
aOrig - Object to copy state from.
true if state is updated; false otherwise.public boolean isValid()
true in case entity is valid; false otherwisepublic String toString()
toString in class Objectpublic boolean fill(IFieldGroupList aList)
public IFieldGroupList toList(IMessageFactory aFactory)
public void clear()
public String getFXCMTraderLoginId()
public void setFXCMTraderLoginId(String aLoginID)
aLoginID - public String getFXCMAcctName()
public void setFXCMAcctName(String aName)
aName - public long getFXCMAcctID()
public void setFXCMAcctID(long aID)
aID - public String getFXCMPositionMaintenance()
public void setFXCMPositionMaintenance(String aValue)
aValue - public int getFXCMAcctType()
public void setFXCMAcctType(int aType)
aType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||