public void AddOrder(long id, int price, int qty, Recorder fff) { fff.PutOwnOrder(id, price, qty); }
// ********************************************************************** public void AddStock(Quote[] quotes, Spread spread, Recorder fff) { fff.PutStock(quotes, spread); }