Uses of Class
com.btobits.fixengine.FIXField
Packages that use FIXField
-
Uses of FIXField in com.btobits.fixengine
Methods in com.btobits.fixengine that return FIXFieldModifier and TypeMethodDescriptionFIXField[]
FIXMessageFactory.createUnvalidatedFIXList
(byte[] msg) FIXField[]
FIXMessageFactory.createValidatedFIXList
(byte[] msg) FIXMessage.getField
(int tag) 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 FIXFieldModifier and TypeMethodDescriptionFIXMessageFactory.createMessageHeader
(String msgType) FIXMessageFactory.createMessageHeader
(String msgType, StdHdrParamStruct shParam) FIXMessage.getCustomFields()
Methods in com.btobits.fixengine with parameters of type FIXFieldModifier and TypeMethodDescriptionvoid
FIXMessage.insertField
(FIXField fixField, int pos) void
FIXMessage.setFieldList
(FIXField[] fields) Constructors in com.btobits.fixengine with parameters of type FIXField