コード例 #1
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       CThostFtdcJNI.delete_CThostFtdcInputOrderActionField(swigCPtr);
     }
     swigCPtr = 0;
   }
 }
コード例 #2
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       CThostFtdcJNI.delete_CThostFtdcExchangeMarginRateField(swigCPtr);
     }
     swigCPtr = 0;
   }
 }
コード例 #3
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       CThostFtdcJNI.delete_CThostFtdcBrokerUserFunctionField(swigCPtr);
     }
     swigCPtr = 0;
   }
 }
コード例 #4
0
 public char getBrokerFunctionCode() {
   return CThostFtdcJNI.CThostFtdcBrokerUserFunctionField_BrokerFunctionCode_get(swigCPtr, this);
 }
コード例 #5
0
 public String getUserID() {
   return CThostFtdcJNI.CThostFtdcBrokerUserFunctionField_UserID_get(swigCPtr, this);
 }
コード例 #6
0
 public void setShortMarginRatioByVolume(double value) {
   CThostFtdcJNI.CThostFtdcExchangeMarginRateField_ShortMarginRatioByVolume_set(
       swigCPtr, this, value);
 }
コード例 #7
0
 public void setLongMarginRatioByMoney(double value) {
   CThostFtdcJNI.CThostFtdcExchangeMarginRateField_LongMarginRatioByMoney_set(
       swigCPtr, this, value);
 }
コード例 #8
0
 public void setHedgeFlag(char value) {
   CThostFtdcJNI.CThostFtdcExchangeMarginRateField_HedgeFlag_set(swigCPtr, this, value);
 }
コード例 #9
0
 public void setSessionID(int value) {
   CThostFtdcJNI.CThostFtdcInputOrderActionField_SessionID_set(swigCPtr, this, value);
 }
コード例 #10
0
 public int getRequestID() {
   return CThostFtdcJNI.CThostFtdcInputOrderActionField_RequestID_get(swigCPtr, this);
 }
コード例 #11
0
 public void setRequestID(int value) {
   CThostFtdcJNI.CThostFtdcInputOrderActionField_RequestID_set(swigCPtr, this, value);
 }
コード例 #12
0
 public String getOrderRef() {
   return CThostFtdcJNI.CThostFtdcInputOrderActionField_OrderRef_get(swigCPtr, this);
 }
コード例 #13
0
 public void setOrderRef(String value) {
   CThostFtdcJNI.CThostFtdcInputOrderActionField_OrderRef_set(swigCPtr, this, value);
 }
コード例 #14
0
 public String getInvestorID() {
   return CThostFtdcJNI.CThostFtdcInputOrderActionField_InvestorID_get(swigCPtr, this);
 }
コード例 #15
0
 public void setInvestorID(String value) {
   CThostFtdcJNI.CThostFtdcInputOrderActionField_InvestorID_set(swigCPtr, this, value);
 }
コード例 #16
0
 public void setInstrumentID(String value) {
   CThostFtdcJNI.CThostFtdcExchangeMarginRateField_InstrumentID_set(swigCPtr, this, value);
 }
コード例 #17
0
 public String getInstrumentID() {
   return CThostFtdcJNI.CThostFtdcExchangeMarginRateField_InstrumentID_get(swigCPtr, this);
 }
コード例 #18
0
 public int getSessionID() {
   return CThostFtdcJNI.CThostFtdcInputOrderActionField_SessionID_get(swigCPtr, this);
 }
コード例 #19
0
 public char getHedgeFlag() {
   return CThostFtdcJNI.CThostFtdcExchangeMarginRateField_HedgeFlag_get(swigCPtr, this);
 }
コード例 #20
0
 public void setExchangeID(String value) {
   CThostFtdcJNI.CThostFtdcInputOrderActionField_ExchangeID_set(swigCPtr, this, value);
 }
コード例 #21
0
 public double getLongMarginRatioByMoney() {
   return CThostFtdcJNI.CThostFtdcExchangeMarginRateField_LongMarginRatioByMoney_get(
       swigCPtr, this);
 }
コード例 #22
0
 public String getExchangeID() {
   return CThostFtdcJNI.CThostFtdcInputOrderActionField_ExchangeID_get(swigCPtr, this);
 }
コード例 #23
0
 public double getShortMarginRatioByVolume() {
   return CThostFtdcJNI.CThostFtdcExchangeMarginRateField_ShortMarginRatioByVolume_get(
       swigCPtr, this);
 }
コード例 #24
0
 public CThostFtdcExchangeMarginRateField() {
   this(CThostFtdcJNI.new_CThostFtdcExchangeMarginRateField(), true);
 }
コード例 #25
0
 public void setUserID(String value) {
   CThostFtdcJNI.CThostFtdcBrokerUserFunctionField_UserID_set(swigCPtr, this, value);
 }
コード例 #26
0
 public void setBrokerID(String value) {
   CThostFtdcJNI.CThostFtdcExchangeMarginRateField_BrokerID_set(swigCPtr, this, value);
 }
コード例 #27
0
 public void setBrokerFunctionCode(char value) {
   CThostFtdcJNI.CThostFtdcBrokerUserFunctionField_BrokerFunctionCode_set(swigCPtr, this, value);
 }
コード例 #28
0
 public String getBrokerID() {
   return CThostFtdcJNI.CThostFtdcExchangeMarginRateField_BrokerID_get(swigCPtr, this);
 }
コード例 #29
0
 public CThostFtdcBrokerUserFunctionField() {
   this(CThostFtdcJNI.new_CThostFtdcBrokerUserFunctionField(), true);
 }
コード例 #30
0
 public CThostFtdcInputOrderActionField() {
   this(CThostFtdcJNI.new_CThostFtdcInputOrderActionField(), true);
 }