Уважаемые разработчики,
выкачал сорцы и обнаружил, что все комментарии и сообщения об ошибках битые в некоторых файлах.
На кодеплексе если браузером смотреть такая же картина. Это так и было задумано?
Пример
Код
/// <summary>
/// �������� DDE �������. ��-��������� ����� STOCKSHARP.
/// </summary>
public string DdeServer
{
get { return _ddeServer; }
set
{
if (value.IsEmpty())
throw new ArgumentNullException("value");
if (DdeServer == value)
return;
if (IsExportStarted)
throw new InvalidOperationException("������ ������ DDE ������ ��� ���������� ��������.");
DisposeDdeServer();
_ddeServer = value;
}
}
список файлов с такими глюками:
Sources\Xaml\QuoteConverter.cs
Sources\Xaml\MsChartEx.cs
Sources\Xaml\GuiTrader.cs
Sources\Xaml\EquityData.cs
Sources\Xaml\ChartTransactionElement.cs
Sources\Xaml\ChartTradeElement.cs
Sources\Xaml\ChartPart.cs
Sources\Xaml\ChartOrderElement.cs
Sources\Xaml\ChartIndicatorValue.cs
Sources\Xaml\ChartElement.cs
Sources\Smart\SmartOrderCondition.cs
Sources\Smart\SmartAddresses.cs
Sources\Quik\Transaction.cs
Sources\Quik\QuikTrader.cs
Sources\Quik\QuikOrderCondition.cs
Sources\Quik\QuikDdeServer.cs
Sources\Quik\DdeTableColumnList.cs
Sources\Quik\DdeTableColumn.cs
Sources\Quik\DdeTable.cs
Sources\Quik\Codes.cs
Sources\Quik\ApiWrapper.cs
Sources\Quik\ApiException.cs
Sources\Quik\Api.cs
Sources\Plaza\Wrappers\WrapperHelper.cs
Sources\Plaza\Wrappers\MessageDispatcher.cs
Sources\Plaza\Wrappers\IStreamWrapper.cs
Sources\Plaza\Wrappers\IRecordWrapper.cs
Sources\Plaza\Wrappers\IMessageWrapper.cs
Sources\Plaza\Wrappers\IMessageFactoryWrapper.cs
Sources\Plaza\Wrappers\IConnectionWrapper.cs
Sources\Plaza\PlazaTableManager.cs
Sources\Plaza\PlazaRevisionManager.cs
Sources\Plaza\Metadata\PlazaTableRegistry.cs
Sources\Plaza\Metadata\PlazaSysEventsColumns.cs
Sources\Plaza\Metadata\PlazaFutureColumns.cs
Sources\Plaza\Metadata\PlazaBaseOrdersColumns.cs
Sources\Plaza\Metadata\PlazaAnonymousOrdersLogColumns.cs
Sources\Plaza\Metadata\PlazaAnonymousMultiLegOrdersLogColumns.cs
Sources\Logging\SpeechLogListener.cs
Sources\Logging\LogListener.cs
Sources\Logging\LogLevels.cs
Sources\BusinessEntities\Unit.cs
Sources\BusinessEntities\Trade.cs
Sources\BusinessEntities\Security.cs
Sources\BusinessEntities\Quote.cs
Sources\BusinessEntities\Portfolio.cs
Sources\BusinessEntities\OrderLogItem.cs
Sources\BusinessEntities\Order.cs
Sources\BusinessEntities\MyTrade.cs
Sources\BusinessEntities\MarketDepth.cs
Sources\BusinessEntities\ITrader.cs
Sources\BusinessEntities\IAtomic.cs
Sources\BusinessEntities\ExchangeBoard.cs
Sources\BusinessEntities\Exchange.cs
Sources\BusinessEntities\Currency.cs
Sources\BusinessEntities\BasePosition.cs
Sources\Algo\TraderHelper.cs
Sources\Algo\Testing\RealTimeEmulationTrader.cs
Sources\Algo\Testing\MarketEmulator.cs
Sources\Algo\Strategies\TimeFrameStrategy.cs
Sources\Algo\Strategies\StrategyParam.cs
Sources\Algo\Strategies\Strategy.cs
Sources\Algo\Strategies\QuotingStrategy.cs
Sources\Algo\Strategies\MarketQuotingStrategy.cs
Sources\Algo\Strategies\LevelQuotingStrategy.cs
Sources\Algo\Strategies\LastTradeQuotingStrategy.cs
Sources\Algo\Strategies\HedgeStrategy.cs
Sources\Algo\Strategies\BestByVolumeQuotingStrategy.cs
Sources\Algo\Strategies\BestByPriceQuotingStrategy.cs
Sources\Algo\Strategies\BasketStrategy.cs
Sources\Algo\Storages\TradeList.cs
Sources\Algo\Storages\StorageHelper.cs
Sources\Algo\Storages\SecurityList.cs
Sources\Algo\Storages\SecurityChangeSerializer.cs
Sources\Algo\Storages\SecurityChange.cs
Sources\Algo\Storages\RemoteMarketDataDrive.cs
Sources\Algo\Storages\OrderLogSerializer.cs
Sources\Algo\Storages\OrderList.cs
Sources\Algo\Storages\MyTradeList.cs
Sources\Algo\Storages\MarketDataStorageHelper.cs
Sources\Algo\Storages\LocalMarketDataDrive.cs
Sources\Algo\Storages\IMarketDataDrive.cs
Sources\Algo\Storages\IEntityRegistry.cs
Sources\Algo\Storages\EntityRegistry.cs
Sources\Algo\Statistics\ITradeStatisticParameter.cs
Sources\Algo\Statistics\IPositionStatisticParameter.cs
Sources\Algo\Statistics\IPnLStatisticParameter.cs
Sources\Algo\Statistics\IOrderStatisticParameter.cs
Sources\Algo\Slippage\SlippageManager.cs
Sources\Algo\ServerCredentials.cs
Sources\Algo\Reporting\StrategyReport.cs
Sources\Algo\ReConnectionManager.cs
Sources\Algo\ProcessStates.cs
Sources\Algo\PnL\MyTradePnLInfo.cs
Sources\Algo\OrderLogHelper.cs
Sources\Algo\Notification\NotificationClient.cs
Sources\Algo\MemoryStatistics.cs
Sources\Algo\MarketTimer.cs
Sources\Algo\MarketPriceTypes.cs
Sources\Algo\Licensing\LicenseHelper.cs
Sources\Algo\Licensing\License.cs
Sources\Algo\Indicators\IndicatorToken.cs
Sources\Algo\Indicators\IndicatorHelper.cs
Sources\Algo\IndexSecurity.cs
Sources\Algo\IMarketRuleList.cs
Sources\Algo\IMarketRuleContainer.cs
Sources\Algo\IDailyInfoSoap.cs
Sources\Algo\History\Rts\RtsHistorySource.cs
Sources\Algo\History\Hydra\RemoteStorageClient.cs
Sources\Algo\History\Hydra\RemoteStorage.cs
Sources\Algo\History\Hydra\IRemoteStorage.cs
Sources\Algo\History\Finam\FinamHistorySource.cs
Sources\Algo\Derivatives\IBlackScholes.cs
Sources\Algo\Derivatives\BasketStrike.cs
Sources\Algo\Derivatives\BasketBlackScholes.cs
Sources\Algo\ContinuousSecurity.cs
Sources\Algo\Commissions\ICommissionService.cs
Sources\Algo\Commissions\ICommissionProfile.cs
Sources\Algo\Commissions\ICommissionManager.cs
Sources\Algo\Commissions\CommissionRule.cs
Sources\Algo\Commissions\CommissionManager.cs
Sources\Algo\Candles\StorageCandleSource.cs
Sources\Algo\Candles\IStorageCandleSource.cs
Sources\Algo\Candles\IndexSeriesBuilder.cs
Sources\Algo\Candles\ICandleSource.cs
Sources\Algo\Candles\ICandleManagerSource.cs
Sources\Algo\Candles\Compression\RealTimeCandleBuilderSource.cs
Sources\Algo\Candles\Compression\ICandleBuilder.cs
Sources\Algo\Candles\CandleSourceEnumerator.cs
Sources\Algo\Candles\CandleSeries.cs
Sources\Algo\Candles\CandleManager.cs
Sources\Algo\Candles\Candle.cs
Sources\Algo\Candles\BaseCandleSource.cs
Sources\Algo\BaseTrader.cs