public IndexComputerInstrument(IndexComputer parent, IQuoteModel quote, ITradeModel trade, double weight) { this.parent = parent; this.quote = quote; this.trade = trade; this.weight = weight; }
public AdapterIQuoteModel(IQuoteModel src) { this.src = src; }