Exemplo n.º 1
0
 public OrderReplaceProcessor(DriverBase myHandler, BlockingCollection<RequestData> replaceRequestsCollection)
 {
     replaceRequests = replaceRequestsCollection;
     _Handler = myHandler;
     _replaceRequest = new Dictionary<string, RequestData>();
     m_DriverLog = log4net.LogManager.GetLogger("KaiDriverLog");
 }
Exemplo n.º 2
0
 public PxUpdateProcessor(DriverBase myHanlder, BlockingCollection<KaiTrade.Interfaces.IPXUpdate> newUpdates)
 {
     pxUpdates = newUpdates;
     handler = myHanlder;
 }