Uses of Package
com.teraspaces.qwfix.ordermanager

Packages that use com.teraspaces.qwfix.ordermanager
com.teraspaces.qwfix.ordermanager   
 

Classes in com.teraspaces.qwfix.ordermanager used by com.teraspaces.qwfix.ordermanager
FIXCrossOrder
          Represents an order of a cross order.
FIXListOrder
          Represents an order of a list order.
FIXOrder
          Provides access to the information needed to define an order in FIX protocol.
FIXOrderManagerAutoRejectHandler
          The Interface to handle automatic order reject or cancel reject in QWFIX Order Manager.
FIXOrderManagerException
          The exception that is thrown when an error occurs in QWFIX Order Manager.
FIXOrderManagerListener
          The listener interface for receiving FIXOrderManager events.
FIXOrderManagerSettings
          Represents a group of configurable settings of an "Order Manager" associated with an instance of FIXEngine.
FIXOrderMessage
          Represents a FIXMessage inside a FIXOrder.
FIXOrderType
          Specifies the type of an FIXOrder.
FIXRegularOrder
          A regular order is a FIXOrder with a FIXOrderType as SINGLE, MULTILEG, CROSS_POPULATED or LIST_POPULATED.
FIXSessionOrderList
          Represents list of all orders against a specific FIXSessionPersistence.
FIXSessionOrderManager
           
FIXSessionOrderManagerBuySideListener
          The listener interface for receiving BuySide events.
FIXSessionOrderManagerCommonListener
          The listener interface for receiving common events.
FIXSessionOrderManagerExecutionListener
          The listener interface for receiving execution related events.
FIXSessionOrderManagerGTOrderHandler
          The Interface that handles the GT order identification.
FIXSessionOrderManagerSchemaSettings
          Represents a the order manager settings for a specific FIX schema.
FIXSessionOrderManagerSellSideListener
          The listener interface for receiving sell side events.
FIXSessionOrderManagerSessionRejectListener
          The listener interface for receiving session reject related events.
FIXSessionOrderManagerSettings
          Represents a group of configurable "Order Manager" related settings of a FIXSession.
FIXSessionOrderManagerSide
          Defines the side of a FIX session that supports Order Manager.
FIXSessionOrderManagerSimplifiedListener
          The listener interface for receiving simplified events.
NumberPacker
          Provides methods to encode a non-negative number into (or decode from) an ASCII string based on the specified conversion table.