0

I'm trying to write a simulator to create FIX message in java Using Appia.jar.

I am able to generate execution report by initializing ExecutionReport.class object.. But i am not able to find any class file specific to trade capture report..please help me out..

  • 1
    `Appia` is a propreitary library and it will be better to ask the library developers, as they should provide you with documents and help. – DumbCoder Feb 04 '14 at 08:56

1 Answers1

0

Which version of the protocol are you using? TradeCapture reports were only added in version 4.3 so if you are using a version previous to that (say 4.2 which is what we mostly use in my work) there will be no trade capture report object available.

MD-Tech
  • 1,224
  • 1
  • 9
  • 15