Uses of Interface
com.fxcm.messaging.IFieldGroupList

Packages that use IFieldGroupList
com.fxcm.fix   
com.fxcm.messaging   
 

Uses of IFieldGroupList in com.fxcm.fix
 

Methods in com.fxcm.fix that return IFieldGroupList
 IFieldGroupList Parties.toList(IMessageFactory aFactory)
           
 

Methods in com.fxcm.fix with parameters of type IFieldGroupList
 boolean Parties.fill(IFieldGroupList aList)
           
 

Uses of IFieldGroupList in com.fxcm.messaging
 

Methods in com.fxcm.messaging that return IFieldGroupList
 IFieldGroupList IMessageFactory.createFieldGroupList()
          Instantiates default implemetation of IFieldGroupList.
 IFieldGroupList IField.getValueList()
          Retrieves the list value of the entry
 IFieldGroupList IFieldGroup.getValueList(String aName)
          Obtains list of field groups from the group.
 

Methods in com.fxcm.messaging with parameters of type IFieldGroupList
 void IField.setValue(IFieldGroupList aValue)
          sets the collection value
 void IFieldGroup.setValue(String aName, IFieldGroupList aValue)
          Updates/Inserts list of field groups as a value within the group.
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.