CPairedDealInfo Class – library MetaTrader 5
CPairedDealInfo is a class to reconstruct closed trades (paired in/out deals) from history sorted by close time. The class has a similar interface to CDealInfo class of the standard library. class CPairedDealInfo : public CObject { public: CPairedDealInfo(void); ~CPairedDealInfo(void); //— methods of access to protected data ulong TicketOpen(void) const { return(m_curr_ticket_in); } … Read more