예제 #1
0
 public OnRspQryInstrumentMarginRateArgs(IntPtr pTraderApi, ref CZQThostFtdcInstrumentMarginRateField pInstrumentMarginRate, ref CZQThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     this.pTraderApi            = pTraderApi;
     this.pInstrumentMarginRate = pInstrumentMarginRate;
     this.pRspInfo   = pRspInfo;
     this.nRequestID = nRequestID;
     this.bIsLast    = bIsLast;
 }
예제 #2
0
 public void SetNativeValue(CZQThostFtdcInstrumentMarginRateField instrumentMarginRate)
 {
     this.instrumentMarginRate = instrumentMarginRate;
     this.isRefreshMarginRate  = true;
 }