示例#1
0
 public void setInstrumentName(string instrumentName)
 {
     ContextModulePINVOKE.ExecutionReport_setInstrumentName(swigCPtr, instrumentName);
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }