Adaptive.ReactiveTrader.Contract.Events.Reference.CurrencyCreatedEvent.CurrencyCreatedEvent C# (CSharp) Метод

CurrencyCreatedEvent() публичный Метод

public CurrencyCreatedEvent ( string symbol )
symbol string
        public CurrencyCreatedEvent(string symbol)
        {
            Symbol = symbol;
        }
CurrencyCreatedEvent