Beispiel #1
0
 public static void ConnectL2(string host)
 {
     Level2 = new Level2Client(host);
     Level2.OnStockQuoteUpdated += OnLevel2QuoteUpdated;
 }
Beispiel #2
0
 public static Level2Client Connection(string address)
 {
     Instance = new Level2Client(address);
     return(Instance);
 }