preloader
blog-post

End Data FIX Session

author image

This method will be called to close FIX API Data session.

public static boolean endDataFix() {
  try {
    if (dataInitiator != null) {
      dataInitiator.stop(true);
      dataInitiator = null;
      dataFIX = null;
      return true;
    }
    return false;
  } catch (Exception e) {
    dataInitiator = null;
    dataFIX = null;
    e.printStackTrace();
    logger.error(e.getMessage());
    return false;
  }
}

Relevant Articles

Fintechee Online FIX API Parser

The received messages will output to the “orderlog” folder.

If you want to parse them, please use Fintechee Online FIX Parser.

Fintechee FIX API Trading Platform Individual Version

If you want to trade via FIX API, please use Fintechee FIX API Trading Platform Individual Version(Paid Version).

If you have a Github / Youtube account, you can get a free license for the paid version(No Charge)!

If you have no Github / Youtube account, you can still use Fintechee FIX API Trading Platform Bridge Version(Free Forever)!

If you are working for financial institutions, you can choose Fintechee FIX API Trading Platform Institution Version(White Label License).

Github Repository

Please access our Github repository to get the latest source codes.

Recent Articles

blog-post

FIX API Starter Application Class

This is the FIX API Starter Application Class. It includes: A method to be called to start FIX API Data session A method …

Paid Consulting Service

We offer professional FIX API consulting services, including self-service options for establishing a broker business. There are no additional fees, and all resources can be utilized without any associated costs.

Book One
*