nms quickstart example development

This commit is contained in:
markpollack
2008-08-08 21:58:30 +00:00
parent 5081df2032
commit b867ebea34

View File

@@ -9,9 +9,6 @@ namespace Spring.NmsQuickStart.Server.Handlers
{
public class StockAppHandler
{
private static readonly ILog log = LogManager.GetLogger(typeof(StockAppHandler));
private IExecutionVenueService executionVenueService;
private ICreditCheckService creditCheckService;