Exemple #1
0
 internal static HandleRef getCPtr(TapAPINewOrder obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #2
0
 public TapAPINewOrder(TapAPINewOrder other) : this(TapTradePINVOKE.new_TapAPINewOrder__SWIG_1(TapAPINewOrder.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
        public virtual int InsertOrder(out uint sessionID, TapAPINewOrder order)
        {
            int ret = TapTradePINVOKE.ITapTradeAPI_InsertOrder(swigCPtr, out sessionID, TapAPINewOrder.getCPtr(order));

            return(ret);
        }