public void SetOnPriceUpdateCallBack(DeleOnRtnDepthMarketData func)
 {
     (Invoke(_handle, "SetPriceUpdateCallBack", typeof(DeleSetCallBack)) as DeleSetCallBack)(_pApp, func);
 }
 public void SetOnRtnDepthMarketData(DeleOnRtnDepthMarketData func)
 {
     (Invoke(_handle, "SetOnRtnDepthMarketData", typeof(DeleSet)) as DeleSet)(_spi, func);
 }
Exemple #3
0
 public void SetOnRtnDepthMarketData(DeleOnRtnDepthMarketData func)
 {
     (loader.Invoke("SetOnRtnDepthMarketData", typeof(DeleSet)) as DeleSet)(_spi, func);
 }