/// <summary> /// Initializes a new instance of the <see cref="BitStampTrader"/>. /// </summary> public BitStampTrader() { _adapter = new BitStampMessageAdapter(TransactionIdGenerator); Adapter.InnerAdapters.Add(_adapter.ToChannel(this)); }
/// <summary> /// Создать <see cref="BitStampTrader"/>. /// </summary> public BitStampTrader() { _adapter = new BitStampMessageAdapter(TransactionIdGenerator); Adapter.InnerAdapters.Add(_adapter.ToChannel(this)); }