OnixS SGX Derivatives Handler for C++  2.17.0.0
Public Member Functions | Public Attributes | List of all members
TradeReportType Struct Reference

Trade Report Type. More...

Public Member Functions

std::string toString () const
 String representation.
 
 TradeReportType ()
 Default constructor.
 

Public Attributes

std::string trcId
 Trade Report Class. More...
 
std::string trrId
 Trade Report, Identity. More...
 
std::string condition
 Trade Report Description. More...
 
bool authorized
 Authorized. More...
 
uint8 extTState
 Trade Report Type. More...
 
bool allowInterbank
 Allow interbank. More...
 
bool allowWithinParticipant
 Allow within participant. More...
 
bool cboTradeReport
 Combo Trade Report. More...
 

Detailed Description

Trade Report Type.

Member Data Documentation

bool allowInterbank

Allow interbank.

The trade report type is allowed to report between different participant.

bool allowWithinParticipant

Allow within participant.

The trade report type is allowed to report within the same participant.

bool authorized

Authorized.

Defines if the user sending the query is authorized to use the Trade Report Type.

bool cboTradeReport

Combo Trade Report.

Describes if the Trade Report Type is used to do a combo trade report.

std::string condition

Trade Report Description.

The description of the trade report type.

uint8 extTState

Trade Report Type.

Defines the type of Trade Report. The available types can be retrieved by Query Trade Report. This field also contains the session type for Session State Orders. The available types can be retrieved by Query State Type.

std::string trcId

Trade Report Class.

The ID string for a trade report class. The trade report class contains a list of Trade Report Types.

std::string trrId

Trade Report, Identity.

The ID string for a trade report type.