OnixS C++ MTS Cash SDP Handler  1.6.5
API documentation
TradeImpactService Struct Reference

#include <OnixS/MTS/Cash/SDP/Enumerations.h>

Public Types

enum  Enum {
  IP_REQUEST = 0, TXN = 1, INFO_BRT = 2, TXN_INFO_PRIV = 4,
  DATA_FEED = 5, QUERY = 6
}
 

Static Public Member Functions

static std::string toString (Enum value)
 

Detailed Description

TradeImpact services that can be accessed and used by all authorized traders.

Definition at line 29 of file Enumerations.h.

Member Enumeration Documentation

enum Enum
Enumerator
IP_REQUEST 

The IP Provider service is a specialized technological service that has the task of managing, allocating and distributing the transport addresses associated with traders.

TXN 
INFO_BRT 

The INFO_BRT service broadcasts the following information to all traders requesting it: MTS registry, market registry and public information

    @note The classes supported by the INFO_BRT service that can only be subscribed (action requests are not allowed).  
TXN_INFO_PRIV 

The TXN_INFO_PRIV service is the transactional service that supports the classes that may be used by traders to perform typical trading operations, such as: trade on/trade off, proposal insertion/modification and order insertion.

    @note The TXN_INFO_PRIV service also supports the classes that a trader may use to receive private information, such as information about trades.  
DATA_FEED 
QUERY 

Definition at line 31 of file Enumerations.h.

Member Function Documentation

static std::string toString ( Enum  value)
static

Returns string representation.


The documentation for this struct was generated from the following file: