public ForexDom(double price, double volume, int stepsAboveOrBelow, BidOrAsk type, ForexTick ticket) { this.price = price; this.volume = volume; this.stepsAboveOrBelow = stepsAboveOrBelow; this.type = type; this.ticket = ticket; }