Ejemplo n.º 1
0
 public void SetOnPriceUpdateCallBack(DeleOnRtnDepthMarketData func)
 {
     (Invoke(_handle, "SetPriceUpdateCallBack", typeof(DeleSetCallBack)) as DeleSetCallBack)(_pApp, func);
 }
Ejemplo n.º 2
0
 public void SetOnRtnDepthMarketData(DeleOnRtnDepthMarketData func)
 {
     (Invoke(_handle, "SetOnRtnDepthMarketData", typeof(DeleSet)) as DeleSet)(_spi, func);
 }
Ejemplo n.º 3
0
 public void SetOnRtnDepthMarketData(DeleOnRtnDepthMarketData func)
 {
     (loader.Invoke("SetOnRtnDepthMarketData", typeof(DeleSet)) as DeleSet)(_spi, func);
 }