public BTCeInverseQuoteCurrencyWalletPair(CurrencyWallet _sourceWallet, CurrencyWallet _destinationWallet, IDataStore _dataStore, string _url) : base(_sourceWallet, _destinationWallet, _dataStore, _url) { }
public CurrencyWalletPair(CurrencyWallet _sourceWallet, CurrencyWallet _destinationWallet, IDataStore _dataStore) { sourceWallet = _sourceWallet; destinationWallet = _destinationWallet; dataStore = _dataStore; }
public BTCMarketsCurrencyWalletPair(CurrencyWallet _sourceWallet, CurrencyWallet _destinationWallet, IDataStore _dataStore, string _url) : base(_sourceWallet, _destinationWallet, _dataStore) { url = _url; }
public BTCMarketsSyntheticCurrencyWalletPair(CurrencyWallet _sourceWallet, CurrencyWallet _destinationWallet, IDataStore _dataStore, string _url, string _url2) : base(_sourceWallet, _destinationWallet, _dataStore, _url) { url = _url; url2 = _url2; }