public FXManager(Display display, string user, string pw, string url, string connection, MailSender mailSender) { this.display = display; this.user = user; this.pw = pw; this.url = url; this.connection = connection; this.mailSender = mailSender; initialize(); }
int trailStepStop = 0; // dynamic #endregion Fields #region Constructors public MarketTrade(O2GSession session, Display display, MailSender mailSender, string cond_dist) { this.mSession = session; this.display = display; this.mailSender = mailSender; this.cond_dist = cond_dist; }