Adaptive.ReactiveTrader.Server.Analytics.CurrencyPairTracker.CurrencyPairTracker C# (CSharp) Method

CurrencyPairTracker() public method

public CurrencyPairTracker ( string currencyPair ) : System.Collections.Generic
currencyPair string
return System.Collections.Generic
        public CurrencyPairTracker(string currencyPair)
        {
            CurrencyPair = currencyPair;
            CrossedPair = currencyPair.Substring(0, 3) + "USD";
        }