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

Public Member Functions

std::string toString () const
 String representation.
 

Public Attributes

int64 commissionValue
 Commission Value. More...
 
int32 commissionAmount
 Commission Amount. More...
 
uint64 adjTradePrice
 Trade price, Adjusted. More...
 
CommissionFormat::Enum commissionFormat
 Commission Format. More...
 

Member Data Documentation

uint64 adjTradePrice

Trade price, Adjusted.

The traded price adjusted with the commission. The format is with 8 decimals.

int32 commissionAmount

Commission Amount.

The calculated commission amount in money. The format is with two decimals.

CommissionFormat::Enum commissionFormat

Commission Format.

Defines the commission format.

int64 commissionValue

Commission Value.

The commission value used for calculation. It is defined by the market place and is selected based upon contract size, instrument and lifetime of instrument.The value is interpreted with 7 decimals.The format is defined by field Commission format.