• C#
  • Java
  • VB
  • C++
  • Python
Contact us
CommissionReport Class Reference

class representing the commissions generated by an execution. More...

Public Member Functions

override bool Equals (object p_other)
 
override int GetHashCode ()
 

Properties

string ExecId [get, set]
 the execution's id this commission belongs to.
 
double Commission [get, set]
 the commissions cost.
 
string Currency [get, set]
 the reporting currency.
 
double RealizedPNL [get, set]
 the realized profit and loss
 
double Yield [get, set]
 The income return.
 
int YieldRedemptionDate [get, set]
 date expressed in yyyymmdd format.
 

Detailed Description

class representing the commissions generated by an execution.

See Also
Execution