Beispiel #1
0
 public void CreateAPI()
 {
     if (_handle == IntPtr.Zero)
     {
         _handle = CTPQuoteAPI.CreateAPI();
     }
 }