Uses of Interface
com.fxcm.messaging.IFieldGroup

Packages that use IFieldGroup
com.fxcm.fix   
com.fxcm.fix.custom   
com.fxcm.fix.pretrade.inner   
com.fxcm.fix.trade   
com.fxcm.messaging   
 

Uses of IFieldGroup in com.fxcm.fix
 

Methods in com.fxcm.fix that return IFieldGroup
 IFieldGroup Party.toGroup(IMessageFactory aFactory)
           
 

Methods in com.fxcm.fix with parameters of type IFieldGroup
 boolean ATradeTransportable.fill(IFieldGroup aGrp)
           
 boolean Party.fill(IFieldGroup aGroup)
           
 

Uses of IFieldGroup in com.fxcm.fix.custom
 

Methods in com.fxcm.fix.custom that return IFieldGroup
 IFieldGroup Addon.toGroup(IMessageFactory aFactory)
           
 

Methods in com.fxcm.fix.custom with parameters of type IFieldGroup
 boolean Addon.fill(IFieldGroup aGroup)
           
 

Uses of IFieldGroup in com.fxcm.fix.pretrade.inner
 

Methods in com.fxcm.fix.pretrade.inner that return IFieldGroup
 IFieldGroup MarketDataEntryIncremental.toGroup(IMessageFactory aFactory)
           
 IFieldGroup MarketDataEntry.toGroup(IMessageFactory aFactory, Instrument aInstrument)
           
 

Methods in com.fxcm.fix.pretrade.inner with parameters of type IFieldGroup
 boolean MarketDataEntry.fill(IFieldGroup aFieldGroup)
           
 boolean MarketDataEntryIncremental.fill(IFieldGroup aFieldGroup)
           
 

Uses of IFieldGroup in com.fxcm.fix.trade
 

Methods in com.fxcm.fix.trade with parameters of type IFieldGroup
 boolean OrderSingle.fill(IFieldGroup aGrp)
           
 

Uses of IFieldGroup in com.fxcm.messaging
 

Subinterfaces of IFieldGroup in com.fxcm.messaging
 interface IMessage
          Methods required to identify a message.
 

Methods in com.fxcm.messaging that return IFieldGroup
 IFieldGroup IMessageFactory.createFieldGroup()
          Instantiates default implemetation of IFieldGroup.
 IFieldGroup IFieldGroupList.getFirst()
          Obtains a first group from the list.
 IFieldGroup IFieldGroupList.getNext()
          Obtains a next group from the list.
 

Methods in com.fxcm.messaging with parameters of type IFieldGroup
 IMessage IMessageFactory.createMessage(IFieldGroup aGroup)
          Creates an empty IMessage object given the IFieldGroup
 void IFieldGroupList.put(IFieldGroup aGroup)
          Adds filed group to list.
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.