Uses of Class
com.btobits.fixengine.FIXField

Packages that use FIXField
com.btobits.fixengine   
 

Uses of FIXField in com.btobits.fixengine
 

Methods in com.btobits.fixengine that return FIXField
 FIXField[] FIXMessageFactory.createUnvalidatedFIXList(byte[] msg)
           
 FIXField[] FIXMessageFactory.createValidatedFIXList(byte[] msg)
           
 FIXField FIXMessage.getField(int tag)
           
 FIXField FIXMessage.getField(int tagNum, int startWith)
           
 FIXField[] FIXMessage.getFieldList()
           
 FIXField[] FIXMessage.getRGFields(int tag, int[] rgNums)
           
 

Methods in com.btobits.fixengine that return types with arguments of type FIXField
 List<FIXField> FIXMessageFactory.createMessageHeader(String msgType)
           
 List<FIXField> FIXMessageFactory.createMessageHeader(String msgType, StdHdrParamStruct shParam)
           
 

Methods in com.btobits.fixengine with parameters of type FIXField
 void FIXMessage.insertField(FIXField fixField, int pos)
           
 void FIXMessage.setFieldList(FIXField[] fields)
           
 

Constructors in com.btobits.fixengine with parameters of type FIXField
FIXField(FIXField fixField)
           
FIXMessage(FIXField[] fields, FIXVersion fixVersion)
           
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.