This document describes IceFIX version 1.0.1.


IceFIX::Executor

Overview

interface Executor

Used by clients to send FIX messages to their trading partner.

Operation Index

execute — Send the given FIX message to the trading partner.
destroy — Destroy the executor.

Operations

int execute(string data) throws IceFIX::ExecuteException

Send the given FIX message to the trading partner.

Parameters

data — The FIX encoded message.

Return Value

The sequence number of this message.

Exceptions

IceFIX::ExecuteException — if the message send failed.

void destroy()

Destroy the executor. This should be called before a client disconnects.


  • No labels