# -*- coding: utf-8 -*- # This file was automatically generated by SWIG (http://www.swig.org). # Version 4.0.2 # # Do not make changes to this file unless you know what you are doing--modify # the SWIG interface file instead. from sys import version_info as _swig_python_version_info if _swig_python_version_info < (2, 7, 0): raise RuntimeError("Python 2.7 or later required") # Import the low-level C/C++ module if __package__ or "." in __name__: from . import _traderapi else: import _traderapi try: import builtins as __builtin__ except ImportError: import __builtin__ def _swig_repr(self): try: strthis = "proxy of " + self.this.__repr__() except __builtin__.Exception: strthis = "" return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,) def _swig_setattr_nondynamic_instance_variable(set): def set_instance_attr(self, name, value): if name == "thisown": self.this.own(value) elif name == "this": set(self, name, value) elif hasattr(self, name) and isinstance(getattr(type(self), name), property): set(self, name, value) else: raise AttributeError("You cannot add instance attributes to %s" % self) return set_instance_attr def _swig_setattr_nondynamic_class_variable(set): def set_class_attr(cls, name, value): if hasattr(cls, name) and not isinstance(getattr(cls, name), property): set(cls, name, value) else: raise AttributeError("You cannot add class attributes to %s" % cls) return set_class_attr def _swig_add_metaclass(metaclass): """Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass""" def wrapper(cls): return metaclass(cls.__name__, cls.__bases__, cls.__dict__.copy()) return wrapper class _SwigNonDynamicMeta(type): """Meta class to enforce nondynamic attributes (no new attributes) for a class""" __setattr__ = _swig_setattr_nondynamic_class_variable(type.__setattr__) import weakref def set_null(*args) -> "void": return _traderapi.set_null(*args) def is_null(*args) -> "bool": return _traderapi.is_null(*args) TORA_TERT_RESTART = _traderapi.TORA_TERT_RESTART TORA_TERT_RESUME = _traderapi.TORA_TERT_RESUME TORA_TERT_QUICK = _traderapi.TORA_TERT_QUICK #########################################��¼����############################################ class CTORATstpReqUserLoginField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpReqUserLoginField_UserRequestID_get, _traderapi.CTORATstpReqUserLoginField_UserRequestID_set) # ��¼�˻� LogInAccount = property(_traderapi.CTORATstpReqUserLoginField_LogInAccount_get, _traderapi.CTORATstpReqUserLoginField_LogInAccount_set) # ��¼�˻����� LogInAccountType = property(_traderapi.CTORATstpReqUserLoginField_LogInAccountType_get, _traderapi.CTORATstpReqUserLoginField_LogInAccountType_set) # ���͹�˾���Ŵ��루���ʽ��˺ŷ�ʽ��¼ʱ��� DepartmentID = property(_traderapi.CTORATstpReqUserLoginField_DepartmentID_get, _traderapi.CTORATstpReqUserLoginField_DepartmentID_set) # ��֤��ʽ(ָ�ƻ�Կ�״���֤ʱ����) AuthMode = property(_traderapi.CTORATstpReqUserLoginField_AuthMode_get, _traderapi.CTORATstpReqUserLoginField_AuthMode_set) # ����(������֤ʱ����) Password = property(_traderapi.CTORATstpReqUserLoginField_Password_get, _traderapi.CTORATstpReqUserLoginField_Password_set) # �û��˲�Ʒ��Ϣ UserProductInfo = property(_traderapi.CTORATstpReqUserLoginField_UserProductInfo_get, _traderapi.CTORATstpReqUserLoginField_UserProductInfo_set) # �ӿڶ˲�Ʒ��Ϣ InterfaceProductInfo = property(_traderapi.CTORATstpReqUserLoginField_InterfaceProductInfo_get, _traderapi.CTORATstpReqUserLoginField_InterfaceProductInfo_set) # �ն˲ɼ���Ϣ TerminalInfo = property(_traderapi.CTORATstpReqUserLoginField_TerminalInfo_get, _traderapi.CTORATstpReqUserLoginField_TerminalInfo_set) # ����IP��ַ InnerIPAddress = property(_traderapi.CTORATstpReqUserLoginField_InnerIPAddress_get, _traderapi.CTORATstpReqUserLoginField_InnerIPAddress_set) # ����IP��ַ OuterIPAddress = property(_traderapi.CTORATstpReqUserLoginField_OuterIPAddress_get, _traderapi.CTORATstpReqUserLoginField_OuterIPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpReqUserLoginField_MacAddress_get, _traderapi.CTORATstpReqUserLoginField_MacAddress_set) # �ӿ����� Lang = property(_traderapi.CTORATstpReqUserLoginField_Lang_get, _traderapi.CTORATstpReqUserLoginField_Lang_set) # �ն˶�̬��Կ DynamicPassword = property(_traderapi.CTORATstpReqUserLoginField_DynamicPassword_get, _traderapi.CTORATstpReqUserLoginField_DynamicPassword_set) # �豸��ʶ(ָ����֤ʱ����) DeviceID = property(_traderapi.CTORATstpReqUserLoginField_DeviceID_get, _traderapi.CTORATstpReqUserLoginField_DeviceID_set) # ��֤���к�(ָ�ƻ�Կ�״���֤ʱ����) CertSerial = property(_traderapi.CTORATstpReqUserLoginField_CertSerial_get, _traderapi.CTORATstpReqUserLoginField_CertSerial_set) # �豸���(ָ�ƻ�Կ�״���֤ʱ����) DeviceType = property(_traderapi.CTORATstpReqUserLoginField_DeviceType_get, _traderapi.CTORATstpReqUserLoginField_DeviceType_set) # �����ڵ���(�ڲ�ʹ��) NodeRef = property(_traderapi.CTORATstpReqUserLoginField_NodeRef_get, _traderapi.CTORATstpReqUserLoginField_NodeRef_set) def __init__(self): _traderapi.CTORATstpReqUserLoginField_swiginit(self, _traderapi.new_CTORATstpReqUserLoginField()) __swig_destroy__ = _traderapi.delete_CTORATstpReqUserLoginField # Register CTORATstpReqUserLoginField in _traderapi: _traderapi.CTORATstpReqUserLoginField_swigregister(CTORATstpReqUserLoginField) cvar = _traderapi.cvar INT_NULL_VAL = cvar.INT_NULL_VAL FLOAT_NULL_VAL = cvar.FLOAT_NULL_VAL CHAR_NULL_VAL = cvar.CHAR_NULL_VAL WORD_NULL_VAL = cvar.WORD_NULL_VAL LONG_NULL_VAL = cvar.LONG_NULL_VAL # �û����� TORA_TSTP_LACT_UserID = cvar.TORA_TSTP_LACT_UserID # �ʽ��˺� TORA_TSTP_LACT_AccountID = cvar.TORA_TSTP_LACT_AccountID # �Ϻ�A�� TORA_TSTP_LACT_SHAStock = cvar.TORA_TSTP_LACT_SHAStock # ����A�� TORA_TSTP_LACT_SZAStock = cvar.TORA_TSTP_LACT_SZAStock # �Ϻ�B�� TORA_TSTP_LACT_SHBStock = cvar.TORA_TSTP_LACT_SHBStock # ����B�� TORA_TSTP_LACT_SZBStock = cvar.TORA_TSTP_LACT_SZBStock # ����A TORA_TSTP_LACT_ThreeNewBoardA = cvar.TORA_TSTP_LACT_ThreeNewBoardA # ����B TORA_TSTP_LACT_ThreeNewBoardB = cvar.TORA_TSTP_LACT_ThreeNewBoardB # �۹� TORA_TSTP_LACT_HKStock = cvar.TORA_TSTP_LACT_HKStock # ͳһ�û����� TORA_TSTP_LACT_UnifiedUserID = cvar.TORA_TSTP_LACT_UnifiedUserID # ����A�� TORA_TSTP_LACT_BJAStock = cvar.TORA_TSTP_LACT_BJAStock # ���� TORA_TSTP_AM_Password = cvar.TORA_TSTP_AM_Password # ָ�� TORA_TSTP_AM_FingerPrint = cvar.TORA_TSTP_AM_FingerPrint # Կ�״� TORA_TSTP_AM_CertInfo = cvar.TORA_TSTP_AM_CertInfo # �������� TORA_TSTP_LGT_ZHCN = cvar.TORA_TSTP_LGT_ZHCN # ������� TORA_TSTP_LGT_ZHHK = cvar.TORA_TSTP_LGT_ZHHK # Ӣ������ TORA_TSTP_LGT_ENUS = cvar.TORA_TSTP_LGT_ENUS # PC�� TORA_TSTP_DVT_PC = cvar.TORA_TSTP_DVT_PC # �ƶ��� TORA_TSTP_DVT_Mobile = cvar.TORA_TSTP_DVT_Mobile # ���͹�˾�û� TORA_TSTP_UTYPE_BrokerUser = cvar.TORA_TSTP_UTYPE_BrokerUser # �����û� TORA_TSTP_UTYPE_SuperUser = cvar.TORA_TSTP_UTYPE_SuperUser # Ͷ�����û� TORA_TSTP_UTYPE_Investor = cvar.TORA_TSTP_UTYPE_Investor # ͨ��(�ڲ�ʹ��) TORA_TSTP_EXD_COMM = cvar.TORA_TSTP_EXD_COMM # �Ϻ������� TORA_TSTP_EXD_SSE = cvar.TORA_TSTP_EXD_SSE # ���ڽ����� TORA_TSTP_EXD_SZSE = cvar.TORA_TSTP_EXD_SZSE # ��۽����� TORA_TSTP_EXD_HK = cvar.TORA_TSTP_EXD_HK # ����֤ȯ������ TORA_TSTP_EXD_BSE = cvar.TORA_TSTP_EXD_BSE # ���� TORA_TSTP_D_Buy = cvar.TORA_TSTP_D_Buy # ���� TORA_TSTP_D_Sell = cvar.TORA_TSTP_D_Sell # ETF�깺 TORA_TSTP_D_ETFPur = cvar.TORA_TSTP_D_ETFPur # ETF��� TORA_TSTP_D_ETFRed = cvar.TORA_TSTP_D_ETFRed # �¹��깺 TORA_TSTP_D_IPO = cvar.TORA_TSTP_D_IPO # ���ع� TORA_TSTP_D_Repurchase = cvar.TORA_TSTP_D_Repurchase # ��ع� TORA_TSTP_D_ReverseRepur = cvar.TORA_TSTP_D_ReverseRepur # ����ʽ�����깺 TORA_TSTP_D_OeFundPur = cvar.TORA_TSTP_D_OeFundPur # ����ʽ������� TORA_TSTP_D_OeFundRed = cvar.TORA_TSTP_D_OeFundRed # ����Ʒ���� TORA_TSTP_D_CollateralIn = cvar.TORA_TSTP_D_CollateralIn # ����Ʒ���� TORA_TSTP_D_CollateralOut = cvar.TORA_TSTP_D_CollateralOut # ��Ѻ��� TORA_TSTP_D_PledgeIn = cvar.TORA_TSTP_D_PledgeIn # ��Ѻ���� TORA_TSTP_D_PledgeOut = cvar.TORA_TSTP_D_PledgeOut # �����ծ TORA_TSTP_D_Rationed = cvar.TORA_TSTP_D_Rationed # ������ TORA_TSTP_D_Split = cvar.TORA_TSTP_D_Split # ����ϲ� TORA_TSTP_D_Merge = cvar.TORA_TSTP_D_Merge # �������� TORA_TSTP_D_CreditBuy = cvar.TORA_TSTP_D_CreditBuy # ��ȯ���� TORA_TSTP_D_CreditSell = cvar.TORA_TSTP_D_CreditSell # ��ȯ���� TORA_TSTP_D_SellRepay = cvar.TORA_TSTP_D_SellRepay # ��ȯ��ȯ TORA_TSTP_D_BuyRepay = cvar.TORA_TSTP_D_BuyRepay # ��ȯ��ת TORA_TSTP_D_RepayTransfer = cvar.TORA_TSTP_D_RepayTransfer # ��ȯ��ת TORA_TSTP_D_SurplusTransfer = cvar.TORA_TSTP_D_SurplusTransfer # Դȯ��ת TORA_TSTP_D_SourceTransfer = cvar.TORA_TSTP_D_SourceTransfer # ծȯת�� TORA_TSTP_D_BondConvertStock = cvar.TORA_TSTP_D_BondConvertStock # ծȯ���� TORA_TSTP_D_BondPutback = cvar.TORA_TSTP_D_BondPutback # ETFʵ���깺 TORA_TSTP_D_ETFOtPur = cvar.TORA_TSTP_D_ETFOtPur # ETFʵ����� TORA_TSTP_D_ETFOtRed = cvar.TORA_TSTP_D_ETFOtRed # ���۳��� TORA_TSTP_D_PutbackRelieve = cvar.TORA_TSTP_D_PutbackRelieve # �������� TORA_TSTP_D_IOIBuy = cvar.TORA_TSTP_D_IOIBuy # �������� TORA_TSTP_D_IOISell = cvar.TORA_TSTP_D_IOISell # �ɽ�ȷ������ TORA_TSTP_D_TCRBuy = cvar.TORA_TSTP_D_TCRBuy # �ɽ�ȷ������ TORA_TSTP_D_TCRSell = cvar.TORA_TSTP_D_TCRSell # ����� TORA_TSTP_OPT_AnyPrice = cvar.TORA_TSTP_OPT_AnyPrice # �޼� TORA_TSTP_OPT_LimitPrice = cvar.TORA_TSTP_OPT_LimitPrice # ���ż� TORA_TSTP_OPT_BestPrice = cvar.TORA_TSTP_OPT_BestPrice # �̺󶨼� TORA_TSTP_OPT_FixPrice = cvar.TORA_TSTP_OPT_FixPrice # �嵵�� TORA_TSTP_OPT_FiveLevelPrice = cvar.TORA_TSTP_OPT_FiveLevelPrice # �������� TORA_TSTP_OPT_HomeBestPrice = cvar.TORA_TSTP_OPT_HomeBestPrice # ������ɣ������� TORA_TSTP_TC_IOC = cvar.TORA_TSTP_TC_IOC # ������Ч TORA_TSTP_TC_GFS = cvar.TORA_TSTP_TC_GFS # ������Ч TORA_TSTP_TC_GFD = cvar.TORA_TSTP_TC_GFD # ָ������ǰ��Ч TORA_TSTP_TC_GTD = cvar.TORA_TSTP_TC_GTD # ����ǰ��Ч TORA_TSTP_TC_GTC = cvar.TORA_TSTP_TC_GTC # ���Ͼ�����Ч TORA_TSTP_TC_GFA = cvar.TORA_TSTP_TC_GFA # �κ����� TORA_TSTP_VC_AV = cvar.TORA_TSTP_VC_AV # ��С���� TORA_TSTP_VC_MV = cvar.TORA_TSTP_VC_MV # ȫ������ TORA_TSTP_VC_CV = cvar.TORA_TSTP_VC_CV # �� TORA_TSTP_OPERW_Non = cvar.TORA_TSTP_OPERW_Non # �绰ί�� TORA_TSTP_OPERW_Telephone = cvar.TORA_TSTP_OPERW_Telephone # ��̨ί�� TORA_TSTP_OPERW_OTC = cvar.TORA_TSTP_OPERW_OTC # �ƶ��ͻ���ί�� TORA_TSTP_OPERW_MobileClient = cvar.TORA_TSTP_OPERW_MobileClient # PC�ͻ���ί�� TORA_TSTP_OPERW_PCClient = cvar.TORA_TSTP_OPERW_PCClient # TYί�� TORA_TSTP_OPERW_TY = cvar.TORA_TSTP_OPERW_TY # ͨ��ί�� TORA_TSTP_OPERW_Channel = cvar.TORA_TSTP_OPERW_Channel # ��ɶ��� TORA_TSTP_LT_OddLot = cvar.TORA_TSTP_LT_OddLot # ���ֶ��� TORA_TSTP_LT_RoundLot = cvar.TORA_TSTP_LT_RoundLot # �����κμ�� TORA_TSTP_CCT_None = cvar.TORA_TSTP_CCT_None # �Գɽ���� TORA_TSTP_CCT_SelfDeal = cvar.TORA_TSTP_CCT_SelfDeal # ��ǿƽ TORA_TSTP_FCC_NotForceClose = cvar.TORA_TSTP_FCC_NotForceClose # �ʽ��� TORA_TSTP_FCC_MoneyNotEnough = cvar.TORA_TSTP_FCC_MoneyNotEnough # ��λ���� TORA_TSTP_FCC_PositionOverFull = cvar.TORA_TSTP_FCC_PositionOverFull # ���� TORA_TSTP_FCC_Other = cvar.TORA_TSTP_FCC_Other # ��ͨ TORA_TSTP_CQT_Normal = cvar.TORA_TSTP_CQT_Normal # ר�� TORA_TSTP_CQT_Special = cvar.TORA_TSTP_CQT_Special # Ԥ�� TORA_TSTP_OST_Cached = cvar.TORA_TSTP_OST_Cached # δ֪ TORA_TSTP_OST_Unknown = cvar.TORA_TSTP_OST_Unknown # �������ѽ��� TORA_TSTP_OST_Accepted = cvar.TORA_TSTP_OST_Accepted # ���ֳɽ� TORA_TSTP_OST_PartTraded = cvar.TORA_TSTP_OST_PartTraded # ȫ���ɽ� TORA_TSTP_OST_AllTraded = cvar.TORA_TSTP_OST_AllTraded # ���ɲ��� TORA_TSTP_OST_PartTradeCanceled = cvar.TORA_TSTP_OST_PartTradeCanceled # ȫ������ TORA_TSTP_OST_AllCanceled = cvar.TORA_TSTP_OST_AllCanceled # �������Ѿܾ� TORA_TSTP_OST_Rejected = cvar.TORA_TSTP_OST_Rejected # �������׺��� TORA_TSTP_OST_SendTradeEngine = cvar.TORA_TSTP_OST_SendTradeEngine # δ�ύ TORA_TSTP_OSS_InsertUnSubmit = cvar.TORA_TSTP_OSS_InsertUnSubmit # ���ύ TORA_TSTP_OSS_InsertSubmitted = cvar.TORA_TSTP_OSS_InsertSubmitted # ����δ�ύ TORA_TSTP_OSS_CancelUnSubmit = cvar.TORA_TSTP_OSS_CancelUnSubmit # �������ύ TORA_TSTP_OSS_CancelSubmitted = cvar.TORA_TSTP_OSS_CancelSubmitted # �����ѱ��ܾ� TORA_TSTP_OSS_CancelRejected = cvar.TORA_TSTP_OSS_CancelRejected # ������ɾ�� TORA_TSTP_OSS_CancelDeleted = cvar.TORA_TSTP_OSS_CancelDeleted # ����� TORA_TSTP_CID_CNY = cvar.TORA_TSTP_CID_CNY # �۱� TORA_TSTP_CID_HKD = cvar.TORA_TSTP_CID_HKD # ��Ԫ TORA_TSTP_CID_USD = cvar.TORA_TSTP_CID_USD # ���� TORA_TSTP_ORDT_Normal = cvar.TORA_TSTP_ORDT_Normal # �������� TORA_TSTP_ORDT_DeriveFromQuote = cvar.TORA_TSTP_ORDT_DeriveFromQuote # ������� TORA_TSTP_ORDT_DeriveFromCombination = cvar.TORA_TSTP_ORDT_DeriveFromCombination # ��ϱ��� TORA_TSTP_ORDT_Combination = cvar.TORA_TSTP_ORDT_Combination # ������ TORA_TSTP_ORDT_ConditionalOrder = cvar.TORA_TSTP_ORDT_ConditionalOrder # ������ TORA_TSTP_ORDT_Swap = cvar.TORA_TSTP_ORDT_Swap # Ԥ�� TORA_TSTP_ORDT_Cache = cvar.TORA_TSTP_ORDT_Cache # ҹ��ί�� TORA_TSTP_ORDT_Night = cvar.TORA_TSTP_ORDT_Night # ͨ��ί�� TORA_TSTP_ORDT_Board = cvar.TORA_TSTP_ORDT_Board # ɾ�� TORA_TSTP_AF_Delete = cvar.TORA_TSTP_AF_Delete # �޸� TORA_TSTP_AF_Modify = cvar.TORA_TSTP_AF_Modify # ǿ��ɾ�� TORA_TSTP_AF_ForceDelete = cvar.TORA_TSTP_AF_ForceDelete # �Զ������� TORA_TSTP_TOVT_CustomVol = cvar.TORA_TSTP_TOVT_CustomVol # ������� TORA_TSTP_TOVT_RelativeVol = cvar.TORA_TSTP_TOVT_RelativeVol # �Զ���۸� TORA_TSTP_TOPT_CustomPrice = cvar.TORA_TSTP_TOPT_CustomPrice # ���¼� TORA_TSTP_TOPT_LastPrice = cvar.TORA_TSTP_TOPT_LastPrice # ��һ�� TORA_TSTP_TOPT_AskPrice1 = cvar.TORA_TSTP_TOPT_AskPrice1 # ��һ�� TORA_TSTP_TOPT_BidPrice1 = cvar.TORA_TSTP_TOPT_BidPrice1 # ��ؼ� TORA_TSTP_TOPT_Relative = cvar.TORA_TSTP_TOPT_Relative # �ɽ����� TORA_TSTP_CC_TradeTouch = cvar.TORA_TSTP_CC_TradeTouch # �������� TORA_TSTP_CC_CancelTouch = cvar.TORA_TSTP_CC_CancelTouch # ʱ�䴥�� TORA_TSTP_CC_TimeTouch = cvar.TORA_TSTP_CC_TimeTouch # ����ʱ�δ��� TORA_TSTP_CC_SegmentTouch = cvar.TORA_TSTP_CC_SegmentTouch # ���¼۴��ڵ��������� TORA_TSTP_CC_LastPriceGreaterThanStopPrice = cvar.TORA_TSTP_CC_LastPriceGreaterThanStopPrice # ���¼�С�ڵ��������� TORA_TSTP_CC_LastPriceLesserThanStopPrice = cvar.TORA_TSTP_CC_LastPriceLesserThanStopPrice # ��һ�۴��ڵ��������� TORA_TSTP_CC_AskPriceGreaterEqualStopPrice = cvar.TORA_TSTP_CC_AskPriceGreaterEqualStopPrice # ��һ��С�ڵ��������� TORA_TSTP_CC_AskPriceLesserEqualStopPrice = cvar.TORA_TSTP_CC_AskPriceLesserEqualStopPrice # ��һ�۴��ڵ��������� TORA_TSTP_CC_BidPriceGreaterEqualStopPrice = cvar.TORA_TSTP_CC_BidPriceGreaterEqualStopPrice # ��һ��С�ڵ��������� TORA_TSTP_CC_BidPriceLesserEqualStopPrice = cvar.TORA_TSTP_CC_BidPriceLesserEqualStopPrice # ��ʼ TORA_TSTP_COST_Initial = cvar.TORA_TSTP_COST_Initial # δ���� TORA_TSTP_COST_NotTouched = cvar.TORA_TSTP_COST_NotTouched # �Ѵ��� TORA_TSTP_COST_Touched = cvar.TORA_TSTP_COST_Touched # �ѽ��� TORA_TSTP_COST_Finished = cvar.TORA_TSTP_COST_Finished # �ѳ��� TORA_TSTP_COST_Cancel = cvar.TORA_TSTP_COST_Cancel # ����ʧ�� TORA_TSTP_COST_Failed = cvar.TORA_TSTP_COST_Failed # ͨ��(�ڲ�ʹ��) TORA_TSTP_MKD_COMMON = cvar.TORA_TSTP_MKD_COMMON # �Ϻ�A�� TORA_TSTP_MKD_SHA = cvar.TORA_TSTP_MKD_SHA # ����A�� TORA_TSTP_MKD_SZA = cvar.TORA_TSTP_MKD_SZA # �Ϻ�B�� TORA_TSTP_MKD_SHB = cvar.TORA_TSTP_MKD_SHB # ����B�� TORA_TSTP_MKD_SZB = cvar.TORA_TSTP_MKD_SZB # ��������A�� TORA_TSTP_MKD_SZThreeA = cvar.TORA_TSTP_MKD_SZThreeA # ��������B�� TORA_TSTP_MKD_SZThreeB = cvar.TORA_TSTP_MKD_SZThreeB # �����г� TORA_TSTP_MKD_Foreign = cvar.TORA_TSTP_MKD_Foreign # ���ڸ۹�ͨ�г� TORA_TSTP_MKD_SZHK = cvar.TORA_TSTP_MKD_SZHK # �Ϻ��۹�ͨ�г� TORA_TSTP_MKD_SHHK = cvar.TORA_TSTP_MKD_SHHK # �������� TORA_TSTP_MKD_BJMain = cvar.TORA_TSTP_MKD_BJMain # δ֪ TORA_TSTP_MST_UnKnown = cvar.TORA_TSTP_MST_UnKnown # ����ǰ TORA_TSTP_MST_BeforeTrading = cvar.TORA_TSTP_MST_BeforeTrading # �������� TORA_TSTP_MST_Continous = cvar.TORA_TSTP_MST_Continous # ���� TORA_TSTP_MST_Closed = cvar.TORA_TSTP_MST_Closed # ���̼��Ͼ��� TORA_TSTP_MST_OpenCallAuction = cvar.TORA_TSTP_MST_OpenCallAuction # (�۹�ͨ)δ���� TORA_TSTP_MST_SZSEHKUnopened = cvar.TORA_TSTP_MST_SZSEHKUnopened # (�۹�ͨ)���̼��Ͼ������������� TORA_TSTP_MST_SZSEHKOpenCallAuctionInput = cvar.TORA_TSTP_MST_SZSEHKOpenCallAuctionInput # (�۹�ͨ)���̼��Ͼ��۶���ǰ TORA_TSTP_MST_SZSEHKOpenCallAuctionBeforeMatch = cvar.TORA_TSTP_MST_SZSEHKOpenCallAuctionBeforeMatch # (�۹�ͨ)���̼��Ͼ��۶��� TORA_TSTP_MST_SZSEHKOpenCallAuctionMatch = cvar.TORA_TSTP_MST_SZSEHKOpenCallAuctionMatch # (�۹�ͨ)��ͣ TORA_TSTP_MST_SZSEHKHalt = cvar.TORA_TSTP_MST_SZSEHKHalt # (�۹�ͨ)�������� TORA_TSTP_MST_SZSEHKContinous = cvar.TORA_TSTP_MST_SZSEHKContinous # (�۹�ͨ)Exchange Intervention TORA_TSTP_MST_SZSEHKExchangeIntervention = cvar.TORA_TSTP_MST_SZSEHKExchangeIntervention # (�۹�ͨ)���̼��Ͼ��۲ο��۶��� TORA_TSTP_MST_SZSEHKCloseCallAuctionReferencePrice = cvar.TORA_TSTP_MST_SZSEHKCloseCallAuctionReferencePrice # (�۹�ͨ)���̼��Ͼ������������� TORA_TSTP_MST_SZSEHKCloseCallAuctionInput = cvar.TORA_TSTP_MST_SZSEHKCloseCallAuctionInput # (�۹�ͨ)���̼��Ͼ��۲���ȡ�� TORA_TSTP_MST_SZSEHKCloseCallAuctionCannotCancel = cvar.TORA_TSTP_MST_SZSEHKCloseCallAuctionCannotCancel # (�۹�ͨ)���̼��Ͼ��۶��� TORA_TSTP_MST_SZSEHKCloseCallAuctionMatch = cvar.TORA_TSTP_MST_SZSEHKCloseCallAuctionMatch # (�۹�ͨ)���̼��Ͼ���������� TORA_TSTP_MST_SZSEHKCloseCallAuctionRandomClosed = cvar.TORA_TSTP_MST_SZSEHKCloseCallAuctionRandomClosed # (�۹�ͨ)ȡ�������� TORA_TSTP_MST_SZSEHKCancel = cvar.TORA_TSTP_MST_SZSEHKCancel # (�۹�ͨ)���� TORA_TSTP_MST_SZSEHKClosed = cvar.TORA_TSTP_MST_SZSEHKClosed # (�۹�ͨ)ȫ������ TORA_TSTP_MST_SZSEHKWholeClosed = cvar.TORA_TSTP_MST_SZSEHKWholeClosed # ���� TORA_TSTP_TRNSD_In = cvar.TORA_TSTP_TRNSD_In # ��� TORA_TSTP_TRNSD_Out = cvar.TORA_TSTP_TRNSD_Out # ���н��׵��� TORA_TSTP_TRNSD_MoveIn = cvar.TORA_TSTP_TRNSD_MoveIn # ���н��׵��� TORA_TSTP_TRNSD_MoveOut = cvar.TORA_TSTP_TRNSD_MoveOut # ���� TORA_TSTP_TRNSD_Freeze = cvar.TORA_TSTP_TRNSD_Freeze # �ⶳ TORA_TSTP_TRNSD_UnFreeze = cvar.TORA_TSTP_TRNSD_UnFreeze # ֤ȯת���� TORA_TSTP_TRNSD_StockToBank = cvar.TORA_TSTP_TRNSD_StockToBank # ����ת֤ȯ TORA_TSTP_TRNSD_BankToStock = cvar.TORA_TSTP_TRNSD_BankToStock # �ⲿ�ڵ�ת�� TORA_TSTP_TRNSD_NodeMoveIn = cvar.TORA_TSTP_TRNSD_NodeMoveIn # �ⲿ�ڵ�ת�� TORA_TSTP_TRNSD_NodeMoveOut = cvar.TORA_TSTP_TRNSD_NodeMoveOut # ֱ�ӻ��� TORA_TSTP_TRNSD_CashRepay = cvar.TORA_TSTP_TRNSD_CashRepay # ֱ�ӻ�Ϣ(�ڲ�ʹ��) TORA_TSTP_TRNSD_CashRepayInterestFee = cvar.TORA_TSTP_TRNSD_CashRepayInterestFee # �й��������� TORA_TSTP_BKID_CCB = cvar.TORA_TSTP_BKID_CCB # �й�ũҵ���� TORA_TSTP_BKID_ABC = cvar.TORA_TSTP_BKID_ABC # �й��������� TORA_TSTP_BKID_ICBC = cvar.TORA_TSTP_BKID_ICBC # �й����� TORA_TSTP_BKID_BOC = cvar.TORA_TSTP_BKID_BOC # �й��������� TORA_TSTP_BKID_CMB = cvar.TORA_TSTP_BKID_CMB # �й���ͨ���� TORA_TSTP_BKID_BC = cvar.TORA_TSTP_BKID_BC # �ֶ���չ���� TORA_TSTP_BKID_SPDB = cvar.TORA_TSTP_BKID_SPDB # ��ҵ���� TORA_TSTP_BKID_CIB = cvar.TORA_TSTP_BKID_CIB # �й�������� TORA_TSTP_BKID_CEB = cvar.TORA_TSTP_BKID_CEB # �㶫��չ���� TORA_TSTP_BKID_GDB = cvar.TORA_TSTP_BKID_GDB # �Ͼ����� TORA_TSTP_BKID_NJCB = cvar.TORA_TSTP_BKID_NJCB # �Ϻ����� TORA_TSTP_BKID_SHCB = cvar.TORA_TSTP_BKID_SHCB # �������� TORA_TSTP_BKID_CITICB = cvar.TORA_TSTP_BKID_CITICB # �������� TORA_TSTP_BKID_HXB = cvar.TORA_TSTP_BKID_HXB # �������� TORA_TSTP_BKID_CMBC = cvar.TORA_TSTP_BKID_CMBC # ƽ������ TORA_TSTP_BKID_PACB = cvar.TORA_TSTP_BKID_PACB # �������� TORA_TSTP_BKID_NBCB = cvar.TORA_TSTP_BKID_NBCB # �������� TORA_TSTP_BKID_BOB = cvar.TORA_TSTP_BKID_BOB # �ʴ����� TORA_TSTP_BKID_PSBC = cvar.TORA_TSTP_BKID_PSBC # ת�����ڴ��� TORA_TSTP_TRANST_TranferHandling = cvar.TORA_TSTP_TRANST_TranferHandling # ת�Ƴɹ� TORA_TSTP_TRANST_TransferSuccess = cvar.TORA_TSTP_TRANST_TransferSuccess # ת��ʧ�� TORA_TSTP_TRANST_TransferFail = cvar.TORA_TSTP_TRANST_TransferFail # �������ڴ��� TORA_TSTP_TRANST_RepealHandling = cvar.TORA_TSTP_TRANST_RepealHandling # �����ɹ� TORA_TSTP_TRANST_RepealSuccess = cvar.TORA_TSTP_TRANST_RepealSuccess # ����ʧ�� TORA_TSTP_TRANST_RepealFail = cvar.TORA_TSTP_TRANST_RepealFail # �ⲿϵͳ�ѽ��� TORA_TSTP_TRANST_ExternalAccepted = cvar.TORA_TSTP_TRANST_ExternalAccepted # �������׺��� TORA_TSTP_TRANST_SendTradeEngine = cvar.TORA_TSTP_TRANST_SendTradeEngine # ����� TORA_TSTP_TPT_ALL = cvar.TORA_TSTP_TPT_ALL # ��� TORA_TSTP_TPT_History = cvar.TORA_TSTP_TPT_History # �������� TORA_TSTP_TPT_TodayBS = cvar.TORA_TSTP_TPT_TodayBS # ������� TORA_TSTP_TPT_TodayPR = cvar.TORA_TSTP_TPT_TodayPR # ���ֺϲ��� TORA_TSTP_TPT_TodaySM = cvar.TORA_TSTP_TPT_TodaySM # δͬ�� TORA_TSTP_DS_Asynchronous = cvar.TORA_TSTP_DS_Asynchronous # ͬ���� TORA_TSTP_DS_Synchronizing = cvar.TORA_TSTP_DS_Synchronizing # ��ͬ�� TORA_TSTP_DS_Synchronized = cvar.TORA_TSTP_DS_Synchronized # ȫ��ͬ����� TORA_TSTP_DS_AllSynchronized = cvar.TORA_TSTP_DS_AllSynchronized # Ԥͬ����� TORA_TSTP_DS_PreSync = cvar.TORA_TSTP_DS_PreSync # ͨ��(�ڲ�ʹ��) TORA_TSTP_PID_COMMON = cvar.TORA_TSTP_PID_COMMON # �Ϻ���Ʊ TORA_TSTP_PID_SHStock = cvar.TORA_TSTP_PID_SHStock # �Ϻ����� TORA_TSTP_PID_SHFund = cvar.TORA_TSTP_PID_SHFund # �Ϻ�ծȯ TORA_TSTP_PID_SHBond = cvar.TORA_TSTP_PID_SHBond # �Ϻ���׼ȯ TORA_TSTP_PID_SHStandard = cvar.TORA_TSTP_PID_SHStandard # �Ϻ���Ѻʽ�ع� TORA_TSTP_PID_SHRepurchase = cvar.TORA_TSTP_PID_SHRepurchase # ���ڹ�Ʊ TORA_TSTP_PID_SZStock = cvar.TORA_TSTP_PID_SZStock # ���ڻ��� TORA_TSTP_PID_SZFund = cvar.TORA_TSTP_PID_SZFund # ����ծȯ TORA_TSTP_PID_SZBond = cvar.TORA_TSTP_PID_SZBond # ���ڱ�׼ȯ TORA_TSTP_PID_SZStandard = cvar.TORA_TSTP_PID_SZStandard # ������Ѻʽ�ع� TORA_TSTP_PID_SZRepurchase = cvar.TORA_TSTP_PID_SZRepurchase # ���ͨ�۹����� TORA_TSTP_PID_SZSEHKMain = cvar.TORA_TSTP_PID_SZSEHKMain # ���ͨ�۹ɴ�ҵ�� TORA_TSTP_PID_SZSEHKGEM = cvar.TORA_TSTP_PID_SZSEHKGEM # ���ͨ�۹����佻��֤ȯ TORA_TSTP_PID_SZSEHKETS = cvar.TORA_TSTP_PID_SZSEHKETS # ���ͨ�۹�NasdaqAMX�г� TORA_TSTP_PID_SZSEHKNasdaqAMX = cvar.TORA_TSTP_PID_SZSEHKNasdaqAMX # �Ϻ��ƴ��� TORA_TSTP_PID_SHKC = cvar.TORA_TSTP_PID_SHKC # ������Ʊ TORA_TSTP_PID_BJStock = cvar.TORA_TSTP_PID_BJStock # ͨ��(�ڲ�ʹ��) TORA_TSTP_STP_COMMON = cvar.TORA_TSTP_STP_COMMON # �Ϻ�A�� TORA_TSTP_STP_SHAShares = cvar.TORA_TSTP_STP_SHAShares # �Ϻ����г���ƱETF TORA_TSTP_STP_SHSingleMarketStockETF = cvar.TORA_TSTP_STP_SHSingleMarketStockETF # �Ϻ����г�ʵ��ծȯETF TORA_TSTP_STP_SHSingleMarketBondETF = cvar.TORA_TSTP_STP_SHSingleMarketBondETF # �Ϻ��ƽ�ETF TORA_TSTP_STP_SHGoldETF = cvar.TORA_TSTP_STP_SHGoldETF # �Ϻ�����ETF TORA_TSTP_STP_SHTradableMonetaryFund = cvar.TORA_TSTP_STP_SHTradableMonetaryFund # �Ϻ���ծ�ط�ծ TORA_TSTP_STP_SHBondNation = cvar.TORA_TSTP_STP_SHBondNation # �Ϻ���ҵծ TORA_TSTP_STP_SHBondCorporation = cvar.TORA_TSTP_STP_SHBondCorporation # �Ϻ���˾ծ TORA_TSTP_STP_SHBondCompany = cvar.TORA_TSTP_STP_SHBondCompany # �Ϻ���תծ TORA_TSTP_STP_SHBondConversion = cvar.TORA_TSTP_STP_SHBondConversion # �Ϻ�����ծ TORA_TSTP_STP_SHBondSeparation = cvar.TORA_TSTP_STP_SHBondSeparation # �Ϻ���׼ȯ TORA_TSTP_STP_SHStandard = cvar.TORA_TSTP_STP_SHStandard # �Ϻ���Ѻʽ�ع� TORA_TSTP_STP_SHRepo = cvar.TORA_TSTP_STP_SHRepo # �Ϻ����ʽ���� TORA_TSTP_STP_SHCEFund = cvar.TORA_TSTP_STP_SHCEFund # �Ϻ�����ʽ���� TORA_TSTP_STP_SHOEFund = cvar.TORA_TSTP_STP_SHOEFund # �Ϻ����г�ETF TORA_TSTP_STP_SHCrossMarketStockETF = cvar.TORA_TSTP_STP_SHCrossMarketStockETF # �Ϻ��羳ETF TORA_TSTP_STP_SHCrossBorderETF = cvar.TORA_TSTP_STP_SHCrossBorderETF # �Ϻ��ּ�ĸ���� TORA_TSTP_STP_SHMontherStructFund = cvar.TORA_TSTP_STP_SHMontherStructFund # �Ϻ��ּ��ӻ��� TORA_TSTP_STP_SHSubStructFund = cvar.TORA_TSTP_STP_SHSubStructFund # �Ϻ�ʵʱ������һ��� TORA_TSTP_STP_SHRealTimeMonetaryFund = cvar.TORA_TSTP_STP_SHRealTimeMonetaryFund # �Ϻ��ɽ���ծ TORA_TSTP_STP_SHExchangeableBond = cvar.TORA_TSTP_STP_SHExchangeableBond # �Ϻ���׼LOF���� TORA_TSTP_STP_SHLOF = cvar.TORA_TSTP_STP_SHLOF # ��������A�� TORA_TSTP_STP_SZMainAShares = cvar.TORA_TSTP_STP_SZMainAShares # ������С��ҵ�� TORA_TSTP_STP_SZSME = cvar.TORA_TSTP_STP_SZSME # ���ڹ�ծ���ط�ծ TORA_TSTP_STP_SZBondNation = cvar.TORA_TSTP_STP_SZBondNation # ������ҵծ TORA_TSTP_STP_SZBondCorporation = cvar.TORA_TSTP_STP_SZBondCorporation # ���ڹ�˾ծ TORA_TSTP_STP_SZBondCompany = cvar.TORA_TSTP_STP_SZBondCompany # ���ڿ�תծ TORA_TSTP_STP_SZBondConversion = cvar.TORA_TSTP_STP_SZBondConversion # ���ڷ���ծ TORA_TSTP_STP_SZBondSeparation = cvar.TORA_TSTP_STP_SZBondSeparation # ���ڴ�ҵ��(ע����) TORA_TSTP_STP_SZGEMReg = cvar.TORA_TSTP_STP_SZGEMReg # ���ڴ�ҵ���תծ(ע����) TORA_TSTP_STP_SZGEMBondConversionReg = cvar.TORA_TSTP_STP_SZGEMBondConversionReg # ���ڿ羳ETF TORA_TSTP_STP_SZCrossBorderETF = cvar.TORA_TSTP_STP_SZCrossBorderETF # ���ڻƽ�ETF TORA_TSTP_STP_SZGoldETF = cvar.TORA_TSTP_STP_SZGoldETF # �����ֽ�ծȯETF TORA_TSTP_STP_SZCashBondETF = cvar.TORA_TSTP_STP_SZCashBondETF # ���ڵ��г���ƱETF TORA_TSTP_STP_SZSingleMarketStockETF = cvar.TORA_TSTP_STP_SZSingleMarketStockETF # ���ڵ��г�ʵ��ծȯETF TORA_TSTP_STP_SZSingleMarketBondETF = cvar.TORA_TSTP_STP_SZSingleMarketBondETF # ���ڻ���ETF TORA_TSTP_STP_SZMonetaryFundETF = cvar.TORA_TSTP_STP_SZMonetaryFundETF # ���ڴ�ҵ�� TORA_TSTP_STP_SZGEM = cvar.TORA_TSTP_STP_SZGEM # ���ڴ�ҵ��ɽ���ծ TORA_TSTP_STP_SZGEMExchangeableBond = cvar.TORA_TSTP_STP_SZGEMExchangeableBond # ���ڴ�ҵ��ɽ���ծ(ע����) TORA_TSTP_STP_SZGEMExchangeableBondReg = cvar.TORA_TSTP_STP_SZGEMExchangeableBondReg # ���ڱ�׼ȯ TORA_TSTP_STP_SZStandard = cvar.TORA_TSTP_STP_SZStandard # ������Ѻʽ�ع� TORA_TSTP_STP_SZRepo = cvar.TORA_TSTP_STP_SZRepo # ���ڷ��ʽ���� TORA_TSTP_STP_SZCEFund = cvar.TORA_TSTP_STP_SZCEFund # ���ڿ���ʽ���� TORA_TSTP_STP_SZOEFund = cvar.TORA_TSTP_STP_SZOEFund # ���ڿ羳����ʽ���� TORA_TSTP_STP_SZCrossBorderOEFund = cvar.TORA_TSTP_STP_SZCrossBorderOEFund # ���ڿ��г���ƱETF TORA_TSTP_STP_SZCrossMarketStockETF = cvar.TORA_TSTP_STP_SZCrossMarketStockETF # ���ڱ�׼LOF���� TORA_TSTP_STP_SZLOF = cvar.TORA_TSTP_STP_SZLOF # ���ڿ羳LOF���� TORA_TSTP_STP_SZCrossBorderLOF = cvar.TORA_TSTP_STP_SZCrossBorderLOF # ���ڴ�ͳ�ּ�ĸ���� TORA_TSTP_STP_SZMontherStructFund = cvar.TORA_TSTP_STP_SZMontherStructFund # ���ڴ�ͳ�ּ��ӻ��� TORA_TSTP_STP_SZSubStructFund = cvar.TORA_TSTP_STP_SZSubStructFund # ���ڿ羳�ּ�ĸ���� TORA_TSTP_STP_SZMontherCrossBorderStructFund = cvar.TORA_TSTP_STP_SZMontherCrossBorderStructFund # ���ڿ羳�ּ��ӻ��� TORA_TSTP_STP_SZSubCrossBorderStructFund = cvar.TORA_TSTP_STP_SZSubCrossBorderStructFund # ���ڿɽ���ծ TORA_TSTP_STP_SZExchangeableBond = cvar.TORA_TSTP_STP_SZExchangeableBond # ���ڴ�ҵ���תծ TORA_TSTP_STP_SZGEMBondConversion = cvar.TORA_TSTP_STP_SZGEMBondConversion # ���ͨ�۹�ծȯ TORA_TSTP_STP_SZSEHKBond = cvar.TORA_TSTP_STP_SZSEHKBond # ���ͨ�۹�һ����Ȩ֤ TORA_TSTP_STP_SZSEHKBasketWarrant = cvar.TORA_TSTP_STP_SZSEHKBasketWarrant # ���ͨ�۹ɹɱ� TORA_TSTP_STP_SZSEHKEquity = cvar.TORA_TSTP_STP_SZSEHKEquity # ���ͨ�۹����� TORA_TSTP_STP_SZSEHKTrust = cvar.TORA_TSTP_STP_SZSEHKTrust # ���ͨ�۹�Ȩ֤ TORA_TSTP_STP_SZSEHKWarrant = cvar.TORA_TSTP_STP_SZSEHKWarrant # �Ϻ�����ƾ֤ TORA_TSTP_STP_SHCDR = cvar.TORA_TSTP_STP_SHCDR # �Ϻ��ƴ����Ʊ TORA_TSTP_STP_SHKC = cvar.TORA_TSTP_STP_SHKC # �ƴ����Ʒ�����к�ǰ5�������գ� TORA_TSTP_STP_SHKC1 = cvar.TORA_TSTP_STP_SHKC1 # �Ϻ��ƴ������ƾ֤ TORA_TSTP_STP_SHKCCDR = cvar.TORA_TSTP_STP_SHKCCDR # �������塢��С�崴����ҵ��Ʊ�����ƾ֤ TORA_TSTP_STP_SZCDR = cvar.TORA_TSTP_STP_SZCDR # ���ڴ�ҵ�崴����ҵ��Ʊ�����ƾ֤ TORA_TSTP_STP_SZGEMCDR = cvar.TORA_TSTP_STP_SZGEMCDR # ���ڴ�ҵ�崴����ҵ��Ʊ�����ƾ֤(ע����) TORA_TSTP_STP_SZGEMCDRReg = cvar.TORA_TSTP_STP_SZGEMCDRReg # ������Ʒ�ڻ�ETF TORA_TSTP_STP_SZCommFuturesETF = cvar.TORA_TSTP_STP_SZCommFuturesETF # ���ڻ�����ʩ���� TORA_TSTP_STP_SZInfrastructureFund = cvar.TORA_TSTP_STP_SZInfrastructureFund # �Ϻ��ƴ���ETF TORA_TSTP_STP_SHKCETF = cvar.TORA_TSTP_STP_SHKCETF # �Ϻ��ƴ���LOF TORA_TSTP_STP_SHKCLOF = cvar.TORA_TSTP_STP_SHKCLOF # �Ϻ��ƴ����תծ TORA_TSTP_STP_SHKCBondConversion = cvar.TORA_TSTP_STP_SHKCBondConversion # �Ϻ������תծ TORA_TSTP_STP_SHOrientedConversionBond = cvar.TORA_TSTP_STP_SHOrientedConversionBond # ���ڶ����תծ TORA_TSTP_STP_SZOrientedConversionBond = cvar.TORA_TSTP_STP_SZOrientedConversionBond # �Ϻ�������ʩ���� TORA_TSTP_STP_SHInfrastructureFund = cvar.TORA_TSTP_STP_SHInfrastructureFund # ������Ʊ TORA_TSTP_STP_BJStock = cvar.TORA_TSTP_STP_BJStock # �� TORA_TSTP_OUT_Shou = cvar.TORA_TSTP_OUT_Shou # �� TORA_TSTP_OUT_Gu = cvar.TORA_TSTP_OUT_Gu # �� TORA_TSTP_OUT_Fen = cvar.TORA_TSTP_OUT_Fen # �� TORA_TSTP_OUT_Zhang = cvar.TORA_TSTP_OUT_Zhang # ��ֵ���۷�ʽ TORA_TSTP_IMO_ValueLimit = cvar.TORA_TSTP_IMO_ValueLimit # �������۷�ʽ TORA_TSTP_IMO_AddIssue = cvar.TORA_TSTP_IMO_AddIssue # �����깺��ʽ TORA_TSTP_IMO_Credit = cvar.TORA_TSTP_IMO_Credit # ���۷���(������) TORA_TSTP_IMO_Fixed = cvar.TORA_TSTP_IMO_Fixed # ���۷���(������) TORA_TSTP_IMO_Auction = cvar.TORA_TSTP_IMO_Auction # ���� TORA_TSTP_USTS_Enabled = cvar.TORA_TSTP_USTS_Enabled # ���� TORA_TSTP_USTS_Disabled = cvar.TORA_TSTP_USTS_Disabled # ���� TORA_TSTP_USTS_Locked = cvar.TORA_TSTP_USTS_Locked # ���� TORA_TSTP_CT_Person = cvar.TORA_TSTP_CT_Person # ���� TORA_TSTP_CT_Company = cvar.TORA_TSTP_CT_Company # ��Ӫ TORA_TSTP_CT_SelfOperate = cvar.TORA_TSTP_CT_SelfOperate # ���� TORA_TSTP_CT_Test = cvar.TORA_TSTP_CT_Test # ��֯�������� TORA_TSTP_ICT_EID = cvar.TORA_TSTP_ICT_EID # �й��������֤ TORA_TSTP_ICT_IDCard = cvar.TORA_TSTP_ICT_IDCard # ����֤ TORA_TSTP_ICT_OfficerIDCard = cvar.TORA_TSTP_ICT_OfficerIDCard # ����֤ TORA_TSTP_ICT_PoliceIDCard = cvar.TORA_TSTP_ICT_PoliceIDCard # ʿ��֤ TORA_TSTP_ICT_SoldierIDCard = cvar.TORA_TSTP_ICT_SoldierIDCard # ���ڲ� TORA_TSTP_ICT_HouseholdRegister = cvar.TORA_TSTP_ICT_HouseholdRegister # ���� TORA_TSTP_ICT_Passport = cvar.TORA_TSTP_ICT_Passport # ̨��֤ TORA_TSTP_ICT_TaiwanCompatriotIDCard = cvar.TORA_TSTP_ICT_TaiwanCompatriotIDCard # ����֤ TORA_TSTP_ICT_HomeComingCard = cvar.TORA_TSTP_ICT_HomeComingCard # Ӫҵִ�պ� TORA_TSTP_ICT_LicenseNo = cvar.TORA_TSTP_ICT_LicenseNo # ˰��ǼǺ�/������˰ID TORA_TSTP_ICT_TaxNo = cvar.TORA_TSTP_ICT_TaxNo # �۰ľ��������ڵ�ͨ��֤ TORA_TSTP_ICT_HMMainlandTravelPermit = cvar.TORA_TSTP_ICT_HMMainlandTravelPermit # ̨�����������½ͨ��֤ TORA_TSTP_ICT_TwMainlandTravelPermit = cvar.TORA_TSTP_ICT_TwMainlandTravelPermit # ���� TORA_TSTP_ICT_DrivingLicense = cvar.TORA_TSTP_ICT_DrivingLicense # �����籣ID TORA_TSTP_ICT_SocialID = cvar.TORA_TSTP_ICT_SocialID # �������֤ TORA_TSTP_ICT_LocalID = cvar.TORA_TSTP_ICT_LocalID # ��ҵ�Ǽ�֤ TORA_TSTP_ICT_BusinessRegistration = cvar.TORA_TSTP_ICT_BusinessRegistration # �۰������Ծ������֤ TORA_TSTP_ICT_HKMCIDCard = cvar.TORA_TSTP_ICT_HKMCIDCard # ���п������֤ TORA_TSTP_ICT_AccountsPermits = cvar.TORA_TSTP_ICT_AccountsPermits # ����֤�� TORA_TSTP_ICT_OtherCard = cvar.TORA_TSTP_ICT_OtherCard # ���� TORA_TSTP_TS_Normal = cvar.TORA_TSTP_TS_Normal # ����ǿƽ TORA_TSTP_TS_ForceClosing = cvar.TORA_TSTP_TS_ForceClosing # �쳣 TORA_TSTP_TS_Exception = cvar.TORA_TSTP_TS_Exception # ��רҵͶ���� TORA_TSTP_PIT_Normal = cvar.TORA_TSTP_PIT_Normal # רҵͶ���� TORA_TSTP_PIT_Professional = cvar.TORA_TSTP_PIT_Professional # ��׼�ײ� TORA_TSTP_PLTP_Standard = cvar.TORA_TSTP_PLTP_Standard # �����ײ� TORA_TSTP_PLTP_Smart = cvar.TORA_TSTP_PLTP_Smart # Ԥ��1 TORA_TSTP_PLTP_Reserve1 = cvar.TORA_TSTP_PLTP_Reserve1 # Ԥ��2 TORA_TSTP_PLTP_Reserve2 = cvar.TORA_TSTP_PLTP_Reserve2 # δ�������ͣ��ڲ�ʹ�ã� TORA_TSTP_PLTP_Undefined = cvar.TORA_TSTP_PLTP_Undefined # Ͷ�� TORA_TSTP_SIDT_Speculation = cvar.TORA_TSTP_SIDT_Speculation # ���� TORA_TSTP_SIDT_Arbitrage = cvar.TORA_TSTP_SIDT_Arbitrage # �ױ� TORA_TSTP_SIDT_Hedge = cvar.TORA_TSTP_SIDT_Hedge # ��ͨ TORA_TSTP_SIDT_Normal = cvar.TORA_TSTP_SIDT_Normal # ���� TORA_TSTP_SIDT_Credit = cvar.TORA_TSTP_SIDT_Credit # ����Ʒ TORA_TSTP_SIDT_Derivatives = cvar.TORA_TSTP_SIDT_Derivatives # Ԥ�� TORA_TSTP_CORDS_Cached = cvar.TORA_TSTP_CORDS_Cached # ���ύ TORA_TSTP_CORDS_Submitted = cvar.TORA_TSTP_CORDS_Submitted # �ɹ� TORA_TSTP_CORDS_Success = cvar.TORA_TSTP_CORDS_Success # �ܾ� TORA_TSTP_CORDS_Rejected = cvar.TORA_TSTP_CORDS_Rejected # ��ͨ���� TORA_TSTP_CORDT_Normal = cvar.TORA_TSTP_CORDT_Normal # ǿ�Ƴ��� TORA_TSTP_CORDT_Force = cvar.TORA_TSTP_CORDT_Force # Ԥ�񳷵� TORA_TSTP_CORDT_Cache = cvar.TORA_TSTP_CORDT_Cache # ͨ������ TORA_TSTP_CORDT_Board = cvar.TORA_TSTP_CORDT_Board # ��ͨ TORA_TSTP_FAT_Normal = cvar.TORA_TSTP_FAT_Normal # ���� TORA_TSTP_FAT_Credit = cvar.TORA_TSTP_FAT_Credit # ����Ʒ TORA_TSTP_FAT_Derivatives = cvar.TORA_TSTP_FAT_Derivatives # ���� TORA_TSTP_BC_Buy = cvar.TORA_TSTP_BC_Buy # ���� TORA_TSTP_BC_Sell = cvar.TORA_TSTP_BC_Sell # ETF�깺 TORA_TSTP_BC_ETFPur = cvar.TORA_TSTP_BC_ETFPur # ETF��� TORA_TSTP_BC_ETFRed = cvar.TORA_TSTP_BC_ETFRed # �¹��깺 TORA_TSTP_BC_SubscribingShares = cvar.TORA_TSTP_BC_SubscribingShares # ���ع� TORA_TSTP_BC_Repurchase = cvar.TORA_TSTP_BC_Repurchase # ��ع� TORA_TSTP_BC_ReverseRepur = cvar.TORA_TSTP_BC_ReverseRepur # ����ʽ�����깺 TORA_TSTP_BC_OeFundPur = cvar.TORA_TSTP_BC_OeFundPur # ����ʽ������� TORA_TSTP_BC_OeFundRed = cvar.TORA_TSTP_BC_OeFundRed # ����Ʒ���� TORA_TSTP_BC_CollateralIn = cvar.TORA_TSTP_BC_CollateralIn # ����Ʒ���� TORA_TSTP_BC_CollateralOut = cvar.TORA_TSTP_BC_CollateralOut # ��Ѻ��� TORA_TSTP_BC_PledgeIn = cvar.TORA_TSTP_BC_PledgeIn # ��Ѻ���� TORA_TSTP_BC_PledgeOut = cvar.TORA_TSTP_BC_PledgeOut # �����ծ TORA_TSTP_BC_Rationed = cvar.TORA_TSTP_BC_Rationed # ����ʽ������ TORA_TSTP_BC_Split = cvar.TORA_TSTP_BC_Split # ����ʽ����ϲ� TORA_TSTP_BC_Merge = cvar.TORA_TSTP_BC_Merge # �������� TORA_TSTP_BC_CreditBuy = cvar.TORA_TSTP_BC_CreditBuy # ��ȯ���� TORA_TSTP_BC_CreditSell = cvar.TORA_TSTP_BC_CreditSell # ��ȯ���� TORA_TSTP_BC_SellRepay = cvar.TORA_TSTP_BC_SellRepay # ��ȯ��ȯ TORA_TSTP_BC_BuyRepay = cvar.TORA_TSTP_BC_BuyRepay # ��ȯ��ת TORA_TSTP_BC_RepayTransfer = cvar.TORA_TSTP_BC_RepayTransfer # ��ȯ��ת TORA_TSTP_BC_SurplusTransfer = cvar.TORA_TSTP_BC_SurplusTransfer # Դȯ��ת TORA_TSTP_BC_SourceTransfer = cvar.TORA_TSTP_BC_SourceTransfer # ��ȯǿƽ����(�ڲ�ʹ��) TORA_TSTP_BC_ForceSellRepay = cvar.TORA_TSTP_BC_ForceSellRepay # ��ȯǿƽ��ȯ(�ڲ�ʹ��) TORA_TSTP_BC_ForceBuyRepay = cvar.TORA_TSTP_BC_ForceBuyRepay # ��ծչ��(�ڲ�ʹ��) TORA_TSTP_BC_DebtExtend = cvar.TORA_TSTP_BC_DebtExtend # ת�й� TORA_TSTP_BC_CustodyTransfer = cvar.TORA_TSTP_BC_CustodyTransfer # ծȯת�� TORA_TSTP_BC_BondConvertStock = cvar.TORA_TSTP_BC_BondConvertStock # ծȯ���� TORA_TSTP_BC_BondPutback = cvar.TORA_TSTP_BC_BondPutback # ETFʵ���깺 TORA_TSTP_BC_ETFOtPur = cvar.TORA_TSTP_BC_ETFOtPur # ETFʵ����� TORA_TSTP_BC_ETFOtRed = cvar.TORA_TSTP_BC_ETFOtRed # ���۳��� TORA_TSTP_BC_PutbackRelieve = cvar.TORA_TSTP_BC_PutbackRelieve # ëӶ�� TORA_TSTP_BT_Gross = cvar.TORA_TSTP_BT_Gross # ��Ӷ�� TORA_TSTP_BT_Net = cvar.TORA_TSTP_BT_Net # ʵʱ�ϳ� TORA_TSTP_OPRTSRC_DBCommand = cvar.TORA_TSTP_OPRTSRC_DBCommand # API���� TORA_TSTP_OPRTSRC_SyncAPI = cvar.TORA_TSTP_OPRTSRC_SyncAPI # �Զ����� TORA_TSTP_OPRTSRC_AutoTrigger = cvar.TORA_TSTP_OPRTSRC_AutoTrigger # API�����ϳ� TORA_TSTP_OPRTSRC_EmergencyAPI = cvar.TORA_TSTP_OPRTSRC_EmergencyAPI # ��ҵ�� TORA_TSTP_SPLT_GEM = cvar.TORA_TSTP_SPLT_GEM # ���վ�ʾ�� TORA_TSTP_SPLT_RiskWarning = cvar.TORA_TSTP_SPLT_RiskWarning # ��������� TORA_TSTP_SPLT_Delisting = cvar.TORA_TSTP_SPLT_Delisting # �۹�ͨ TORA_TSTP_SPLT_SZSEHK = cvar.TORA_TSTP_SPLT_SZSEHK # �ƴ��� TORA_TSTP_SPLT_SHKC = cvar.TORA_TSTP_SPLT_SHKC # ��ҵ��ע���� TORA_TSTP_SPLT_GEMRegistration = cvar.TORA_TSTP_SPLT_GEMRegistration # �ּ����� TORA_TSTP_SPLT_StructFund = cvar.TORA_TSTP_SPLT_StructFund # ��תծ TORA_TSTP_SPLT_ConvertBond = cvar.TORA_TSTP_SPLT_ConvertBond # ������ʩ���� TORA_TSTP_SPLT_InfrastructureFund = cvar.TORA_TSTP_SPLT_InfrastructureFund # �����תծ TORA_TSTP_SPLT_OrientedConvertBond = cvar.TORA_TSTP_SPLT_OrientedConvertBond # ��������Ʊ TORA_TSTP_SPLT_BJStock = cvar.TORA_TSTP_SPLT_BJStock # ��ͨ���� TORA_TSTP_CRT_IS = cvar.TORA_TSTP_CRT_IS # ʵ������ TORA_TSTP_CRT_OS = cvar.TORA_TSTP_CRT_OS # ��ֹ�ֽ���� TORA_TSTP_ETFCTSTAT_Forbidden = cvar.TORA_TSTP_ETFCTSTAT_Forbidden # �����ֽ���� TORA_TSTP_ETFCTSTAT_Allow = cvar.TORA_TSTP_ETFCTSTAT_Allow # �����ֽ���� TORA_TSTP_ETFCTSTAT_Force = cvar.TORA_TSTP_ETFCTSTAT_Force # �����˲��ֽ���� TORA_TSTP_ETFCTSTAT_CBAllow = cvar.TORA_TSTP_ETFCTSTAT_CBAllow # ���б����ֽ���� TORA_TSTP_ETFCTSTAT_CBForce = cvar.TORA_TSTP_ETFCTSTAT_CBForce # �ɱ�֤ȯ TORA_TSTP_PTID_Stock = cvar.TORA_TSTP_PTID_Stock # ծ��֤ȯ TORA_TSTP_PTID_Bond = cvar.TORA_TSTP_PTID_Bond # ��Ʊ��Ȩ TORA_TSTP_PTID_Option = cvar.TORA_TSTP_PTID_Option # �������� TORA_TSTP_PTID_Fund = cvar.TORA_TSTP_PTID_Fund # �۸������� TORA_TSTP_PPT_LimitPrice = cvar.TORA_TSTP_PPT_LimitPrice # �۲��� TORA_TSTP_PPT_PriceTick = cvar.TORA_TSTP_PPT_PriceTick # ��׼LOF TORA_TSTP_FUT_Normal = cvar.TORA_TSTP_FUT_Normal # �ּ�ĸ���� TORA_TSTP_FUT_Mother = cvar.TORA_TSTP_FUT_Mother # �ּ��ӻ��� TORA_TSTP_FUT_Sub = cvar.TORA_TSTP_FUT_Sub # TCPģʽ TORA_TSTP_TCM_TCP = cvar.TORA_TSTP_TCM_TCP # UDPģʽ TORA_TSTP_TCM_UDP = cvar.TORA_TSTP_TCM_UDP # PROXYģʽ TORA_TSTP_TCM_PROXY = cvar.TORA_TSTP_TCM_PROXY #########################################��¼��Ӧ############################################ class CTORATstpRspUserLoginField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpRspUserLoginField_UserRequestID_get, _traderapi.CTORATstpRspUserLoginField_UserRequestID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpRspUserLoginField_DepartmentID_get, _traderapi.CTORATstpRspUserLoginField_DepartmentID_set) # ��¼�˻� LogInAccount = property(_traderapi.CTORATstpRspUserLoginField_LogInAccount_get, _traderapi.CTORATstpRspUserLoginField_LogInAccount_set) # ��¼�˻����� LogInAccountType = property(_traderapi.CTORATstpRspUserLoginField_LogInAccountType_get, _traderapi.CTORATstpRspUserLoginField_LogInAccountType_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpRspUserLoginField_FrontID_get, _traderapi.CTORATstpRspUserLoginField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpRspUserLoginField_SessionID_get, _traderapi.CTORATstpRspUserLoginField_SessionID_set) # ��󱨵����� MaxOrderRef = property(_traderapi.CTORATstpRspUserLoginField_MaxOrderRef_get, _traderapi.CTORATstpRspUserLoginField_MaxOrderRef_set) # ˽�������� PrivateFlowCount = property(_traderapi.CTORATstpRspUserLoginField_PrivateFlowCount_get, _traderapi.CTORATstpRspUserLoginField_PrivateFlowCount_set) # ���������� PublicFlowCount = property(_traderapi.CTORATstpRspUserLoginField_PublicFlowCount_get, _traderapi.CTORATstpRspUserLoginField_PublicFlowCount_set) # ��¼ʱ�� LoginTime = property(_traderapi.CTORATstpRspUserLoginField_LoginTime_get, _traderapi.CTORATstpRspUserLoginField_LoginTime_set) # ����ϵͳ���� SystemName = property(_traderapi.CTORATstpRspUserLoginField_SystemName_get, _traderapi.CTORATstpRspUserLoginField_SystemName_set) # ������ TradingDay = property(_traderapi.CTORATstpRspUserLoginField_TradingDay_get, _traderapi.CTORATstpRspUserLoginField_TradingDay_set) # �û����� UserID = property(_traderapi.CTORATstpRspUserLoginField_UserID_get, _traderapi.CTORATstpRspUserLoginField_UserID_set) # �û����� UserName = property(_traderapi.CTORATstpRspUserLoginField_UserName_get, _traderapi.CTORATstpRspUserLoginField_UserName_set) # �û����� UserType = property(_traderapi.CTORATstpRspUserLoginField_UserType_get, _traderapi.CTORATstpRspUserLoginField_UserType_set) # �������� OrderInsertCommFlux = property(_traderapi.CTORATstpRspUserLoginField_OrderInsertCommFlux_get, _traderapi.CTORATstpRspUserLoginField_OrderInsertCommFlux_set) # �������� OrderActionCommFlux = property(_traderapi.CTORATstpRspUserLoginField_OrderActionCommFlux_get, _traderapi.CTORATstpRspUserLoginField_OrderActionCommFlux_set) # ���뵽������ PasswordExpiryDate = property(_traderapi.CTORATstpRspUserLoginField_PasswordExpiryDate_get, _traderapi.CTORATstpRspUserLoginField_PasswordExpiryDate_set) # �Ƿ���Ҫ���� NeedUpdatePassword = property(_traderapi.CTORATstpRspUserLoginField_NeedUpdatePassword_get, _traderapi.CTORATstpRspUserLoginField_NeedUpdatePassword_set) # ��֤���к� CertSerial = property(_traderapi.CTORATstpRspUserLoginField_CertSerial_get, _traderapi.CTORATstpRspUserLoginField_CertSerial_set) # ����IP��ַ InnerIPAddress = property(_traderapi.CTORATstpRspUserLoginField_InnerIPAddress_get, _traderapi.CTORATstpRspUserLoginField_InnerIPAddress_set) # ����IP��ַ OuterIPAddress = property(_traderapi.CTORATstpRspUserLoginField_OuterIPAddress_get, _traderapi.CTORATstpRspUserLoginField_OuterIPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpRspUserLoginField_MacAddress_get, _traderapi.CTORATstpRspUserLoginField_MacAddress_set) # �����ڵ���(�ڲ�ʹ��) NodeRef = property(_traderapi.CTORATstpRspUserLoginField_NodeRef_get, _traderapi.CTORATstpRspUserLoginField_NodeRef_set) def __init__(self): _traderapi.CTORATstpRspUserLoginField_swiginit(self, _traderapi.new_CTORATstpRspUserLoginField()) __swig_destroy__ = _traderapi.delete_CTORATstpRspUserLoginField # Register CTORATstpRspUserLoginField in _traderapi: _traderapi.CTORATstpRspUserLoginField_swigregister(CTORATstpRspUserLoginField) #########################################��Ӧ��Ϣ############################################ class CTORATstpRspInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ������� ErrorID = property(_traderapi.CTORATstpRspInfoField_ErrorID_get, _traderapi.CTORATstpRspInfoField_ErrorID_set) # ������Ϣ ErrorMsg = property(_traderapi.CTORATstpRspInfoField_ErrorMsg_get, _traderapi.CTORATstpRspInfoField_ErrorMsg_set) def __init__(self): _traderapi.CTORATstpRspInfoField_swiginit(self, _traderapi.new_CTORATstpRspInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpRspInfoField # Register CTORATstpRspInfoField in _traderapi: _traderapi.CTORATstpRspInfoField_swigregister(CTORATstpRspInfoField) #########################################�û��dz�############################################ class CTORATstpUserLogoutField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpUserLogoutField_UserRequestID_get, _traderapi.CTORATstpUserLogoutField_UserRequestID_set) # �û����� UserID = property(_traderapi.CTORATstpUserLogoutField_UserID_get, _traderapi.CTORATstpUserLogoutField_UserID_set) def __init__(self): _traderapi.CTORATstpUserLogoutField_swiginit(self, _traderapi.new_CTORATstpUserLogoutField()) __swig_destroy__ = _traderapi.delete_CTORATstpUserLogoutField # Register CTORATstpUserLogoutField in _traderapi: _traderapi.CTORATstpUserLogoutField_swigregister(CTORATstpUserLogoutField) #########################################�޸��û�����############################################ class CTORATstpUserPasswordUpdateField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û����� UserID = property(_traderapi.CTORATstpUserPasswordUpdateField_UserID_get, _traderapi.CTORATstpUserPasswordUpdateField_UserID_set) # ������ OldPassword = property(_traderapi.CTORATstpUserPasswordUpdateField_OldPassword_get, _traderapi.CTORATstpUserPasswordUpdateField_OldPassword_set) # ������ NewPassword = property(_traderapi.CTORATstpUserPasswordUpdateField_NewPassword_get, _traderapi.CTORATstpUserPasswordUpdateField_NewPassword_set) # �û������� UserRequestID = property(_traderapi.CTORATstpUserPasswordUpdateField_UserRequestID_get, _traderapi.CTORATstpUserPasswordUpdateField_UserRequestID_set) def __init__(self): _traderapi.CTORATstpUserPasswordUpdateField_swiginit(self, _traderapi.new_CTORATstpUserPasswordUpdateField()) __swig_destroy__ = _traderapi.delete_CTORATstpUserPasswordUpdateField # Register CTORATstpUserPasswordUpdateField in _traderapi: _traderapi.CTORATstpUserPasswordUpdateField_swigregister(CTORATstpUserPasswordUpdateField) #########################################����¼���豸����############################################ class CTORATstpReqInputDeviceSerialField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpReqInputDeviceSerialField_UserRequestID_get, _traderapi.CTORATstpReqInputDeviceSerialField_UserRequestID_set) # �û����� UserID = property(_traderapi.CTORATstpReqInputDeviceSerialField_UserID_get, _traderapi.CTORATstpReqInputDeviceSerialField_UserID_set) # �豸��ʶ DeviceID = property(_traderapi.CTORATstpReqInputDeviceSerialField_DeviceID_get, _traderapi.CTORATstpReqInputDeviceSerialField_DeviceID_set) # �豸���к� CertSerial = property(_traderapi.CTORATstpReqInputDeviceSerialField_CertSerial_get, _traderapi.CTORATstpReqInputDeviceSerialField_CertSerial_set) # �豸��� DeviceType = property(_traderapi.CTORATstpReqInputDeviceSerialField_DeviceType_get, _traderapi.CTORATstpReqInputDeviceSerialField_DeviceType_set) def __init__(self): _traderapi.CTORATstpReqInputDeviceSerialField_swiginit(self, _traderapi.new_CTORATstpReqInputDeviceSerialField()) __swig_destroy__ = _traderapi.delete_CTORATstpReqInputDeviceSerialField # Register CTORATstpReqInputDeviceSerialField in _traderapi: _traderapi.CTORATstpReqInputDeviceSerialField_swigregister(CTORATstpReqInputDeviceSerialField) #########################################¼���豸������Ӧ############################################ class CTORATstpRspInputDeviceSerialField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpRspInputDeviceSerialField_UserRequestID_get, _traderapi.CTORATstpRspInputDeviceSerialField_UserRequestID_set) # �û����� UserID = property(_traderapi.CTORATstpRspInputDeviceSerialField_UserID_get, _traderapi.CTORATstpRspInputDeviceSerialField_UserID_set) def __init__(self): _traderapi.CTORATstpRspInputDeviceSerialField_swiginit(self, _traderapi.new_CTORATstpRspInputDeviceSerialField()) __swig_destroy__ = _traderapi.delete_CTORATstpRspInputDeviceSerialField # Register CTORATstpRspInputDeviceSerialField in _traderapi: _traderapi.CTORATstpRspInputDeviceSerialField_swigregister(CTORATstpRspInputDeviceSerialField) #########################################���뱨��############################################ class CTORATstpInputOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputOrderField_UserRequestID_get, _traderapi.CTORATstpInputOrderField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputOrderField_ExchangeID_get, _traderapi.CTORATstpInputOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInputOrderField_InvestorID_get, _traderapi.CTORATstpInputOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpInputOrderField_BusinessUnitID_get, _traderapi.CTORATstpInputOrderField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpInputOrderField_ShareholderID_get, _traderapi.CTORATstpInputOrderField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpInputOrderField_SecurityID_get, _traderapi.CTORATstpInputOrderField_SecurityID_set) # �������� Direction = property(_traderapi.CTORATstpInputOrderField_Direction_get, _traderapi.CTORATstpInputOrderField_Direction_set) # �۸� LimitPrice = property(_traderapi.CTORATstpInputOrderField_LimitPrice_get, _traderapi.CTORATstpInputOrderField_LimitPrice_set) # ���� VolumeTotalOriginal = property(_traderapi.CTORATstpInputOrderField_VolumeTotalOriginal_get, _traderapi.CTORATstpInputOrderField_VolumeTotalOriginal_set) # �����۸����� OrderPriceType = property(_traderapi.CTORATstpInputOrderField_OrderPriceType_get, _traderapi.CTORATstpInputOrderField_OrderPriceType_set) # ��Ч������ TimeCondition = property(_traderapi.CTORATstpInputOrderField_TimeCondition_get, _traderapi.CTORATstpInputOrderField_TimeCondition_set) # �ɽ������� VolumeCondition = property(_traderapi.CTORATstpInputOrderField_VolumeCondition_get, _traderapi.CTORATstpInputOrderField_VolumeCondition_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpInputOrderField_Operway_get, _traderapi.CTORATstpInputOrderField_Operway_set) # �������� OrderRef = property(_traderapi.CTORATstpInputOrderField_OrderRef_get, _traderapi.CTORATstpInputOrderField_OrderRef_set) # �۹�ͨ������������ LotType = property(_traderapi.CTORATstpInputOrderField_LotType_get, _traderapi.CTORATstpInputOrderField_LotType_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpInputOrderField_OrderSysID_get, _traderapi.CTORATstpInputOrderField_OrderSysID_set) # ������� CondCheck = property(_traderapi.CTORATstpInputOrderField_CondCheck_get, _traderapi.CTORATstpInputOrderField_CondCheck_set) # ��Ч���� GTDate = property(_traderapi.CTORATstpInputOrderField_GTDate_get, _traderapi.CTORATstpInputOrderField_GTDate_set) # ǿƽԭ��(����ר��) ForceCloseReason = property(_traderapi.CTORATstpInputOrderField_ForceCloseReason_get, _traderapi.CTORATstpInputOrderField_ForceCloseReason_set) # ָ�����������ø�ծ��ţ����ֶ��ÿձ�ʾ��ָ��������(����ר��) CreditDebtID = property(_traderapi.CTORATstpInputOrderField_CreditDebtID_get, _traderapi.CTORATstpInputOrderField_CreditDebtID_set) # ͷ������(����ר��) CreditQuotaType = property(_traderapi.CTORATstpInputOrderField_CreditQuotaType_get, _traderapi.CTORATstpInputOrderField_CreditQuotaType_set) # ��Ϣ�ۿ�ȯ��ţ�0��ʾ��ʹ���ۿ�ȯ��(����ר��) DiscountCouponID = property(_traderapi.CTORATstpInputOrderField_DiscountCouponID_get, _traderapi.CTORATstpInputOrderField_DiscountCouponID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpInputOrderField_SInfo_get, _traderapi.CTORATstpInputOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpInputOrderField_IInfo_get, _traderapi.CTORATstpInputOrderField_IInfo_set) def __init__(self): _traderapi.CTORATstpInputOrderField_swiginit(self, _traderapi.new_CTORATstpInputOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputOrderField # Register CTORATstpInputOrderField in _traderapi: _traderapi.CTORATstpInputOrderField_swigregister(CTORATstpInputOrderField) #########################################����############################################ class CTORATstpOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpOrderField_ExchangeID_get, _traderapi.CTORATstpOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpOrderField_InvestorID_get, _traderapi.CTORATstpOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpOrderField_BusinessUnitID_get, _traderapi.CTORATstpOrderField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpOrderField_ShareholderID_get, _traderapi.CTORATstpOrderField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpOrderField_SecurityID_get, _traderapi.CTORATstpOrderField_SecurityID_set) # �������� Direction = property(_traderapi.CTORATstpOrderField_Direction_get, _traderapi.CTORATstpOrderField_Direction_set) # �����۸����� OrderPriceType = property(_traderapi.CTORATstpOrderField_OrderPriceType_get, _traderapi.CTORATstpOrderField_OrderPriceType_set) # ��Ч������ TimeCondition = property(_traderapi.CTORATstpOrderField_TimeCondition_get, _traderapi.CTORATstpOrderField_TimeCondition_set) # �ɽ������� VolumeCondition = property(_traderapi.CTORATstpOrderField_VolumeCondition_get, _traderapi.CTORATstpOrderField_VolumeCondition_set) # �۸� LimitPrice = property(_traderapi.CTORATstpOrderField_LimitPrice_get, _traderapi.CTORATstpOrderField_LimitPrice_set) # ���� VolumeTotalOriginal = property(_traderapi.CTORATstpOrderField_VolumeTotalOriginal_get, _traderapi.CTORATstpOrderField_VolumeTotalOriginal_set) # �۹�ͨ������������ LotType = property(_traderapi.CTORATstpOrderField_LotType_get, _traderapi.CTORATstpOrderField_LotType_set) # ��Ч���� GTDate = property(_traderapi.CTORATstpOrderField_GTDate_get, _traderapi.CTORATstpOrderField_GTDate_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpOrderField_Operway_get, _traderapi.CTORATstpOrderField_Operway_set) # ������� CondCheck = property(_traderapi.CTORATstpOrderField_CondCheck_get, _traderapi.CTORATstpOrderField_CondCheck_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpOrderField_SInfo_get, _traderapi.CTORATstpOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpOrderField_IInfo_get, _traderapi.CTORATstpOrderField_IInfo_set) # ������ RequestID = property(_traderapi.CTORATstpOrderField_RequestID_get, _traderapi.CTORATstpOrderField_RequestID_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpOrderField_FrontID_get, _traderapi.CTORATstpOrderField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpOrderField_SessionID_get, _traderapi.CTORATstpOrderField_SessionID_set) # �������� OrderRef = property(_traderapi.CTORATstpOrderField_OrderRef_get, _traderapi.CTORATstpOrderField_OrderRef_set) # ���ر������ OrderLocalID = property(_traderapi.CTORATstpOrderField_OrderLocalID_get, _traderapi.CTORATstpOrderField_OrderLocalID_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpOrderField_OrderSysID_get, _traderapi.CTORATstpOrderField_OrderSysID_set) # ����״̬ OrderStatus = property(_traderapi.CTORATstpOrderField_OrderStatus_get, _traderapi.CTORATstpOrderField_OrderStatus_set) # �����ύ״̬ OrderSubmitStatus = property(_traderapi.CTORATstpOrderField_OrderSubmitStatus_get, _traderapi.CTORATstpOrderField_OrderSubmitStatus_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpOrderField_StatusMsg_get, _traderapi.CTORATstpOrderField_StatusMsg_set) # �ѳɽ����� VolumeTraded = property(_traderapi.CTORATstpOrderField_VolumeTraded_get, _traderapi.CTORATstpOrderField_VolumeTraded_set) # �ѳ������� VolumeCanceled = property(_traderapi.CTORATstpOrderField_VolumeCanceled_get, _traderapi.CTORATstpOrderField_VolumeCanceled_set) # ������ TradingDay = property(_traderapi.CTORATstpOrderField_TradingDay_get, _traderapi.CTORATstpOrderField_TradingDay_set) # �걨�û� InsertUser = property(_traderapi.CTORATstpOrderField_InsertUser_get, _traderapi.CTORATstpOrderField_InsertUser_set) # �걨���� InsertDate = property(_traderapi.CTORATstpOrderField_InsertDate_get, _traderapi.CTORATstpOrderField_InsertDate_set) # �걨ʱ�� InsertTime = property(_traderapi.CTORATstpOrderField_InsertTime_get, _traderapi.CTORATstpOrderField_InsertTime_set) # ����������ʱ�� AcceptTime = property(_traderapi.CTORATstpOrderField_AcceptTime_get, _traderapi.CTORATstpOrderField_AcceptTime_set) # �����û� CancelUser = property(_traderapi.CTORATstpOrderField_CancelUser_get, _traderapi.CTORATstpOrderField_CancelUser_set) # ����ʱ�� CancelTime = property(_traderapi.CTORATstpOrderField_CancelTime_get, _traderapi.CTORATstpOrderField_CancelTime_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpOrderField_DepartmentID_get, _traderapi.CTORATstpOrderField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpOrderField_AccountID_get, _traderapi.CTORATstpOrderField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpOrderField_CurrencyID_get, _traderapi.CTORATstpOrderField_CurrencyID_set) # ���׵�Ԫ���� PbuID = property(_traderapi.CTORATstpOrderField_PbuID_get, _traderapi.CTORATstpOrderField_PbuID_set) # �ɽ���� Turnover = property(_traderapi.CTORATstpOrderField_Turnover_get, _traderapi.CTORATstpOrderField_Turnover_set) # �������� OrderType = property(_traderapi.CTORATstpOrderField_OrderType_get, _traderapi.CTORATstpOrderField_OrderType_set) # �û��˲�Ʒ��Ϣ UserProductInfo = property(_traderapi.CTORATstpOrderField_UserProductInfo_get, _traderapi.CTORATstpOrderField_UserProductInfo_set) # ǿƽԭ��(����ר��) ForceCloseReason = property(_traderapi.CTORATstpOrderField_ForceCloseReason_get, _traderapi.CTORATstpOrderField_ForceCloseReason_set) # ����ͷ����(����ר��) CreditQuotaID = property(_traderapi.CTORATstpOrderField_CreditQuotaID_get, _traderapi.CTORATstpOrderField_CreditQuotaID_set) # ͷ������(����ר��) CreditQuotaType = property(_traderapi.CTORATstpOrderField_CreditQuotaType_get, _traderapi.CTORATstpOrderField_CreditQuotaType_set) # ���ø�ծ���(����ר��) CreditDebtID = property(_traderapi.CTORATstpOrderField_CreditDebtID_get, _traderapi.CTORATstpOrderField_CreditDebtID_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpOrderField_IPAddress_get, _traderapi.CTORATstpOrderField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpOrderField_MacAddress_get, _traderapi.CTORATstpOrderField_MacAddress_set) # �ر����Ӹ�����������Ϣ RtnFloatInfo = property(_traderapi.CTORATstpOrderField_RtnFloatInfo_get, _traderapi.CTORATstpOrderField_RtnFloatInfo_set) # �ر������������� RtnIntInfo = property(_traderapi.CTORATstpOrderField_RtnIntInfo_get, _traderapi.CTORATstpOrderField_RtnIntInfo_set) # �ر����Ӹ���������1 RtnFloatInfo1 = property(_traderapi.CTORATstpOrderField_RtnFloatInfo1_get, _traderapi.CTORATstpOrderField_RtnFloatInfo1_set) # �ر����Ӹ���������2 RtnFloatInfo2 = property(_traderapi.CTORATstpOrderField_RtnFloatInfo2_get, _traderapi.CTORATstpOrderField_RtnFloatInfo2_set) # �ر����Ӹ���������3 RtnFloatInfo3 = property(_traderapi.CTORATstpOrderField_RtnFloatInfo3_get, _traderapi.CTORATstpOrderField_RtnFloatInfo3_set) def __init__(self): _traderapi.CTORATstpOrderField_swiginit(self, _traderapi.new_CTORATstpOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpOrderField # Register CTORATstpOrderField in _traderapi: _traderapi.CTORATstpOrderField_swigregister(CTORATstpOrderField) #########################################�û���ʶ############################################ class CTORATstpUserRefField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û����� UserID = property(_traderapi.CTORATstpUserRefField_UserID_get, _traderapi.CTORATstpUserRefField_UserID_set) def __init__(self): _traderapi.CTORATstpUserRefField_swiginit(self, _traderapi.new_CTORATstpUserRefField()) __swig_destroy__ = _traderapi.delete_CTORATstpUserRefField # Register CTORATstpUserRefField in _traderapi: _traderapi.CTORATstpUserRefField_swigregister(CTORATstpUserRefField) #########################################�ɽ�############################################ class CTORATstpTradeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpTradeField_ExchangeID_get, _traderapi.CTORATstpTradeField_ExchangeID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpTradeField_DepartmentID_get, _traderapi.CTORATstpTradeField_DepartmentID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpTradeField_InvestorID_get, _traderapi.CTORATstpTradeField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpTradeField_BusinessUnitID_get, _traderapi.CTORATstpTradeField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpTradeField_ShareholderID_get, _traderapi.CTORATstpTradeField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpTradeField_SecurityID_get, _traderapi.CTORATstpTradeField_SecurityID_set) # �ɽ���� TradeID = property(_traderapi.CTORATstpTradeField_TradeID_get, _traderapi.CTORATstpTradeField_TradeID_set) # �������� Direction = property(_traderapi.CTORATstpTradeField_Direction_get, _traderapi.CTORATstpTradeField_Direction_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpTradeField_OrderSysID_get, _traderapi.CTORATstpTradeField_OrderSysID_set) # ���ر������ OrderLocalID = property(_traderapi.CTORATstpTradeField_OrderLocalID_get, _traderapi.CTORATstpTradeField_OrderLocalID_set) # �ɽ��۸� Price = property(_traderapi.CTORATstpTradeField_Price_get, _traderapi.CTORATstpTradeField_Price_set) # �ɽ����� Volume = property(_traderapi.CTORATstpTradeField_Volume_get, _traderapi.CTORATstpTradeField_Volume_set) # �ɽ����� TradeDate = property(_traderapi.CTORATstpTradeField_TradeDate_get, _traderapi.CTORATstpTradeField_TradeDate_set) # �ɽ�ʱ�� TradeTime = property(_traderapi.CTORATstpTradeField_TradeTime_get, _traderapi.CTORATstpTradeField_TradeTime_set) # ������ TradingDay = property(_traderapi.CTORATstpTradeField_TradingDay_get, _traderapi.CTORATstpTradeField_TradingDay_set) # ���׵�Ԫ���� PbuID = property(_traderapi.CTORATstpTradeField_PbuID_get, _traderapi.CTORATstpTradeField_PbuID_set) # �������� OrderRef = property(_traderapi.CTORATstpTradeField_OrderRef_get, _traderapi.CTORATstpTradeField_OrderRef_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpTradeField_AccountID_get, _traderapi.CTORATstpTradeField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpTradeField_CurrencyID_get, _traderapi.CTORATstpTradeField_CurrencyID_set) def __init__(self): _traderapi.CTORATstpTradeField_swiginit(self, _traderapi.new_CTORATstpTradeField()) __swig_destroy__ = _traderapi.delete_CTORATstpTradeField # Register CTORATstpTradeField in _traderapi: _traderapi.CTORATstpTradeField_swigregister(CTORATstpTradeField) #########################################���볷������############################################ class CTORATstpInputOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputOrderActionField_UserRequestID_get, _traderapi.CTORATstpInputOrderActionField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputOrderActionField_ExchangeID_get, _traderapi.CTORATstpInputOrderActionField_ExchangeID_set) # ��������ǰ�ñ�� FrontID = property(_traderapi.CTORATstpInputOrderActionField_FrontID_get, _traderapi.CTORATstpInputOrderActionField_FrontID_set) # ���������Ự��� SessionID = property(_traderapi.CTORATstpInputOrderActionField_SessionID_get, _traderapi.CTORATstpInputOrderActionField_SessionID_set) # ������������ OrderRef = property(_traderapi.CTORATstpInputOrderActionField_OrderRef_get, _traderapi.CTORATstpInputOrderActionField_OrderRef_set) # ��������ϵͳ��� OrderSysID = property(_traderapi.CTORATstpInputOrderActionField_OrderSysID_get, _traderapi.CTORATstpInputOrderActionField_OrderSysID_set) # ������־ ActionFlag = property(_traderapi.CTORATstpInputOrderActionField_ActionFlag_get, _traderapi.CTORATstpInputOrderActionField_ActionFlag_set) # ������������ OrderActionRef = property(_traderapi.CTORATstpInputOrderActionField_OrderActionRef_get, _traderapi.CTORATstpInputOrderActionField_OrderActionRef_set) # ϵͳ������� CancelOrderSysID = property(_traderapi.CTORATstpInputOrderActionField_CancelOrderSysID_get, _traderapi.CTORATstpInputOrderActionField_CancelOrderSysID_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpInputOrderActionField_Operway_get, _traderapi.CTORATstpInputOrderActionField_Operway_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpInputOrderActionField_SInfo_get, _traderapi.CTORATstpInputOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpInputOrderActionField_IInfo_get, _traderapi.CTORATstpInputOrderActionField_IInfo_set) def __init__(self): _traderapi.CTORATstpInputOrderActionField_swiginit(self, _traderapi.new_CTORATstpInputOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputOrderActionField # Register CTORATstpInputOrderActionField in _traderapi: _traderapi.CTORATstpInputOrderActionField_swigregister(CTORATstpInputOrderActionField) #########################################������¼����############################################ class CTORATstpInputCondOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputCondOrderField_UserRequestID_get, _traderapi.CTORATstpInputCondOrderField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputCondOrderField_ExchangeID_get, _traderapi.CTORATstpInputCondOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInputCondOrderField_InvestorID_get, _traderapi.CTORATstpInputCondOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpInputCondOrderField_BusinessUnitID_get, _traderapi.CTORATstpInputCondOrderField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpInputCondOrderField_ShareholderID_get, _traderapi.CTORATstpInputCondOrderField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpInputCondOrderField_SecurityID_get, _traderapi.CTORATstpInputCondOrderField_SecurityID_set) # �������� Direction = property(_traderapi.CTORATstpInputCondOrderField_Direction_get, _traderapi.CTORATstpInputCondOrderField_Direction_set) # �۸����� OrderPriceType = property(_traderapi.CTORATstpInputCondOrderField_OrderPriceType_get, _traderapi.CTORATstpInputCondOrderField_OrderPriceType_set) # ��Ч������ TimeCondition = property(_traderapi.CTORATstpInputCondOrderField_TimeCondition_get, _traderapi.CTORATstpInputCondOrderField_TimeCondition_set) # �ɽ������� VolumeCondition = property(_traderapi.CTORATstpInputCondOrderField_VolumeCondition_get, _traderapi.CTORATstpInputCondOrderField_VolumeCondition_set) # �����۸� LimitPrice = property(_traderapi.CTORATstpInputCondOrderField_LimitPrice_get, _traderapi.CTORATstpInputCondOrderField_LimitPrice_set) # �������� VolumeTotalOriginal = property(_traderapi.CTORATstpInputCondOrderField_VolumeTotalOriginal_get, _traderapi.CTORATstpInputCondOrderField_VolumeTotalOriginal_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpInputCondOrderField_Operway_get, _traderapi.CTORATstpInputCondOrderField_Operway_set) # �۹�ͨ������������ LotType = property(_traderapi.CTORATstpInputCondOrderField_LotType_get, _traderapi.CTORATstpInputCondOrderField_LotType_set) # ������� CondCheck = property(_traderapi.CTORATstpInputCondOrderField_CondCheck_get, _traderapi.CTORATstpInputCondOrderField_CondCheck_set) # ��Ч���� GTDate = property(_traderapi.CTORATstpInputCondOrderField_GTDate_get, _traderapi.CTORATstpInputCondOrderField_GTDate_set) # ǿƽԭ��(����ר��) ForceCloseReason = property(_traderapi.CTORATstpInputCondOrderField_ForceCloseReason_get, _traderapi.CTORATstpInputCondOrderField_ForceCloseReason_set) # ָ�����������ø�ծ��ţ����ֶ��ÿձ�ʾ��ָ��������(����ר��) CreditDebtID = property(_traderapi.CTORATstpInputCondOrderField_CreditDebtID_get, _traderapi.CTORATstpInputCondOrderField_CreditDebtID_set) # ͷ������(����ר��) CreditQuotaType = property(_traderapi.CTORATstpInputCondOrderField_CreditQuotaType_get, _traderapi.CTORATstpInputCondOrderField_CreditQuotaType_set) # ��Ϣ�ۿ�ȯ��ţ�0��ʾ��ʹ���ۿ�ȯ��(����ר��) DiscountCouponID = property(_traderapi.CTORATstpInputCondOrderField_DiscountCouponID_get, _traderapi.CTORATstpInputCondOrderField_DiscountCouponID_set) # ������������ CondOrderRef = property(_traderapi.CTORATstpInputCondOrderField_CondOrderRef_get, _traderapi.CTORATstpInputCondOrderField_CondOrderRef_set) # ����������� CondOrderID = property(_traderapi.CTORATstpInputCondOrderField_CondOrderID_get, _traderapi.CTORATstpInputCondOrderField_CondOrderID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpInputCondOrderField_SInfo_get, _traderapi.CTORATstpInputCondOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpInputCondOrderField_IInfo_get, _traderapi.CTORATstpInputCondOrderField_IInfo_set) # ������׼�������� TriggerOrderVolumeType = property(_traderapi.CTORATstpInputCondOrderField_TriggerOrderVolumeType_get, _traderapi.CTORATstpInputCondOrderField_TriggerOrderVolumeType_set) # ������׼������ TriggerOrderPriceType = property(_traderapi.CTORATstpInputCondOrderField_TriggerOrderPriceType_get, _traderapi.CTORATstpInputCondOrderField_TriggerOrderPriceType_set) # �������������� ContingentCondition = property(_traderapi.CTORATstpInputCondOrderField_ContingentCondition_get, _traderapi.CTORATstpInputCondOrderField_ContingentCondition_set) # ������ ConditionPrice = property(_traderapi.CTORATstpInputCondOrderField_ConditionPrice_get, _traderapi.CTORATstpInputCondOrderField_ConditionPrice_set) # �۸񸡶�tick�� PriceTicks = property(_traderapi.CTORATstpInputCondOrderField_PriceTicks_get, _traderapi.CTORATstpInputCondOrderField_PriceTicks_set) # ������������ VolumeMultiple = property(_traderapi.CTORATstpInputCondOrderField_VolumeMultiple_get, _traderapi.CTORATstpInputCondOrderField_VolumeMultiple_set) # ���ǰ�ñ�� RelativeFrontID = property(_traderapi.CTORATstpInputCondOrderField_RelativeFrontID_get, _traderapi.CTORATstpInputCondOrderField_RelativeFrontID_set) # ��ػỰ��� RelativeSessionID = property(_traderapi.CTORATstpInputCondOrderField_RelativeSessionID_get, _traderapi.CTORATstpInputCondOrderField_RelativeSessionID_set) # ����������� RelativeParam = property(_traderapi.CTORATstpInputCondOrderField_RelativeParam_get, _traderapi.CTORATstpInputCondOrderField_RelativeParam_set) # ������������������ AppendContingentCondition = property(_traderapi.CTORATstpInputCondOrderField_AppendContingentCondition_get, _traderapi.CTORATstpInputCondOrderField_AppendContingentCondition_set) # ���������� AppendConditionPrice = property(_traderapi.CTORATstpInputCondOrderField_AppendConditionPrice_get, _traderapi.CTORATstpInputCondOrderField_AppendConditionPrice_set) # �������ǰ�ñ�� AppendRelativeFrontID = property(_traderapi.CTORATstpInputCondOrderField_AppendRelativeFrontID_get, _traderapi.CTORATstpInputCondOrderField_AppendRelativeFrontID_set) # ������ػỰ��� AppendRelativeSessionID = property(_traderapi.CTORATstpInputCondOrderField_AppendRelativeSessionID_get, _traderapi.CTORATstpInputCondOrderField_AppendRelativeSessionID_set) # ��������������� AppendRelativeParam = property(_traderapi.CTORATstpInputCondOrderField_AppendRelativeParam_get, _traderapi.CTORATstpInputCondOrderField_AppendRelativeParam_set) def __init__(self): _traderapi.CTORATstpInputCondOrderField_swiginit(self, _traderapi.new_CTORATstpInputCondOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputCondOrderField # Register CTORATstpInputCondOrderField in _traderapi: _traderapi.CTORATstpInputCondOrderField_swigregister(CTORATstpInputCondOrderField) #########################################��������############################################ class CTORATstpConditionOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpConditionOrderField_ExchangeID_get, _traderapi.CTORATstpConditionOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpConditionOrderField_InvestorID_get, _traderapi.CTORATstpConditionOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpConditionOrderField_BusinessUnitID_get, _traderapi.CTORATstpConditionOrderField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpConditionOrderField_ShareholderID_get, _traderapi.CTORATstpConditionOrderField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpConditionOrderField_SecurityID_get, _traderapi.CTORATstpConditionOrderField_SecurityID_set) # �������� Direction = property(_traderapi.CTORATstpConditionOrderField_Direction_get, _traderapi.CTORATstpConditionOrderField_Direction_set) # �۸����� OrderPriceType = property(_traderapi.CTORATstpConditionOrderField_OrderPriceType_get, _traderapi.CTORATstpConditionOrderField_OrderPriceType_set) # ��Ч������ TimeCondition = property(_traderapi.CTORATstpConditionOrderField_TimeCondition_get, _traderapi.CTORATstpConditionOrderField_TimeCondition_set) # �ɽ������� VolumeCondition = property(_traderapi.CTORATstpConditionOrderField_VolumeCondition_get, _traderapi.CTORATstpConditionOrderField_VolumeCondition_set) # �����۸� LimitPrice = property(_traderapi.CTORATstpConditionOrderField_LimitPrice_get, _traderapi.CTORATstpConditionOrderField_LimitPrice_set) # �������� VolumeTotalOriginal = property(_traderapi.CTORATstpConditionOrderField_VolumeTotalOriginal_get, _traderapi.CTORATstpConditionOrderField_VolumeTotalOriginal_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpConditionOrderField_Operway_get, _traderapi.CTORATstpConditionOrderField_Operway_set) # �۹�ͨ������������ LotType = property(_traderapi.CTORATstpConditionOrderField_LotType_get, _traderapi.CTORATstpConditionOrderField_LotType_set) # ������� CondCheck = property(_traderapi.CTORATstpConditionOrderField_CondCheck_get, _traderapi.CTORATstpConditionOrderField_CondCheck_set) # ��Ч���� GTDate = property(_traderapi.CTORATstpConditionOrderField_GTDate_get, _traderapi.CTORATstpConditionOrderField_GTDate_set) # ǿƽԭ��(����ר��) ForceCloseReason = property(_traderapi.CTORATstpConditionOrderField_ForceCloseReason_get, _traderapi.CTORATstpConditionOrderField_ForceCloseReason_set) # ָ�����������ø�ծ��ţ����ֶ��ÿձ�ʾ��ָ��������(����ר��) CreditDebtID = property(_traderapi.CTORATstpConditionOrderField_CreditDebtID_get, _traderapi.CTORATstpConditionOrderField_CreditDebtID_set) # ͷ������(����ר��) CreditQuotaType = property(_traderapi.CTORATstpConditionOrderField_CreditQuotaType_get, _traderapi.CTORATstpConditionOrderField_CreditQuotaType_set) # ��Ϣ�ۿ�ȯ��ţ�0��ʾ��ʹ���ۿ�ȯ��(����ר��) DiscountCouponID = property(_traderapi.CTORATstpConditionOrderField_DiscountCouponID_get, _traderapi.CTORATstpConditionOrderField_DiscountCouponID_set) # ������������ CondOrderRef = property(_traderapi.CTORATstpConditionOrderField_CondOrderRef_get, _traderapi.CTORATstpConditionOrderField_CondOrderRef_set) # ������� CondOrderID = property(_traderapi.CTORATstpConditionOrderField_CondOrderID_get, _traderapi.CTORATstpConditionOrderField_CondOrderID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpConditionOrderField_SInfo_get, _traderapi.CTORATstpConditionOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpConditionOrderField_IInfo_get, _traderapi.CTORATstpConditionOrderField_IInfo_set) # ������׼�������� TriggerOrderVolumeType = property(_traderapi.CTORATstpConditionOrderField_TriggerOrderVolumeType_get, _traderapi.CTORATstpConditionOrderField_TriggerOrderVolumeType_set) # ������׼������ TriggerOrderPriceType = property(_traderapi.CTORATstpConditionOrderField_TriggerOrderPriceType_get, _traderapi.CTORATstpConditionOrderField_TriggerOrderPriceType_set) # �������������� ContingentCondition = property(_traderapi.CTORATstpConditionOrderField_ContingentCondition_get, _traderapi.CTORATstpConditionOrderField_ContingentCondition_set) # ������ ConditionPrice = property(_traderapi.CTORATstpConditionOrderField_ConditionPrice_get, _traderapi.CTORATstpConditionOrderField_ConditionPrice_set) # �۸񸡶�tick�� PriceTicks = property(_traderapi.CTORATstpConditionOrderField_PriceTicks_get, _traderapi.CTORATstpConditionOrderField_PriceTicks_set) # ������������ VolumeMultiple = property(_traderapi.CTORATstpConditionOrderField_VolumeMultiple_get, _traderapi.CTORATstpConditionOrderField_VolumeMultiple_set) # ���ǰ�ñ�� RelativeFrontID = property(_traderapi.CTORATstpConditionOrderField_RelativeFrontID_get, _traderapi.CTORATstpConditionOrderField_RelativeFrontID_set) # ��ػỰ��� RelativeSessionID = property(_traderapi.CTORATstpConditionOrderField_RelativeSessionID_get, _traderapi.CTORATstpConditionOrderField_RelativeSessionID_set) # ����������� RelativeParam = property(_traderapi.CTORATstpConditionOrderField_RelativeParam_get, _traderapi.CTORATstpConditionOrderField_RelativeParam_set) # ������������������ AppendContingentCondition = property(_traderapi.CTORATstpConditionOrderField_AppendContingentCondition_get, _traderapi.CTORATstpConditionOrderField_AppendContingentCondition_set) # ���������� AppendConditionPrice = property(_traderapi.CTORATstpConditionOrderField_AppendConditionPrice_get, _traderapi.CTORATstpConditionOrderField_AppendConditionPrice_set) # �������ǰ�ñ�� AppendRelativeFrontID = property(_traderapi.CTORATstpConditionOrderField_AppendRelativeFrontID_get, _traderapi.CTORATstpConditionOrderField_AppendRelativeFrontID_set) # ������ػỰ��� AppendRelativeSessionID = property(_traderapi.CTORATstpConditionOrderField_AppendRelativeSessionID_get, _traderapi.CTORATstpConditionOrderField_AppendRelativeSessionID_set) # ��������������� AppendRelativeParam = property(_traderapi.CTORATstpConditionOrderField_AppendRelativeParam_get, _traderapi.CTORATstpConditionOrderField_AppendRelativeParam_set) # ������ RequestID = property(_traderapi.CTORATstpConditionOrderField_RequestID_get, _traderapi.CTORATstpConditionOrderField_RequestID_set) # ������ TradingDay = property(_traderapi.CTORATstpConditionOrderField_TradingDay_get, _traderapi.CTORATstpConditionOrderField_TradingDay_set) # ������״̬ CondOrderStatus = property(_traderapi.CTORATstpConditionOrderField_CondOrderStatus_get, _traderapi.CTORATstpConditionOrderField_CondOrderStatus_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpConditionOrderField_StatusMsg_get, _traderapi.CTORATstpConditionOrderField_StatusMsg_set) # �걨�û� InsertUser = property(_traderapi.CTORATstpConditionOrderField_InsertUser_get, _traderapi.CTORATstpConditionOrderField_InsertUser_set) # �걨���� InsertDate = property(_traderapi.CTORATstpConditionOrderField_InsertDate_get, _traderapi.CTORATstpConditionOrderField_InsertDate_set) # �걨ʱ�� InsertTime = property(_traderapi.CTORATstpConditionOrderField_InsertTime_get, _traderapi.CTORATstpConditionOrderField_InsertTime_set) # �������� ActiveDate = property(_traderapi.CTORATstpConditionOrderField_ActiveDate_get, _traderapi.CTORATstpConditionOrderField_ActiveDate_set) # ����ʱ�� ActiveTime = property(_traderapi.CTORATstpConditionOrderField_ActiveTime_get, _traderapi.CTORATstpConditionOrderField_ActiveTime_set) # �����û� CancelUser = property(_traderapi.CTORATstpConditionOrderField_CancelUser_get, _traderapi.CTORATstpConditionOrderField_CancelUser_set) # ����ʱ�� CancelTime = property(_traderapi.CTORATstpConditionOrderField_CancelTime_get, _traderapi.CTORATstpConditionOrderField_CancelTime_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpConditionOrderField_FrontID_get, _traderapi.CTORATstpConditionOrderField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpConditionOrderField_SessionID_get, _traderapi.CTORATstpConditionOrderField_SessionID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpConditionOrderField_DepartmentID_get, _traderapi.CTORATstpConditionOrderField_DepartmentID_set) # �û��˲�Ʒ��Ϣ UserProductInfo = property(_traderapi.CTORATstpConditionOrderField_UserProductInfo_get, _traderapi.CTORATstpConditionOrderField_UserProductInfo_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpConditionOrderField_IPAddress_get, _traderapi.CTORATstpConditionOrderField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpConditionOrderField_MacAddress_get, _traderapi.CTORATstpConditionOrderField_MacAddress_set) def __init__(self): _traderapi.CTORATstpConditionOrderField_swiginit(self, _traderapi.new_CTORATstpConditionOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpConditionOrderField # Register CTORATstpConditionOrderField in _traderapi: _traderapi.CTORATstpConditionOrderField_swigregister(CTORATstpConditionOrderField) #########################################����������¼��############################################ class CTORATstpInputCondOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputCondOrderActionField_UserRequestID_get, _traderapi.CTORATstpInputCondOrderActionField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputCondOrderActionField_ExchangeID_get, _traderapi.CTORATstpInputCondOrderActionField_ExchangeID_set) # ����������ǰ�ñ�� FrontID = property(_traderapi.CTORATstpInputCondOrderActionField_FrontID_get, _traderapi.CTORATstpInputCondOrderActionField_FrontID_set) # �����������Ự��� SessionID = property(_traderapi.CTORATstpInputCondOrderActionField_SessionID_get, _traderapi.CTORATstpInputCondOrderActionField_SessionID_set) # �������������� CondOrderRef = property(_traderapi.CTORATstpInputCondOrderActionField_CondOrderRef_get, _traderapi.CTORATstpInputCondOrderActionField_CondOrderRef_set) # ������������� CondOrderID = property(_traderapi.CTORATstpInputCondOrderActionField_CondOrderID_get, _traderapi.CTORATstpInputCondOrderActionField_CondOrderID_set) # ������־ ActionFlag = property(_traderapi.CTORATstpInputCondOrderActionField_ActionFlag_get, _traderapi.CTORATstpInputCondOrderActionField_ActionFlag_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpInputCondOrderActionField_Operway_get, _traderapi.CTORATstpInputCondOrderActionField_Operway_set) # �������������� CondOrderActionRef = property(_traderapi.CTORATstpInputCondOrderActionField_CondOrderActionRef_get, _traderapi.CTORATstpInputCondOrderActionField_CondOrderActionRef_set) # ������������� CancelCondOrderID = property(_traderapi.CTORATstpInputCondOrderActionField_CancelCondOrderID_get, _traderapi.CTORATstpInputCondOrderActionField_CancelCondOrderID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpInputCondOrderActionField_SInfo_get, _traderapi.CTORATstpInputCondOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpInputCondOrderActionField_IInfo_get, _traderapi.CTORATstpInputCondOrderActionField_IInfo_set) def __init__(self): _traderapi.CTORATstpInputCondOrderActionField_swiginit(self, _traderapi.new_CTORATstpInputCondOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputCondOrderActionField # Register CTORATstpInputCondOrderActionField in _traderapi: _traderapi.CTORATstpInputCondOrderActionField_swigregister(CTORATstpInputCondOrderActionField) #########################################���뱨��############################################ class CTORATstpInputNegoOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputNegoOrderField_UserRequestID_get, _traderapi.CTORATstpInputNegoOrderField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputNegoOrderField_ExchangeID_get, _traderapi.CTORATstpInputNegoOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInputNegoOrderField_InvestorID_get, _traderapi.CTORATstpInputNegoOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpInputNegoOrderField_BusinessUnitID_get, _traderapi.CTORATstpInputNegoOrderField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpInputNegoOrderField_ShareholderID_get, _traderapi.CTORATstpInputNegoOrderField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpInputNegoOrderField_SecurityID_get, _traderapi.CTORATstpInputNegoOrderField_SecurityID_set) # �������� Direction = property(_traderapi.CTORATstpInputNegoOrderField_Direction_get, _traderapi.CTORATstpInputNegoOrderField_Direction_set) # �۸� LimitPrice = property(_traderapi.CTORATstpInputNegoOrderField_LimitPrice_get, _traderapi.CTORATstpInputNegoOrderField_LimitPrice_set) # ���� VolumeTotalOriginal = property(_traderapi.CTORATstpInputNegoOrderField_VolumeTotalOriginal_get, _traderapi.CTORATstpInputNegoOrderField_VolumeTotalOriginal_set) # ��ϵ��(�����걨ʱ����) Contractor = property(_traderapi.CTORATstpInputNegoOrderField_Contractor_get, _traderapi.CTORATstpInputNegoOrderField_Contractor_set) # ��ϵ��ʽ(�����걨ʱ����) ContractorInfo = property(_traderapi.CTORATstpInputNegoOrderField_ContractorInfo_get, _traderapi.CTORATstpInputNegoOrderField_ContractorInfo_set) # Լ����(�ɽ��걨ʱ����) ConfirmID = property(_traderapi.CTORATstpInputNegoOrderField_ConfirmID_get, _traderapi.CTORATstpInputNegoOrderField_ConfirmID_set) # ���ַ�ϯλ��(�ɽ��걨ʱ����) CounterpartyPbuID = property(_traderapi.CTORATstpInputNegoOrderField_CounterpartyPbuID_get, _traderapi.CTORATstpInputNegoOrderField_CounterpartyPbuID_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpInputNegoOrderField_OrderSysID_get, _traderapi.CTORATstpInputNegoOrderField_OrderSysID_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpInputNegoOrderField_Operway_get, _traderapi.CTORATstpInputNegoOrderField_Operway_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpInputNegoOrderField_SInfo_get, _traderapi.CTORATstpInputNegoOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpInputNegoOrderField_IInfo_get, _traderapi.CTORATstpInputNegoOrderField_IInfo_set) def __init__(self): _traderapi.CTORATstpInputNegoOrderField_swiginit(self, _traderapi.new_CTORATstpInputNegoOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputNegoOrderField # Register CTORATstpInputNegoOrderField in _traderapi: _traderapi.CTORATstpInputNegoOrderField_swigregister(CTORATstpInputNegoOrderField) #########################################Э�齻�ױ���############################################ class CTORATstpNegoOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpNegoOrderField_ExchangeID_get, _traderapi.CTORATstpNegoOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpNegoOrderField_InvestorID_get, _traderapi.CTORATstpNegoOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpNegoOrderField_BusinessUnitID_get, _traderapi.CTORATstpNegoOrderField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpNegoOrderField_ShareholderID_get, _traderapi.CTORATstpNegoOrderField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpNegoOrderField_SecurityID_get, _traderapi.CTORATstpNegoOrderField_SecurityID_set) # �������� Direction = property(_traderapi.CTORATstpNegoOrderField_Direction_get, _traderapi.CTORATstpNegoOrderField_Direction_set) # �۸� LimitPrice = property(_traderapi.CTORATstpNegoOrderField_LimitPrice_get, _traderapi.CTORATstpNegoOrderField_LimitPrice_set) # ���� VolumeTotalOriginal = property(_traderapi.CTORATstpNegoOrderField_VolumeTotalOriginal_get, _traderapi.CTORATstpNegoOrderField_VolumeTotalOriginal_set) # ��ϵ�� Contractor = property(_traderapi.CTORATstpNegoOrderField_Contractor_get, _traderapi.CTORATstpNegoOrderField_Contractor_set) # ��ϵ��ʽ ContractorInfo = property(_traderapi.CTORATstpNegoOrderField_ContractorInfo_get, _traderapi.CTORATstpNegoOrderField_ContractorInfo_set) # Լ���� ConfirmID = property(_traderapi.CTORATstpNegoOrderField_ConfirmID_get, _traderapi.CTORATstpNegoOrderField_ConfirmID_set) # ���ַ�ϯλ�� CounterpartyPbuID = property(_traderapi.CTORATstpNegoOrderField_CounterpartyPbuID_get, _traderapi.CTORATstpNegoOrderField_CounterpartyPbuID_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpNegoOrderField_Operway_get, _traderapi.CTORATstpNegoOrderField_Operway_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpNegoOrderField_SInfo_get, _traderapi.CTORATstpNegoOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpNegoOrderField_IInfo_get, _traderapi.CTORATstpNegoOrderField_IInfo_set) # ������ RequestID = property(_traderapi.CTORATstpNegoOrderField_RequestID_get, _traderapi.CTORATstpNegoOrderField_RequestID_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpNegoOrderField_FrontID_get, _traderapi.CTORATstpNegoOrderField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpNegoOrderField_SessionID_get, _traderapi.CTORATstpNegoOrderField_SessionID_set) # ���ر������ OrderLocalID = property(_traderapi.CTORATstpNegoOrderField_OrderLocalID_get, _traderapi.CTORATstpNegoOrderField_OrderLocalID_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpNegoOrderField_OrderSysID_get, _traderapi.CTORATstpNegoOrderField_OrderSysID_set) # ����״̬ OrderStatus = property(_traderapi.CTORATstpNegoOrderField_OrderStatus_get, _traderapi.CTORATstpNegoOrderField_OrderStatus_set) # �����ύ״̬ OrderSubmitStatus = property(_traderapi.CTORATstpNegoOrderField_OrderSubmitStatus_get, _traderapi.CTORATstpNegoOrderField_OrderSubmitStatus_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpNegoOrderField_StatusMsg_get, _traderapi.CTORATstpNegoOrderField_StatusMsg_set) # �ѳɽ����� VolumeTraded = property(_traderapi.CTORATstpNegoOrderField_VolumeTraded_get, _traderapi.CTORATstpNegoOrderField_VolumeTraded_set) # �ѳ������� VolumeCanceled = property(_traderapi.CTORATstpNegoOrderField_VolumeCanceled_get, _traderapi.CTORATstpNegoOrderField_VolumeCanceled_set) # ������ TradingDay = property(_traderapi.CTORATstpNegoOrderField_TradingDay_get, _traderapi.CTORATstpNegoOrderField_TradingDay_set) # �걨�û� InsertUser = property(_traderapi.CTORATstpNegoOrderField_InsertUser_get, _traderapi.CTORATstpNegoOrderField_InsertUser_set) # �걨���� InsertDate = property(_traderapi.CTORATstpNegoOrderField_InsertDate_get, _traderapi.CTORATstpNegoOrderField_InsertDate_set) # �걨ʱ�� InsertTime = property(_traderapi.CTORATstpNegoOrderField_InsertTime_get, _traderapi.CTORATstpNegoOrderField_InsertTime_set) # ����������ʱ�� AcceptTime = property(_traderapi.CTORATstpNegoOrderField_AcceptTime_get, _traderapi.CTORATstpNegoOrderField_AcceptTime_set) # �����û� CancelUser = property(_traderapi.CTORATstpNegoOrderField_CancelUser_get, _traderapi.CTORATstpNegoOrderField_CancelUser_set) # ����ʱ�� CancelTime = property(_traderapi.CTORATstpNegoOrderField_CancelTime_get, _traderapi.CTORATstpNegoOrderField_CancelTime_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpNegoOrderField_DepartmentID_get, _traderapi.CTORATstpNegoOrderField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpNegoOrderField_AccountID_get, _traderapi.CTORATstpNegoOrderField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpNegoOrderField_CurrencyID_get, _traderapi.CTORATstpNegoOrderField_CurrencyID_set) # ���׵�Ԫ���� PbuID = property(_traderapi.CTORATstpNegoOrderField_PbuID_get, _traderapi.CTORATstpNegoOrderField_PbuID_set) # �û��˲�Ʒ��Ϣ UserProductInfo = property(_traderapi.CTORATstpNegoOrderField_UserProductInfo_get, _traderapi.CTORATstpNegoOrderField_UserProductInfo_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpNegoOrderField_IPAddress_get, _traderapi.CTORATstpNegoOrderField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpNegoOrderField_MacAddress_get, _traderapi.CTORATstpNegoOrderField_MacAddress_set) def __init__(self): _traderapi.CTORATstpNegoOrderField_swiginit(self, _traderapi.new_CTORATstpNegoOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpNegoOrderField # Register CTORATstpNegoOrderField in _traderapi: _traderapi.CTORATstpNegoOrderField_swigregister(CTORATstpNegoOrderField) #########################################Э�齻�׳ɽ�############################################ class CTORATstpNegoTradeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpNegoTradeField_ExchangeID_get, _traderapi.CTORATstpNegoTradeField_ExchangeID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpNegoTradeField_DepartmentID_get, _traderapi.CTORATstpNegoTradeField_DepartmentID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpNegoTradeField_InvestorID_get, _traderapi.CTORATstpNegoTradeField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpNegoTradeField_BusinessUnitID_get, _traderapi.CTORATstpNegoTradeField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpNegoTradeField_ShareholderID_get, _traderapi.CTORATstpNegoTradeField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpNegoTradeField_SecurityID_get, _traderapi.CTORATstpNegoTradeField_SecurityID_set) # �ɽ���� TradeID = property(_traderapi.CTORATstpNegoTradeField_TradeID_get, _traderapi.CTORATstpNegoTradeField_TradeID_set) # �������� Direction = property(_traderapi.CTORATstpNegoTradeField_Direction_get, _traderapi.CTORATstpNegoTradeField_Direction_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpNegoTradeField_OrderSysID_get, _traderapi.CTORATstpNegoTradeField_OrderSysID_set) # ���ر������ OrderLocalID = property(_traderapi.CTORATstpNegoTradeField_OrderLocalID_get, _traderapi.CTORATstpNegoTradeField_OrderLocalID_set) # �ɽ��۸� Price = property(_traderapi.CTORATstpNegoTradeField_Price_get, _traderapi.CTORATstpNegoTradeField_Price_set) # �ɽ����� Volume = property(_traderapi.CTORATstpNegoTradeField_Volume_get, _traderapi.CTORATstpNegoTradeField_Volume_set) # �ɽ����� TradeDate = property(_traderapi.CTORATstpNegoTradeField_TradeDate_get, _traderapi.CTORATstpNegoTradeField_TradeDate_set) # �ɽ�ʱ�� TradeTime = property(_traderapi.CTORATstpNegoTradeField_TradeTime_get, _traderapi.CTORATstpNegoTradeField_TradeTime_set) # ������ TradingDay = property(_traderapi.CTORATstpNegoTradeField_TradingDay_get, _traderapi.CTORATstpNegoTradeField_TradingDay_set) # ���׵�Ԫ���� PbuID = property(_traderapi.CTORATstpNegoTradeField_PbuID_get, _traderapi.CTORATstpNegoTradeField_PbuID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpNegoTradeField_AccountID_get, _traderapi.CTORATstpNegoTradeField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpNegoTradeField_CurrencyID_get, _traderapi.CTORATstpNegoTradeField_CurrencyID_set) # ���ַ����׵�Ԫ���� CounterpartyPbuID = property(_traderapi.CTORATstpNegoTradeField_CounterpartyPbuID_get, _traderapi.CTORATstpNegoTradeField_CounterpartyPbuID_set) # ���ַ��ɶ��˺� CounterpartyShareholderID = property(_traderapi.CTORATstpNegoTradeField_CounterpartyShareholderID_get, _traderapi.CTORATstpNegoTradeField_CounterpartyShareholderID_set) def __init__(self): _traderapi.CTORATstpNegoTradeField_swiginit(self, _traderapi.new_CTORATstpNegoTradeField()) __swig_destroy__ = _traderapi.delete_CTORATstpNegoTradeField # Register CTORATstpNegoTradeField in _traderapi: _traderapi.CTORATstpNegoTradeField_swigregister(CTORATstpNegoTradeField) #########################################����Э�齻�׳�������############################################ class CTORATstpInputNegoOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputNegoOrderActionField_UserRequestID_get, _traderapi.CTORATstpInputNegoOrderActionField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputNegoOrderActionField_ExchangeID_get, _traderapi.CTORATstpInputNegoOrderActionField_ExchangeID_set) # ��������ϵͳ��� OrderSysID = property(_traderapi.CTORATstpInputNegoOrderActionField_OrderSysID_get, _traderapi.CTORATstpInputNegoOrderActionField_OrderSysID_set) # ������־ ActionFlag = property(_traderapi.CTORATstpInputNegoOrderActionField_ActionFlag_get, _traderapi.CTORATstpInputNegoOrderActionField_ActionFlag_set) # ϵͳ������� CancelOrderSysID = property(_traderapi.CTORATstpInputNegoOrderActionField_CancelOrderSysID_get, _traderapi.CTORATstpInputNegoOrderActionField_CancelOrderSysID_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpInputNegoOrderActionField_Operway_get, _traderapi.CTORATstpInputNegoOrderActionField_Operway_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpInputNegoOrderActionField_SInfo_get, _traderapi.CTORATstpInputNegoOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpInputNegoOrderActionField_IInfo_get, _traderapi.CTORATstpInputNegoOrderActionField_IInfo_set) def __init__(self): _traderapi.CTORATstpInputNegoOrderActionField_swiginit(self, _traderapi.new_CTORATstpInputNegoOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputNegoOrderActionField # Register CTORATstpInputNegoOrderActionField in _traderapi: _traderapi.CTORATstpInputNegoOrderActionField_swigregister(CTORATstpInputNegoOrderActionField) #########################################���뱨��############################################ class CTORATstpInputOrderExField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputOrderExField_UserRequestID_get, _traderapi.CTORATstpInputOrderExField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputOrderExField_ExchangeID_get, _traderapi.CTORATstpInputOrderExField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInputOrderExField_InvestorID_get, _traderapi.CTORATstpInputOrderExField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpInputOrderExField_BusinessUnitID_get, _traderapi.CTORATstpInputOrderExField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpInputOrderExField_ShareholderID_get, _traderapi.CTORATstpInputOrderExField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpInputOrderExField_SecurityID_get, _traderapi.CTORATstpInputOrderExField_SecurityID_set) # �������� Direction = property(_traderapi.CTORATstpInputOrderExField_Direction_get, _traderapi.CTORATstpInputOrderExField_Direction_set) # �۸� LimitPrice = property(_traderapi.CTORATstpInputOrderExField_LimitPrice_get, _traderapi.CTORATstpInputOrderExField_LimitPrice_set) # ���� VolumeTotalOriginal = property(_traderapi.CTORATstpInputOrderExField_VolumeTotalOriginal_get, _traderapi.CTORATstpInputOrderExField_VolumeTotalOriginal_set) # �����۸����� OrderPriceType = property(_traderapi.CTORATstpInputOrderExField_OrderPriceType_get, _traderapi.CTORATstpInputOrderExField_OrderPriceType_set) # ��Ч������ TimeCondition = property(_traderapi.CTORATstpInputOrderExField_TimeCondition_get, _traderapi.CTORATstpInputOrderExField_TimeCondition_set) # �ɽ������� VolumeCondition = property(_traderapi.CTORATstpInputOrderExField_VolumeCondition_get, _traderapi.CTORATstpInputOrderExField_VolumeCondition_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpInputOrderExField_Operway_get, _traderapi.CTORATstpInputOrderExField_Operway_set) # �������� OrderRef = property(_traderapi.CTORATstpInputOrderExField_OrderRef_get, _traderapi.CTORATstpInputOrderExField_OrderRef_set) # �۹�ͨ������������ LotType = property(_traderapi.CTORATstpInputOrderExField_LotType_get, _traderapi.CTORATstpInputOrderExField_LotType_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpInputOrderExField_OrderSysID_get, _traderapi.CTORATstpInputOrderExField_OrderSysID_set) # ������� CondCheck = property(_traderapi.CTORATstpInputOrderExField_CondCheck_get, _traderapi.CTORATstpInputOrderExField_CondCheck_set) # ��Ч���� GTDate = property(_traderapi.CTORATstpInputOrderExField_GTDate_get, _traderapi.CTORATstpInputOrderExField_GTDate_set) # ǿƽԭ��(����ר��) ForceCloseReason = property(_traderapi.CTORATstpInputOrderExField_ForceCloseReason_get, _traderapi.CTORATstpInputOrderExField_ForceCloseReason_set) # ָ�����������ø�ծ��ţ����ֶ��ÿձ�ʾ��ָ��������(����ר��) CreditDebtID = property(_traderapi.CTORATstpInputOrderExField_CreditDebtID_get, _traderapi.CTORATstpInputOrderExField_CreditDebtID_set) # ͷ������(����ר��) CreditQuotaType = property(_traderapi.CTORATstpInputOrderExField_CreditQuotaType_get, _traderapi.CTORATstpInputOrderExField_CreditQuotaType_set) # ��Ϣ�ۿ�ȯ��ţ�0��ʾ��ʹ���ۿ�ȯ��(����ר��) DiscountCouponID = property(_traderapi.CTORATstpInputOrderExField_DiscountCouponID_get, _traderapi.CTORATstpInputOrderExField_DiscountCouponID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpInputOrderExField_SInfo_get, _traderapi.CTORATstpInputOrderExField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpInputOrderExField_IInfo_get, _traderapi.CTORATstpInputOrderExField_IInfo_set) # �����ڵ��� NodeRef = property(_traderapi.CTORATstpInputOrderExField_NodeRef_get, _traderapi.CTORATstpInputOrderExField_NodeRef_set) def __init__(self): _traderapi.CTORATstpInputOrderExField_swiginit(self, _traderapi.new_CTORATstpInputOrderExField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputOrderExField # Register CTORATstpInputOrderExField in _traderapi: _traderapi.CTORATstpInputOrderExField_swigregister(CTORATstpInputOrderExField) #########################################���볷������############################################ class CTORATstpInputOrderActionExField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputOrderActionExField_UserRequestID_get, _traderapi.CTORATstpInputOrderActionExField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputOrderActionExField_ExchangeID_get, _traderapi.CTORATstpInputOrderActionExField_ExchangeID_set) # ��������ǰ�ñ�� FrontID = property(_traderapi.CTORATstpInputOrderActionExField_FrontID_get, _traderapi.CTORATstpInputOrderActionExField_FrontID_set) # ���������Ự��� SessionID = property(_traderapi.CTORATstpInputOrderActionExField_SessionID_get, _traderapi.CTORATstpInputOrderActionExField_SessionID_set) # ������������ OrderRef = property(_traderapi.CTORATstpInputOrderActionExField_OrderRef_get, _traderapi.CTORATstpInputOrderActionExField_OrderRef_set) # ��������ϵͳ��� OrderSysID = property(_traderapi.CTORATstpInputOrderActionExField_OrderSysID_get, _traderapi.CTORATstpInputOrderActionExField_OrderSysID_set) # ������־ ActionFlag = property(_traderapi.CTORATstpInputOrderActionExField_ActionFlag_get, _traderapi.CTORATstpInputOrderActionExField_ActionFlag_set) # ������������ OrderActionRef = property(_traderapi.CTORATstpInputOrderActionExField_OrderActionRef_get, _traderapi.CTORATstpInputOrderActionExField_OrderActionRef_set) # ϵͳ������� CancelOrderSysID = property(_traderapi.CTORATstpInputOrderActionExField_CancelOrderSysID_get, _traderapi.CTORATstpInputOrderActionExField_CancelOrderSysID_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpInputOrderActionExField_Operway_get, _traderapi.CTORATstpInputOrderActionExField_Operway_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpInputOrderActionExField_SInfo_get, _traderapi.CTORATstpInputOrderActionExField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpInputOrderActionExField_IInfo_get, _traderapi.CTORATstpInputOrderActionExField_IInfo_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpInputOrderActionExField_SecurityID_get, _traderapi.CTORATstpInputOrderActionExField_SecurityID_set) def __init__(self): _traderapi.CTORATstpInputOrderActionExField_swiginit(self, _traderapi.new_CTORATstpInputOrderActionExField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputOrderActionExField # Register CTORATstpInputOrderActionExField in _traderapi: _traderapi.CTORATstpInputOrderActionExField_swigregister(CTORATstpInputOrderActionExField) #########################################�г�״̬############################################ class CTORATstpMarketStatusField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �г����� MarketID = property(_traderapi.CTORATstpMarketStatusField_MarketID_get, _traderapi.CTORATstpMarketStatusField_MarketID_set) # �г�״̬ MarketStatus = property(_traderapi.CTORATstpMarketStatusField_MarketStatus_get, _traderapi.CTORATstpMarketStatusField_MarketStatus_set) def __init__(self): _traderapi.CTORATstpMarketStatusField_swiginit(self, _traderapi.new_CTORATstpMarketStatusField()) __swig_destroy__ = _traderapi.delete_CTORATstpMarketStatusField # Register CTORATstpMarketStatusField in _traderapi: _traderapi.CTORATstpMarketStatusField_swigregister(CTORATstpMarketStatusField) #########################################�ʽ�ת��############################################ class CTORATstpInputTransferFundField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputTransferFundField_UserRequestID_get, _traderapi.CTORATstpInputTransferFundField_UserRequestID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpInputTransferFundField_DepartmentID_get, _traderapi.CTORATstpInputTransferFundField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpInputTransferFundField_AccountID_get, _traderapi.CTORATstpInputTransferFundField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpInputTransferFundField_CurrencyID_get, _traderapi.CTORATstpInputTransferFundField_CurrencyID_set) # ������ˮ�� ApplySerial = property(_traderapi.CTORATstpInputTransferFundField_ApplySerial_get, _traderapi.CTORATstpInputTransferFundField_ApplySerial_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpInputTransferFundField_TransferDirection_get, _traderapi.CTORATstpInputTransferFundField_TransferDirection_set) # ת�ƽ�� Amount = property(_traderapi.CTORATstpInputTransferFundField_Amount_get, _traderapi.CTORATstpInputTransferFundField_Amount_set) # ���д���(��֤ת��ʱ����) BankID = property(_traderapi.CTORATstpInputTransferFundField_BankID_get, _traderapi.CTORATstpInputTransferFundField_BankID_set) # �ʽ�����(֤ȯת����ʱ����) AccountPassword = property(_traderapi.CTORATstpInputTransferFundField_AccountPassword_get, _traderapi.CTORATstpInputTransferFundField_AccountPassword_set) # ��������(����ת֤ȯʱ����) BankPassword = property(_traderapi.CTORATstpInputTransferFundField_BankPassword_get, _traderapi.CTORATstpInputTransferFundField_BankPassword_set) # �ⲿ�ڵ��(�ڵ���ʽ����ʱ����) ExternalNodeID = property(_traderapi.CTORATstpInputTransferFundField_ExternalNodeID_get, _traderapi.CTORATstpInputTransferFundField_ExternalNodeID_set) # ָ�����������ø�ծ���(����ר��) CreditDebtID = property(_traderapi.CTORATstpInputTransferFundField_CreditDebtID_get, _traderapi.CTORATstpInputTransferFundField_CreditDebtID_set) # ǿƽԭ��(����ר��) ForceCloseReason = property(_traderapi.CTORATstpInputTransferFundField_ForceCloseReason_get, _traderapi.CTORATstpInputTransferFundField_ForceCloseReason_set) # ʵ�ʳ������(����)(����ר��) RealAmount = property(_traderapi.CTORATstpInputTransferFundField_RealAmount_get, _traderapi.CTORATstpInputTransferFundField_RealAmount_set) # ǿ�Ʊ�ʶ(֤ȯת����ʱ��Ч) ForceFlag = property(_traderapi.CTORATstpInputTransferFundField_ForceFlag_get, _traderapi.CTORATstpInputTransferFundField_ForceFlag_set) def __init__(self): _traderapi.CTORATstpInputTransferFundField_swiginit(self, _traderapi.new_CTORATstpInputTransferFundField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputTransferFundField # Register CTORATstpInputTransferFundField in _traderapi: _traderapi.CTORATstpInputTransferFundField_swigregister(CTORATstpInputTransferFundField) #########################################�ʽ�ת�ƻر�############################################ class CTORATstpTransferFundField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ת����ˮ�� FundSerial = property(_traderapi.CTORATstpTransferFundField_FundSerial_get, _traderapi.CTORATstpTransferFundField_FundSerial_set) # ������ˮ�� ApplySerial = property(_traderapi.CTORATstpTransferFundField_ApplySerial_get, _traderapi.CTORATstpTransferFundField_ApplySerial_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpTransferFundField_FrontID_get, _traderapi.CTORATstpTransferFundField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpTransferFundField_SessionID_get, _traderapi.CTORATstpTransferFundField_SessionID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpTransferFundField_DepartmentID_get, _traderapi.CTORATstpTransferFundField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpTransferFundField_AccountID_get, _traderapi.CTORATstpTransferFundField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpTransferFundField_CurrencyID_get, _traderapi.CTORATstpTransferFundField_CurrencyID_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpTransferFundField_TransferDirection_get, _traderapi.CTORATstpTransferFundField_TransferDirection_set) # ת�ƽ�� Amount = property(_traderapi.CTORATstpTransferFundField_Amount_get, _traderapi.CTORATstpTransferFundField_Amount_set) # ת��״̬ TransferStatus = property(_traderapi.CTORATstpTransferFundField_TransferStatus_get, _traderapi.CTORATstpTransferFundField_TransferStatus_set) # ������Ա OperatorID = property(_traderapi.CTORATstpTransferFundField_OperatorID_get, _traderapi.CTORATstpTransferFundField_OperatorID_set) # �������� OperateDate = property(_traderapi.CTORATstpTransferFundField_OperateDate_get, _traderapi.CTORATstpTransferFundField_OperateDate_set) # ����ʱ�� OperateTime = property(_traderapi.CTORATstpTransferFundField_OperateTime_get, _traderapi.CTORATstpTransferFundField_OperateTime_set) # ǩԼ�����˻� BankAccountID = property(_traderapi.CTORATstpTransferFundField_BankAccountID_get, _traderapi.CTORATstpTransferFundField_BankAccountID_set) # ���д��� BankID = property(_traderapi.CTORATstpTransferFundField_BankID_get, _traderapi.CTORATstpTransferFundField_BankID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpTransferFundField_InvestorID_get, _traderapi.CTORATstpTransferFundField_InvestorID_set) # �ⲿ�ڵ�� ExternalNodeID = property(_traderapi.CTORATstpTransferFundField_ExternalNodeID_get, _traderapi.CTORATstpTransferFundField_ExternalNodeID_set) # ǿƽԭ��(����ר��) ForceCloseReason = property(_traderapi.CTORATstpTransferFundField_ForceCloseReason_get, _traderapi.CTORATstpTransferFundField_ForceCloseReason_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpTransferFundField_IPAddress_get, _traderapi.CTORATstpTransferFundField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpTransferFundField_MacAddress_get, _traderapi.CTORATstpTransferFundField_MacAddress_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpTransferFundField_BusinessUnitID_get, _traderapi.CTORATstpTransferFundField_BusinessUnitID_set) def __init__(self): _traderapi.CTORATstpTransferFundField_swiginit(self, _traderapi.new_CTORATstpTransferFundField()) __swig_destroy__ = _traderapi.delete_CTORATstpTransferFundField # Register CTORATstpTransferFundField in _traderapi: _traderapi.CTORATstpTransferFundField_swigregister(CTORATstpTransferFundField) #########################################��λת��############################################ class CTORATstpInputTransferPositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInputTransferPositionField_InvestorID_get, _traderapi.CTORATstpInputTransferPositionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpInputTransferPositionField_BusinessUnitID_get, _traderapi.CTORATstpInputTransferPositionField_BusinessUnitID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInputTransferPositionField_ExchangeID_get, _traderapi.CTORATstpInputTransferPositionField_ExchangeID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpInputTransferPositionField_ShareholderID_get, _traderapi.CTORATstpInputTransferPositionField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpInputTransferPositionField_SecurityID_get, _traderapi.CTORATstpInputTransferPositionField_SecurityID_set) # ������ˮ�� ApplySerial = property(_traderapi.CTORATstpInputTransferPositionField_ApplySerial_get, _traderapi.CTORATstpInputTransferPositionField_ApplySerial_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpInputTransferPositionField_TransferDirection_get, _traderapi.CTORATstpInputTransferPositionField_TransferDirection_set) # ���� Volume = property(_traderapi.CTORATstpInputTransferPositionField_Volume_get, _traderapi.CTORATstpInputTransferPositionField_Volume_set) # ת�Ƴֲ����� TransferPositionType = property(_traderapi.CTORATstpInputTransferPositionField_TransferPositionType_get, _traderapi.CTORATstpInputTransferPositionField_TransferPositionType_set) # �û������� UserRequestID = property(_traderapi.CTORATstpInputTransferPositionField_UserRequestID_get, _traderapi.CTORATstpInputTransferPositionField_UserRequestID_set) # �г����� MarketID = property(_traderapi.CTORATstpInputTransferPositionField_MarketID_get, _traderapi.CTORATstpInputTransferPositionField_MarketID_set) # �ⲿ�ڵ���(�ⲿϵͳת��ʱ����) ExternalNodeID = property(_traderapi.CTORATstpInputTransferPositionField_ExternalNodeID_get, _traderapi.CTORATstpInputTransferPositionField_ExternalNodeID_set) def __init__(self): _traderapi.CTORATstpInputTransferPositionField_swiginit(self, _traderapi.new_CTORATstpInputTransferPositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputTransferPositionField # Register CTORATstpInputTransferPositionField in _traderapi: _traderapi.CTORATstpInputTransferPositionField_swigregister(CTORATstpInputTransferPositionField) #########################################��λת�ƻر�############################################ class CTORATstpTransferPositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ��λת����ˮ�� PositionSerial = property(_traderapi.CTORATstpTransferPositionField_PositionSerial_get, _traderapi.CTORATstpTransferPositionField_PositionSerial_set) # ������ˮ�� ApplySerial = property(_traderapi.CTORATstpTransferPositionField_ApplySerial_get, _traderapi.CTORATstpTransferPositionField_ApplySerial_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpTransferPositionField_FrontID_get, _traderapi.CTORATstpTransferPositionField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpTransferPositionField_SessionID_get, _traderapi.CTORATstpTransferPositionField_SessionID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpTransferPositionField_InvestorID_get, _traderapi.CTORATstpTransferPositionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpTransferPositionField_BusinessUnitID_get, _traderapi.CTORATstpTransferPositionField_BusinessUnitID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpTransferPositionField_ExchangeID_get, _traderapi.CTORATstpTransferPositionField_ExchangeID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpTransferPositionField_ShareholderID_get, _traderapi.CTORATstpTransferPositionField_ShareholderID_set) # �г����� MarketID = property(_traderapi.CTORATstpTransferPositionField_MarketID_get, _traderapi.CTORATstpTransferPositionField_MarketID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpTransferPositionField_SecurityID_get, _traderapi.CTORATstpTransferPositionField_SecurityID_set) # ������ TradingDay = property(_traderapi.CTORATstpTransferPositionField_TradingDay_get, _traderapi.CTORATstpTransferPositionField_TradingDay_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpTransferPositionField_TransferDirection_get, _traderapi.CTORATstpTransferPositionField_TransferDirection_set) # ת�Ƴֲ����� TransferPositionType = property(_traderapi.CTORATstpTransferPositionField_TransferPositionType_get, _traderapi.CTORATstpTransferPositionField_TransferPositionType_set) # ���ճֲ����� HistoryVolume = property(_traderapi.CTORATstpTransferPositionField_HistoryVolume_get, _traderapi.CTORATstpTransferPositionField_HistoryVolume_set) # ���������ֲ����� TodayBSVolume = property(_traderapi.CTORATstpTransferPositionField_TodayBSVolume_get, _traderapi.CTORATstpTransferPositionField_TodayBSVolume_set) # ��������ֲ����� TodayPRVolume = property(_traderapi.CTORATstpTransferPositionField_TodayPRVolume_get, _traderapi.CTORATstpTransferPositionField_TodayPRVolume_set) # ���ղ�ֺϲ��ֲ����� TodaySMVolume = property(_traderapi.CTORATstpTransferPositionField_TodaySMVolume_get, _traderapi.CTORATstpTransferPositionField_TodaySMVolume_set) # ת��״̬ TransferStatus = property(_traderapi.CTORATstpTransferPositionField_TransferStatus_get, _traderapi.CTORATstpTransferPositionField_TransferStatus_set) # ������Ա OperatorID = property(_traderapi.CTORATstpTransferPositionField_OperatorID_get, _traderapi.CTORATstpTransferPositionField_OperatorID_set) # �������� OperateDate = property(_traderapi.CTORATstpTransferPositionField_OperateDate_get, _traderapi.CTORATstpTransferPositionField_OperateDate_set) # ����ʱ�� OperateTime = property(_traderapi.CTORATstpTransferPositionField_OperateTime_get, _traderapi.CTORATstpTransferPositionField_OperateTime_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpTransferPositionField_IPAddress_get, _traderapi.CTORATstpTransferPositionField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpTransferPositionField_MacAddress_get, _traderapi.CTORATstpTransferPositionField_MacAddress_set) # �ⲿ�ڵ��� ExternalNodeID = property(_traderapi.CTORATstpTransferPositionField_ExternalNodeID_get, _traderapi.CTORATstpTransferPositionField_ExternalNodeID_set) def __init__(self): _traderapi.CTORATstpTransferPositionField_swiginit(self, _traderapi.new_CTORATstpTransferPositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpTransferPositionField # Register CTORATstpTransferPositionField in _traderapi: _traderapi.CTORATstpTransferPositionField_swigregister(CTORATstpTransferPositionField) #########################################��Χϵͳ��λת�ƻر�############################################ class CTORATstpPeripheryTransferPositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ��λ������ˮ�� PositionSerial = property(_traderapi.CTORATstpPeripheryTransferPositionField_PositionSerial_get, _traderapi.CTORATstpPeripheryTransferPositionField_PositionSerial_set) # ��λ����������ˮ�� ApplySerial = property(_traderapi.CTORATstpPeripheryTransferPositionField_ApplySerial_get, _traderapi.CTORATstpPeripheryTransferPositionField_ApplySerial_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpPeripheryTransferPositionField_FrontID_get, _traderapi.CTORATstpPeripheryTransferPositionField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpPeripheryTransferPositionField_SessionID_get, _traderapi.CTORATstpPeripheryTransferPositionField_SessionID_set) # ��λ�������� TransferDirection = property(_traderapi.CTORATstpPeripheryTransferPositionField_TransferDirection_get, _traderapi.CTORATstpPeripheryTransferPositionField_TransferDirection_set) # ���������� ExchangeID = property(_traderapi.CTORATstpPeripheryTransferPositionField_ExchangeID_get, _traderapi.CTORATstpPeripheryTransferPositionField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpPeripheryTransferPositionField_MarketID_get, _traderapi.CTORATstpPeripheryTransferPositionField_MarketID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpPeripheryTransferPositionField_InvestorID_get, _traderapi.CTORATstpPeripheryTransferPositionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpPeripheryTransferPositionField_BusinessUnitID_get, _traderapi.CTORATstpPeripheryTransferPositionField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpPeripheryTransferPositionField_ShareholderID_get, _traderapi.CTORATstpPeripheryTransferPositionField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpPeripheryTransferPositionField_SecurityID_get, _traderapi.CTORATstpPeripheryTransferPositionField_SecurityID_set) # ����������λת��ת������ TodayBSPos = property(_traderapi.CTORATstpPeripheryTransferPositionField_TodayBSPos_get, _traderapi.CTORATstpPeripheryTransferPositionField_TodayBSPos_set) # ���������λת������ TodayPRPos = property(_traderapi.CTORATstpPeripheryTransferPositionField_TodayPRPos_get, _traderapi.CTORATstpPeripheryTransferPositionField_TodayPRPos_set) # ���ղ�λת������ HistoryPos = property(_traderapi.CTORATstpPeripheryTransferPositionField_HistoryPos_get, _traderapi.CTORATstpPeripheryTransferPositionField_HistoryPos_set) # ������ TradingDay = property(_traderapi.CTORATstpPeripheryTransferPositionField_TradingDay_get, _traderapi.CTORATstpPeripheryTransferPositionField_TradingDay_set) # ��λ����ԭ�� TransferReason = property(_traderapi.CTORATstpPeripheryTransferPositionField_TransferReason_get, _traderapi.CTORATstpPeripheryTransferPositionField_TransferReason_set) # ת��״̬ TransferStatus = property(_traderapi.CTORATstpPeripheryTransferPositionField_TransferStatus_get, _traderapi.CTORATstpPeripheryTransferPositionField_TransferStatus_set) # �������� OperateDate = property(_traderapi.CTORATstpPeripheryTransferPositionField_OperateDate_get, _traderapi.CTORATstpPeripheryTransferPositionField_OperateDate_set) # ����ʱ�� OperateTime = property(_traderapi.CTORATstpPeripheryTransferPositionField_OperateTime_get, _traderapi.CTORATstpPeripheryTransferPositionField_OperateTime_set) # �������� RepealDate = property(_traderapi.CTORATstpPeripheryTransferPositionField_RepealDate_get, _traderapi.CTORATstpPeripheryTransferPositionField_RepealDate_set) # ����ʱ�� RepealTime = property(_traderapi.CTORATstpPeripheryTransferPositionField_RepealTime_get, _traderapi.CTORATstpPeripheryTransferPositionField_RepealTime_set) # ����ԭ�� RepealReason = property(_traderapi.CTORATstpPeripheryTransferPositionField_RepealReason_get, _traderapi.CTORATstpPeripheryTransferPositionField_RepealReason_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpPeripheryTransferPositionField_StatusMsg_get, _traderapi.CTORATstpPeripheryTransferPositionField_StatusMsg_set) # ���ղ�ֺϲ���λת������ TodaySMPos = property(_traderapi.CTORATstpPeripheryTransferPositionField_TodaySMPos_get, _traderapi.CTORATstpPeripheryTransferPositionField_TodaySMPos_set) def __init__(self): _traderapi.CTORATstpPeripheryTransferPositionField_swiginit(self, _traderapi.new_CTORATstpPeripheryTransferPositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpPeripheryTransferPositionField # Register CTORATstpPeripheryTransferPositionField in _traderapi: _traderapi.CTORATstpPeripheryTransferPositionField_swigregister(CTORATstpPeripheryTransferPositionField) #########################################��Χϵͳ�ʽ�ת�ƻر�############################################ class CTORATstpPeripheryTransferFundField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �ʽ������ˮ�� FundSerial = property(_traderapi.CTORATstpPeripheryTransferFundField_FundSerial_get, _traderapi.CTORATstpPeripheryTransferFundField_FundSerial_set) # �ʽ����������ˮ�� ApplySerial = property(_traderapi.CTORATstpPeripheryTransferFundField_ApplySerial_get, _traderapi.CTORATstpPeripheryTransferFundField_ApplySerial_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpPeripheryTransferFundField_FrontID_get, _traderapi.CTORATstpPeripheryTransferFundField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpPeripheryTransferFundField_SessionID_get, _traderapi.CTORATstpPeripheryTransferFundField_SessionID_set) # �ʽ�������� TransferDirection = property(_traderapi.CTORATstpPeripheryTransferFundField_TransferDirection_get, _traderapi.CTORATstpPeripheryTransferFundField_TransferDirection_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpPeripheryTransferFundField_DepartmentID_get, _traderapi.CTORATstpPeripheryTransferFundField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpPeripheryTransferFundField_AccountID_get, _traderapi.CTORATstpPeripheryTransferFundField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpPeripheryTransferFundField_CurrencyID_get, _traderapi.CTORATstpPeripheryTransferFundField_CurrencyID_set) # ת�ƽ�� Amount = property(_traderapi.CTORATstpPeripheryTransferFundField_Amount_get, _traderapi.CTORATstpPeripheryTransferFundField_Amount_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpPeripheryTransferFundField_InvestorID_get, _traderapi.CTORATstpPeripheryTransferFundField_InvestorID_set) # �ʽ����ԭ�� TransferReason = property(_traderapi.CTORATstpPeripheryTransferFundField_TransferReason_get, _traderapi.CTORATstpPeripheryTransferFundField_TransferReason_set) # ת��״̬ TransferStatus = property(_traderapi.CTORATstpPeripheryTransferFundField_TransferStatus_get, _traderapi.CTORATstpPeripheryTransferFundField_TransferStatus_set) # �������� OperateDate = property(_traderapi.CTORATstpPeripheryTransferFundField_OperateDate_get, _traderapi.CTORATstpPeripheryTransferFundField_OperateDate_set) # ����ʱ�� OperateTime = property(_traderapi.CTORATstpPeripheryTransferFundField_OperateTime_get, _traderapi.CTORATstpPeripheryTransferFundField_OperateTime_set) # �������� RepealDate = property(_traderapi.CTORATstpPeripheryTransferFundField_RepealDate_get, _traderapi.CTORATstpPeripheryTransferFundField_RepealDate_set) # ����ʱ�� RepealTime = property(_traderapi.CTORATstpPeripheryTransferFundField_RepealTime_get, _traderapi.CTORATstpPeripheryTransferFundField_RepealTime_set) # ����ԭ�� RepealReason = property(_traderapi.CTORATstpPeripheryTransferFundField_RepealReason_get, _traderapi.CTORATstpPeripheryTransferFundField_RepealReason_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpPeripheryTransferFundField_StatusMsg_get, _traderapi.CTORATstpPeripheryTransferFundField_StatusMsg_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpPeripheryTransferFundField_BusinessUnitID_get, _traderapi.CTORATstpPeripheryTransferFundField_BusinessUnitID_set) def __init__(self): _traderapi.CTORATstpPeripheryTransferFundField_swiginit(self, _traderapi.new_CTORATstpPeripheryTransferFundField()) __swig_destroy__ = _traderapi.delete_CTORATstpPeripheryTransferFundField # Register CTORATstpPeripheryTransferFundField in _traderapi: _traderapi.CTORATstpPeripheryTransferFundField_swigregister(CTORATstpPeripheryTransferFundField) #########################################��ѯ���н���ϵͳ�ʽ�����############################################ class CTORATstpReqInquiryJZFundField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpReqInquiryJZFundField_AccountID_get, _traderapi.CTORATstpReqInquiryJZFundField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpReqInquiryJZFundField_CurrencyID_get, _traderapi.CTORATstpReqInquiryJZFundField_CurrencyID_set) # �û������� UserRequestID = property(_traderapi.CTORATstpReqInquiryJZFundField_UserRequestID_get, _traderapi.CTORATstpReqInquiryJZFundField_UserRequestID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpReqInquiryJZFundField_DepartmentID_get, _traderapi.CTORATstpReqInquiryJZFundField_DepartmentID_set) def __init__(self): _traderapi.CTORATstpReqInquiryJZFundField_swiginit(self, _traderapi.new_CTORATstpReqInquiryJZFundField()) __swig_destroy__ = _traderapi.delete_CTORATstpReqInquiryJZFundField # Register CTORATstpReqInquiryJZFundField in _traderapi: _traderapi.CTORATstpReqInquiryJZFundField_swigregister(CTORATstpReqInquiryJZFundField) #########################################��ѯ���н���ϵͳ�ʽ���Ӧ############################################ class CTORATstpRspInquiryJZFundField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpRspInquiryJZFundField_AccountID_get, _traderapi.CTORATstpRspInquiryJZFundField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpRspInquiryJZFundField_CurrencyID_get, _traderapi.CTORATstpRspInquiryJZFundField_CurrencyID_set) # ���ý�� UsefulMoney = property(_traderapi.CTORATstpRspInquiryJZFundField_UsefulMoney_get, _traderapi.CTORATstpRspInquiryJZFundField_UsefulMoney_set) # ��ȡ��� FetchLimit = property(_traderapi.CTORATstpRspInquiryJZFundField_FetchLimit_get, _traderapi.CTORATstpRspInquiryJZFundField_FetchLimit_set) # �û������� UserRequestID = property(_traderapi.CTORATstpRspInquiryJZFundField_UserRequestID_get, _traderapi.CTORATstpRspInquiryJZFundField_UserRequestID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpRspInquiryJZFundField_DepartmentID_get, _traderapi.CTORATstpRspInquiryJZFundField_DepartmentID_set) def __init__(self): _traderapi.CTORATstpRspInquiryJZFundField_swiginit(self, _traderapi.new_CTORATstpRspInquiryJZFundField()) __swig_destroy__ = _traderapi.delete_CTORATstpRspInquiryJZFundField # Register CTORATstpRspInquiryJZFundField in _traderapi: _traderapi.CTORATstpRspInquiryJZFundField_swigregister(CTORATstpRspInquiryJZFundField) #########################################��ѯ�����˻��������############################################ class CTORATstpReqInquiryBankAccountFundField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpReqInquiryBankAccountFundField_UserRequestID_get, _traderapi.CTORATstpReqInquiryBankAccountFundField_UserRequestID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpReqInquiryBankAccountFundField_DepartmentID_get, _traderapi.CTORATstpReqInquiryBankAccountFundField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpReqInquiryBankAccountFundField_AccountID_get, _traderapi.CTORATstpReqInquiryBankAccountFundField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpReqInquiryBankAccountFundField_CurrencyID_get, _traderapi.CTORATstpReqInquiryBankAccountFundField_CurrencyID_set) # ���д��� BankID = property(_traderapi.CTORATstpReqInquiryBankAccountFundField_BankID_get, _traderapi.CTORATstpReqInquiryBankAccountFundField_BankID_set) # �������� BankPassword = property(_traderapi.CTORATstpReqInquiryBankAccountFundField_BankPassword_get, _traderapi.CTORATstpReqInquiryBankAccountFundField_BankPassword_set) def __init__(self): _traderapi.CTORATstpReqInquiryBankAccountFundField_swiginit(self, _traderapi.new_CTORATstpReqInquiryBankAccountFundField()) __swig_destroy__ = _traderapi.delete_CTORATstpReqInquiryBankAccountFundField # Register CTORATstpReqInquiryBankAccountFundField in _traderapi: _traderapi.CTORATstpReqInquiryBankAccountFundField_swigregister(CTORATstpReqInquiryBankAccountFundField) #########################################��ѯ�����˻������Ӧ############################################ class CTORATstpRspInquiryBankAccountFundField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpRspInquiryBankAccountFundField_UserRequestID_get, _traderapi.CTORATstpRspInquiryBankAccountFundField_UserRequestID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpRspInquiryBankAccountFundField_DepartmentID_get, _traderapi.CTORATstpRspInquiryBankAccountFundField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpRspInquiryBankAccountFundField_AccountID_get, _traderapi.CTORATstpRspInquiryBankAccountFundField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpRspInquiryBankAccountFundField_CurrencyID_get, _traderapi.CTORATstpRspInquiryBankAccountFundField_CurrencyID_set) # ���д��� BankID = property(_traderapi.CTORATstpRspInquiryBankAccountFundField_BankID_get, _traderapi.CTORATstpRspInquiryBankAccountFundField_BankID_set) # ǩԼ�����˻� BankAccountID = property(_traderapi.CTORATstpRspInquiryBankAccountFundField_BankAccountID_get, _traderapi.CTORATstpRspInquiryBankAccountFundField_BankAccountID_set) # �˻���� Balance = property(_traderapi.CTORATstpRspInquiryBankAccountFundField_Balance_get, _traderapi.CTORATstpRspInquiryBankAccountFundField_Balance_set) def __init__(self): _traderapi.CTORATstpRspInquiryBankAccountFundField_swiginit(self, _traderapi.new_CTORATstpRspInquiryBankAccountFundField()) __swig_destroy__ = _traderapi.delete_CTORATstpRspInquiryBankAccountFundField # Register CTORATstpRspInquiryBankAccountFundField in _traderapi: _traderapi.CTORATstpRspInquiryBankAccountFundField_swigregister(CTORATstpRspInquiryBankAccountFundField) #########################################����֪ͨ############################################ class CTORATstpTradingNoticeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ֪ͨ��ˮ�� NoticeSerial = property(_traderapi.CTORATstpTradingNoticeField_NoticeSerial_get, _traderapi.CTORATstpTradingNoticeField_NoticeSerial_set) # ֪ͨ���� InsertDate = property(_traderapi.CTORATstpTradingNoticeField_InsertDate_get, _traderapi.CTORATstpTradingNoticeField_InsertDate_set) # ֪ͨʱ�� InsertTime = property(_traderapi.CTORATstpTradingNoticeField_InsertTime_get, _traderapi.CTORATstpTradingNoticeField_InsertTime_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpTradingNoticeField_InvestorID_get, _traderapi.CTORATstpTradingNoticeField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpTradingNoticeField_BusinessUnitID_get, _traderapi.CTORATstpTradingNoticeField_BusinessUnitID_set) # ֪ͨ��Ϣ���� Content = property(_traderapi.CTORATstpTradingNoticeField_Content_get, _traderapi.CTORATstpTradingNoticeField_Content_set) # ����Ա OperatorID = property(_traderapi.CTORATstpTradingNoticeField_OperatorID_get, _traderapi.CTORATstpTradingNoticeField_OperatorID_set) def __init__(self): _traderapi.CTORATstpTradingNoticeField_swiginit(self, _traderapi.new_CTORATstpTradingNoticeField()) __swig_destroy__ = _traderapi.delete_CTORATstpTradingNoticeField # Register CTORATstpTradingNoticeField in _traderapi: _traderapi.CTORATstpTradingNoticeField_swigregister(CTORATstpTradingNoticeField) #########################################��ѯ��󱨵�������############################################ class CTORATstpReqInquiryMaxOrderVolumeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_UserRequestID_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_ExchangeID_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_ExchangeID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_SecurityID_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_SecurityID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_InvestorID_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_BusinessUnitID_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_ShareholderID_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_ShareholderID_set) # �������� Direction = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_Direction_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_Direction_set) # �����۸����� OrderPriceType = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_OrderPriceType_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_OrderPriceType_set) # ��Ч������ TimeCondition = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_TimeCondition_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_TimeCondition_set) # �ɽ������� VolumeCondition = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_VolumeCondition_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_VolumeCondition_set) # �۸� LimitPrice = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_LimitPrice_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_LimitPrice_set) # �۹�ͨ������������ LotType = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_LotType_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_LotType_set) # ���ί������ MaxVolume = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_MaxVolume_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_MaxVolume_set) # ָ�����������ø�ծ��ţ����ֶ��ÿձ�ʾ��ָ��������������ר�ã� CreditDebtID = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_CreditDebtID_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_CreditDebtID_set) # ͷ�����ͣ�����ר�ã� CreditQuotaType = property(_traderapi.CTORATstpReqInquiryMaxOrderVolumeField_CreditQuotaType_get, _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_CreditQuotaType_set) def __init__(self): _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_swiginit(self, _traderapi.new_CTORATstpReqInquiryMaxOrderVolumeField()) __swig_destroy__ = _traderapi.delete_CTORATstpReqInquiryMaxOrderVolumeField # Register CTORATstpReqInquiryMaxOrderVolumeField in _traderapi: _traderapi.CTORATstpReqInquiryMaxOrderVolumeField_swigregister(CTORATstpReqInquiryMaxOrderVolumeField) #########################################��ѯ��󱨵�����Ӧ############################################ class CTORATstpRspInquiryMaxOrderVolumeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_UserRequestID_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_ExchangeID_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_ExchangeID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_SecurityID_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_SecurityID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_InvestorID_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_BusinessUnitID_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_ShareholderID_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_ShareholderID_set) # �������� Direction = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_Direction_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_Direction_set) # �����۸����� OrderPriceType = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_OrderPriceType_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_OrderPriceType_set) # ��Ч������ TimeCondition = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_TimeCondition_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_TimeCondition_set) # �ɽ������� VolumeCondition = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_VolumeCondition_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_VolumeCondition_set) # �۸� LimitPrice = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_LimitPrice_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_LimitPrice_set) # �۹�ͨ������������ LotType = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_LotType_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_LotType_set) # ���ί������ MaxVolume = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_MaxVolume_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_MaxVolume_set) # ָ�����������ø�ծ��ţ����ֶ��ÿձ�ʾ��ָ��������������ר�ã� CreditDebtID = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_CreditDebtID_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_CreditDebtID_set) # ͷ�����ͣ�����ר�ã� CreditQuotaType = property(_traderapi.CTORATstpRspInquiryMaxOrderVolumeField_CreditQuotaType_get, _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_CreditQuotaType_set) def __init__(self): _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_swiginit(self, _traderapi.new_CTORATstpRspInquiryMaxOrderVolumeField()) __swig_destroy__ = _traderapi.delete_CTORATstpRspInquiryMaxOrderVolumeField # Register CTORATstpRspInquiryMaxOrderVolumeField in _traderapi: _traderapi.CTORATstpRspInquiryMaxOrderVolumeField_swigregister(CTORATstpRspInquiryMaxOrderVolumeField) #########################################���׳ɽ����ж�############################################ class CTORATstpInquiryTradeConcentrationField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInquiryTradeConcentrationField_UserRequestID_get, _traderapi.CTORATstpInquiryTradeConcentrationField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInquiryTradeConcentrationField_ExchangeID_get, _traderapi.CTORATstpInquiryTradeConcentrationField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpInquiryTradeConcentrationField_MarketID_get, _traderapi.CTORATstpInquiryTradeConcentrationField_MarketID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpInquiryTradeConcentrationField_SecurityID_get, _traderapi.CTORATstpInquiryTradeConcentrationField_SecurityID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInquiryTradeConcentrationField_InvestorID_get, _traderapi.CTORATstpInquiryTradeConcentrationField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpInquiryTradeConcentrationField_BusinessUnitID_get, _traderapi.CTORATstpInquiryTradeConcentrationField_BusinessUnitID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpInquiryTradeConcentrationField_AccountID_get, _traderapi.CTORATstpInquiryTradeConcentrationField_AccountID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpInquiryTradeConcentrationField_ShareholderID_get, _traderapi.CTORATstpInquiryTradeConcentrationField_ShareholderID_set) # Ͷ���߳ɽ���/�ɽ����� ConcentrationRatio1 = property(_traderapi.CTORATstpInquiryTradeConcentrationField_ConcentrationRatio1_get, _traderapi.CTORATstpInquiryTradeConcentrationField_ConcentrationRatio1_set) # Ͷ���߳ɽ����/�ɽ��ܽ�� ConcentrationRatio2 = property(_traderapi.CTORATstpInquiryTradeConcentrationField_ConcentrationRatio2_get, _traderapi.CTORATstpInquiryTradeConcentrationField_ConcentrationRatio2_set) def __init__(self): _traderapi.CTORATstpInquiryTradeConcentrationField_swiginit(self, _traderapi.new_CTORATstpInquiryTradeConcentrationField()) __swig_destroy__ = _traderapi.delete_CTORATstpInquiryTradeConcentrationField # Register CTORATstpInquiryTradeConcentrationField in _traderapi: _traderapi.CTORATstpInquiryTradeConcentrationField_swigregister(CTORATstpInquiryTradeConcentrationField) #########################################�����޸Ŀ��ֳɱ�############################################ class CTORATstpReqModifyOpenPosCostField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpReqModifyOpenPosCostField_UserRequestID_get, _traderapi.CTORATstpReqModifyOpenPosCostField_UserRequestID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpReqModifyOpenPosCostField_ExchangeID_get, _traderapi.CTORATstpReqModifyOpenPosCostField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpReqModifyOpenPosCostField_InvestorID_get, _traderapi.CTORATstpReqModifyOpenPosCostField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpReqModifyOpenPosCostField_BusinessUnitID_get, _traderapi.CTORATstpReqModifyOpenPosCostField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpReqModifyOpenPosCostField_ShareholderID_get, _traderapi.CTORATstpReqModifyOpenPosCostField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpReqModifyOpenPosCostField_SecurityID_get, _traderapi.CTORATstpReqModifyOpenPosCostField_SecurityID_set) # ���ֳɱ� OpenPosCost = property(_traderapi.CTORATstpReqModifyOpenPosCostField_OpenPosCost_get, _traderapi.CTORATstpReqModifyOpenPosCostField_OpenPosCost_set) def __init__(self): _traderapi.CTORATstpReqModifyOpenPosCostField_swiginit(self, _traderapi.new_CTORATstpReqModifyOpenPosCostField()) __swig_destroy__ = _traderapi.delete_CTORATstpReqModifyOpenPosCostField # Register CTORATstpReqModifyOpenPosCostField in _traderapi: _traderapi.CTORATstpReqModifyOpenPosCostField_swigregister(CTORATstpReqModifyOpenPosCostField) #########################################¼��ڵ��ʽ������Ϣ############################################ class CTORATstpInputNodeFundAssignmentField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpInputNodeFundAssignmentField_UserRequestID_get, _traderapi.CTORATstpInputNodeFundAssignmentField_UserRequestID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpInputNodeFundAssignmentField_DepartmentID_get, _traderapi.CTORATstpInputNodeFundAssignmentField_DepartmentID_set) # �ʽ��˺� AccountID = property(_traderapi.CTORATstpInputNodeFundAssignmentField_AccountID_get, _traderapi.CTORATstpInputNodeFundAssignmentField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpInputNodeFundAssignmentField_CurrencyID_get, _traderapi.CTORATstpInputNodeFundAssignmentField_CurrencyID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInputNodeFundAssignmentField_InvestorID_get, _traderapi.CTORATstpInputNodeFundAssignmentField_InvestorID_set) # �ڵ���1 NodeID1 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_NodeID1_get, _traderapi.CTORATstpInputNodeFundAssignmentField_NodeID1_set) # �ʽ����1 AmtRatio1 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio1_get, _traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio1_set) # �ڵ���2 NodeID2 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_NodeID2_get, _traderapi.CTORATstpInputNodeFundAssignmentField_NodeID2_set) # �ʽ����2 AmtRatio2 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio2_get, _traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio2_set) # �ڵ���3 NodeID3 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_NodeID3_get, _traderapi.CTORATstpInputNodeFundAssignmentField_NodeID3_set) # �ʽ����3 AmtRatio3 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio3_get, _traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio3_set) # �ڵ���4 NodeID4 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_NodeID4_get, _traderapi.CTORATstpInputNodeFundAssignmentField_NodeID4_set) # �ʽ����4 AmtRatio4 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio4_get, _traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio4_set) # �ڵ���5 NodeID5 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_NodeID5_get, _traderapi.CTORATstpInputNodeFundAssignmentField_NodeID5_set) # �ʽ����5 AmtRatio5 = property(_traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio5_get, _traderapi.CTORATstpInputNodeFundAssignmentField_AmtRatio5_set) def __init__(self): _traderapi.CTORATstpInputNodeFundAssignmentField_swiginit(self, _traderapi.new_CTORATstpInputNodeFundAssignmentField()) __swig_destroy__ = _traderapi.delete_CTORATstpInputNodeFundAssignmentField # Register CTORATstpInputNodeFundAssignmentField in _traderapi: _traderapi.CTORATstpInputNodeFundAssignmentField_swigregister(CTORATstpInputNodeFundAssignmentField) #########################################��ѯ�ڵ��ʽ�����������############################################ class CTORATstpReqInquiryNodeFundAssignmentField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpReqInquiryNodeFundAssignmentField_DepartmentID_get, _traderapi.CTORATstpReqInquiryNodeFundAssignmentField_DepartmentID_set) # �ʽ��˺� AccountID = property(_traderapi.CTORATstpReqInquiryNodeFundAssignmentField_AccountID_get, _traderapi.CTORATstpReqInquiryNodeFundAssignmentField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpReqInquiryNodeFundAssignmentField_CurrencyID_get, _traderapi.CTORATstpReqInquiryNodeFundAssignmentField_CurrencyID_set) # �ڵ��� NodeID = property(_traderapi.CTORATstpReqInquiryNodeFundAssignmentField_NodeID_get, _traderapi.CTORATstpReqInquiryNodeFundAssignmentField_NodeID_set) # �û������� UserRequestID = property(_traderapi.CTORATstpReqInquiryNodeFundAssignmentField_UserRequestID_get, _traderapi.CTORATstpReqInquiryNodeFundAssignmentField_UserRequestID_set) def __init__(self): _traderapi.CTORATstpReqInquiryNodeFundAssignmentField_swiginit(self, _traderapi.new_CTORATstpReqInquiryNodeFundAssignmentField()) __swig_destroy__ = _traderapi.delete_CTORATstpReqInquiryNodeFundAssignmentField # Register CTORATstpReqInquiryNodeFundAssignmentField in _traderapi: _traderapi.CTORATstpReqInquiryNodeFundAssignmentField_swigregister(CTORATstpReqInquiryNodeFundAssignmentField) #########################################��ѯ�ڵ��ʽ���������Ӧ############################################ class CTORATstpRspInquiryNodeFundAssignmentField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_UserRequestID_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_UserRequestID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_DepartmentID_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_DepartmentID_set) # �ʽ��˺� AccountID = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AccountID_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_CurrencyID_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_CurrencyID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_InvestorID_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_InvestorID_set) # �ڵ���1 NodeID1 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID1_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID1_set) # �ʽ����1 AmtRatio1 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio1_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio1_set) # �ڵ���2 NodeID2 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID2_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID2_set) # �ʽ����2 AmtRatio2 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio2_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio2_set) # �ڵ���3 NodeID3 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID3_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID3_set) # �ʽ����3 AmtRatio3 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio3_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio3_set) # �ڵ���4 NodeID4 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID4_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID4_set) # �ʽ����4 AmtRatio4 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio4_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio4_set) # �ڵ���5 NodeID5 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID5_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_NodeID5_set) # �ʽ����5 AmtRatio5 = property(_traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio5_get, _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_AmtRatio5_set) def __init__(self): _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_swiginit(self, _traderapi.new_CTORATstpRspInquiryNodeFundAssignmentField()) __swig_destroy__ = _traderapi.delete_CTORATstpRspInquiryNodeFundAssignmentField # Register CTORATstpRspInquiryNodeFundAssignmentField in _traderapi: _traderapi.CTORATstpRspInquiryNodeFundAssignmentField_swigregister(CTORATstpRspInquiryNodeFundAssignmentField) #########################################��ѯ������############################################ class CTORATstpQryExchangeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryExchangeField_ExchangeID_get, _traderapi.CTORATstpQryExchangeField_ExchangeID_set) def __init__(self): _traderapi.CTORATstpQryExchangeField_swiginit(self, _traderapi.new_CTORATstpQryExchangeField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryExchangeField # Register CTORATstpQryExchangeField in _traderapi: _traderapi.CTORATstpQryExchangeField_swigregister(CTORATstpQryExchangeField) #########################################������############################################ class CTORATstpExchangeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpExchangeField_ExchangeID_get, _traderapi.CTORATstpExchangeField_ExchangeID_set) # ���������� ExchangeName = property(_traderapi.CTORATstpExchangeField_ExchangeName_get, _traderapi.CTORATstpExchangeField_ExchangeName_set) # ������ TradingDay = property(_traderapi.CTORATstpExchangeField_TradingDay_get, _traderapi.CTORATstpExchangeField_TradingDay_set) # ����ͬ��״̬ DataSyncStatus = property(_traderapi.CTORATstpExchangeField_DataSyncStatus_get, _traderapi.CTORATstpExchangeField_DataSyncStatus_set) def __init__(self): _traderapi.CTORATstpExchangeField_swiginit(self, _traderapi.new_CTORATstpExchangeField()) __swig_destroy__ = _traderapi.delete_CTORATstpExchangeField # Register CTORATstpExchangeField in _traderapi: _traderapi.CTORATstpExchangeField_swigregister(CTORATstpExchangeField) #########################################��ѯ֤ȯ��Ϣ############################################ class CTORATstpQrySecurityField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQrySecurityField_ExchangeID_get, _traderapi.CTORATstpQrySecurityField_ExchangeID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQrySecurityField_SecurityID_get, _traderapi.CTORATstpQrySecurityField_SecurityID_set) # ��Ʒ���� ProductID = property(_traderapi.CTORATstpQrySecurityField_ProductID_get, _traderapi.CTORATstpQrySecurityField_ProductID_set) def __init__(self): _traderapi.CTORATstpQrySecurityField_swiginit(self, _traderapi.new_CTORATstpQrySecurityField()) __swig_destroy__ = _traderapi.delete_CTORATstpQrySecurityField # Register CTORATstpQrySecurityField in _traderapi: _traderapi.CTORATstpQrySecurityField_swigregister(CTORATstpQrySecurityField) #########################################֤ȯ��Ϣ############################################ class CTORATstpSecurityField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ������ TradingDay = property(_traderapi.CTORATstpSecurityField_TradingDay_get, _traderapi.CTORATstpSecurityField_TradingDay_set) # ���������� ExchangeID = property(_traderapi.CTORATstpSecurityField_ExchangeID_get, _traderapi.CTORATstpSecurityField_ExchangeID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpSecurityField_SecurityID_get, _traderapi.CTORATstpSecurityField_SecurityID_set) # ֤ȯ���� SecurityName = property(_traderapi.CTORATstpSecurityField_SecurityName_get, _traderapi.CTORATstpSecurityField_SecurityName_set) # ֤ȯ����(��) ShortSecurityName = property(_traderapi.CTORATstpSecurityField_ShortSecurityName_get, _traderapi.CTORATstpSecurityField_ShortSecurityName_set) # ����֤ȯ���� UnderlyingSecurityID = property(_traderapi.CTORATstpSecurityField_UnderlyingSecurityID_get, _traderapi.CTORATstpSecurityField_UnderlyingSecurityID_set) # �г����� MarketID = property(_traderapi.CTORATstpSecurityField_MarketID_get, _traderapi.CTORATstpSecurityField_MarketID_set) # ��Ʒ���� ProductID = property(_traderapi.CTORATstpSecurityField_ProductID_get, _traderapi.CTORATstpSecurityField_ProductID_set) # ֤ȯ��� SecurityType = property(_traderapi.CTORATstpSecurityField_SecurityType_get, _traderapi.CTORATstpSecurityField_SecurityType_set) # �걨��λ OrderUnit = property(_traderapi.CTORATstpSecurityField_OrderUnit_get, _traderapi.CTORATstpSecurityField_OrderUnit_set) # �޼����뽻�׵�λ LimitBuyTradingUnit = property(_traderapi.CTORATstpSecurityField_LimitBuyTradingUnit_get, _traderapi.CTORATstpSecurityField_LimitBuyTradingUnit_set) # �޼۵�������µ��� MaxLimitOrderBuyVolume = property(_traderapi.CTORATstpSecurityField_MaxLimitOrderBuyVolume_get, _traderapi.CTORATstpSecurityField_MaxLimitOrderBuyVolume_set) # �޼۵�����С�µ��� MinLimitOrderBuyVolume = property(_traderapi.CTORATstpSecurityField_MinLimitOrderBuyVolume_get, _traderapi.CTORATstpSecurityField_MinLimitOrderBuyVolume_set) # �޼��������׵�λ LimitSellTradingUnit = property(_traderapi.CTORATstpSecurityField_LimitSellTradingUnit_get, _traderapi.CTORATstpSecurityField_LimitSellTradingUnit_set) # �޼۵�������µ��� MaxLimitOrderSellVolume = property(_traderapi.CTORATstpSecurityField_MaxLimitOrderSellVolume_get, _traderapi.CTORATstpSecurityField_MaxLimitOrderSellVolume_set) # �޼۵�����С�µ��� MinLimitOrderSellVolume = property(_traderapi.CTORATstpSecurityField_MinLimitOrderSellVolume_get, _traderapi.CTORATstpSecurityField_MinLimitOrderSellVolume_set) # �м����뽻�׵�λ MarketBuyTradingUnit = property(_traderapi.CTORATstpSecurityField_MarketBuyTradingUnit_get, _traderapi.CTORATstpSecurityField_MarketBuyTradingUnit_set) # �м۵�������µ��� MaxMarketOrderBuyVolume = property(_traderapi.CTORATstpSecurityField_MaxMarketOrderBuyVolume_get, _traderapi.CTORATstpSecurityField_MaxMarketOrderBuyVolume_set) # �м۵�����С�µ��� MinMarketOrderBuyVolume = property(_traderapi.CTORATstpSecurityField_MinMarketOrderBuyVolume_get, _traderapi.CTORATstpSecurityField_MinMarketOrderBuyVolume_set) # �м��������׵�λ MarketSellTradingUnit = property(_traderapi.CTORATstpSecurityField_MarketSellTradingUnit_get, _traderapi.CTORATstpSecurityField_MarketSellTradingUnit_set) # �м۵�������µ��� MaxMarketOrderSellVolume = property(_traderapi.CTORATstpSecurityField_MaxMarketOrderSellVolume_get, _traderapi.CTORATstpSecurityField_MaxMarketOrderSellVolume_set) # �м۵�����С�µ��� MinMarketOrderSellVolume = property(_traderapi.CTORATstpSecurityField_MinMarketOrderSellVolume_get, _traderapi.CTORATstpSecurityField_MinMarketOrderSellVolume_set) # �̺󶨼����뽻�׵�λ FixPriceBuyTradingUnit = property(_traderapi.CTORATstpSecurityField_FixPriceBuyTradingUnit_get, _traderapi.CTORATstpSecurityField_FixPriceBuyTradingUnit_set) # �̺󶨼�������µ��� MaxFixPriceOrderBuyVolume = property(_traderapi.CTORATstpSecurityField_MaxFixPriceOrderBuyVolume_get, _traderapi.CTORATstpSecurityField_MaxFixPriceOrderBuyVolume_set) # �̺󶨼�����С�µ��� MinFixPriceOrderBuyVolume = property(_traderapi.CTORATstpSecurityField_MinFixPriceOrderBuyVolume_get, _traderapi.CTORATstpSecurityField_MinFixPriceOrderBuyVolume_set) # �̺󶨼��������׵�λ FixPriceSellTradingUnit = property(_traderapi.CTORATstpSecurityField_FixPriceSellTradingUnit_get, _traderapi.CTORATstpSecurityField_FixPriceSellTradingUnit_set) # �̺󶨼�������µ��� MaxFixPriceOrderSellVolume = property(_traderapi.CTORATstpSecurityField_MaxFixPriceOrderSellVolume_get, _traderapi.CTORATstpSecurityField_MaxFixPriceOrderSellVolume_set) # �̺󶨼�����С�µ��� MinFixPriceOrderSellVolume = property(_traderapi.CTORATstpSecurityField_MinFixPriceOrderSellVolume_get, _traderapi.CTORATstpSecurityField_MinFixPriceOrderSellVolume_set) # �������� VolumeMultiple = property(_traderapi.CTORATstpSecurityField_VolumeMultiple_get, _traderapi.CTORATstpSecurityField_VolumeMultiple_set) # ��С�䶯��λ PriceTick = property(_traderapi.CTORATstpSecurityField_PriceTick_get, _traderapi.CTORATstpSecurityField_PriceTick_set) # ������ OpenDate = property(_traderapi.CTORATstpSecurityField_OpenDate_get, _traderapi.CTORATstpSecurityField_OpenDate_set) # ��ֵ ParValue = property(_traderapi.CTORATstpSecurityField_ParValue_get, _traderapi.CTORATstpSecurityField_ParValue_set) # ֤ȯ״̬ SecurityStatus = property(_traderapi.CTORATstpSecurityField_SecurityStatus_get, _traderapi.CTORATstpSecurityField_SecurityStatus_set) # ծȯӦ����Ϣ BondInterest = property(_traderapi.CTORATstpSecurityField_BondInterest_get, _traderapi.CTORATstpSecurityField_BondInterest_set) # ������ ConversionRate = property(_traderapi.CTORATstpSecurityField_ConversionRate_get, _traderapi.CTORATstpSecurityField_ConversionRate_set) # �ܹɱ� TotalEquity = property(_traderapi.CTORATstpSecurityField_TotalEquity_get, _traderapi.CTORATstpSecurityField_TotalEquity_set) # ��ͨ�ɱ� CirculationEquity = property(_traderapi.CTORATstpSecurityField_CirculationEquity_get, _traderapi.CTORATstpSecurityField_CirculationEquity_set) # �Ƿ������ǵ�ͣ��� bPriceLimit = property(_traderapi.CTORATstpSecurityField_bPriceLimit_get, _traderapi.CTORATstpSecurityField_bPriceLimit_set) # �����̼� PreClosePrice = property(_traderapi.CTORATstpSecurityField_PreClosePrice_get, _traderapi.CTORATstpSecurityField_PreClosePrice_set) # ��ͣ��� UpperLimitPrice = property(_traderapi.CTORATstpSecurityField_UpperLimitPrice_get, _traderapi.CTORATstpSecurityField_UpperLimitPrice_set) # ��ͣ��� LowerLimitPrice = property(_traderapi.CTORATstpSecurityField_LowerLimitPrice_get, _traderapi.CTORATstpSecurityField_LowerLimitPrice_set) def __init__(self): _traderapi.CTORATstpSecurityField_swiginit(self, _traderapi.new_CTORATstpSecurityField()) __swig_destroy__ = _traderapi.delete_CTORATstpSecurityField # Register CTORATstpSecurityField in _traderapi: _traderapi.CTORATstpSecurityField_swigregister(CTORATstpSecurityField) #########################################��ѯ�¹���Ϣ############################################ class CTORATstpQryIPOInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryIPOInfoField_ExchangeID_get, _traderapi.CTORATstpQryIPOInfoField_ExchangeID_set) # �깺���� SecurityID = property(_traderapi.CTORATstpQryIPOInfoField_SecurityID_get, _traderapi.CTORATstpQryIPOInfoField_SecurityID_set) def __init__(self): _traderapi.CTORATstpQryIPOInfoField_swiginit(self, _traderapi.new_CTORATstpQryIPOInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryIPOInfoField # Register CTORATstpQryIPOInfoField in _traderapi: _traderapi.CTORATstpQryIPOInfoField_swigregister(CTORATstpQryIPOInfoField) #########################################�¹���Ϣ############################################ class CTORATstpIPOInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpIPOInfoField_ExchangeID_get, _traderapi.CTORATstpIPOInfoField_ExchangeID_set) # �깺���� SecurityID = property(_traderapi.CTORATstpIPOInfoField_SecurityID_get, _traderapi.CTORATstpIPOInfoField_SecurityID_set) # �г����� MarketID = property(_traderapi.CTORATstpIPOInfoField_MarketID_get, _traderapi.CTORATstpIPOInfoField_MarketID_set) # ��Ʒ���� ProductID = property(_traderapi.CTORATstpIPOInfoField_ProductID_get, _traderapi.CTORATstpIPOInfoField_ProductID_set) # ֤ȯ������ SecurityType = property(_traderapi.CTORATstpIPOInfoField_SecurityType_get, _traderapi.CTORATstpIPOInfoField_SecurityType_set) # ��С�깺�۸� MinPrice = property(_traderapi.CTORATstpIPOInfoField_MinPrice_get, _traderapi.CTORATstpIPOInfoField_MinPrice_set) # ���ִ��� CurrencyID = property(_traderapi.CTORATstpIPOInfoField_CurrencyID_get, _traderapi.CTORATstpIPOInfoField_CurrencyID_set) # �깺֤ȯ���� SecurityName = property(_traderapi.CTORATstpIPOInfoField_SecurityName_get, _traderapi.CTORATstpIPOInfoField_SecurityName_set) # �¹�֤ȯ���� UnderlyingSecurityID = property(_traderapi.CTORATstpIPOInfoField_UnderlyingSecurityID_get, _traderapi.CTORATstpIPOInfoField_UnderlyingSecurityID_set) # �¹�֤ȯ���� UnderlyingSecurityName = property(_traderapi.CTORATstpIPOInfoField_UnderlyingSecurityName_get, _traderapi.CTORATstpIPOInfoField_UnderlyingSecurityName_set) # �����깺��С���� MinVolume = property(_traderapi.CTORATstpIPOInfoField_MinVolume_get, _traderapi.CTORATstpIPOInfoField_MinVolume_set) # �����깺������� MaxVolume = property(_traderapi.CTORATstpIPOInfoField_MaxVolume_get, _traderapi.CTORATstpIPOInfoField_MaxVolume_set) # �����깺��λ���� VolumeUnit = property(_traderapi.CTORATstpIPOInfoField_VolumeUnit_get, _traderapi.CTORATstpIPOInfoField_VolumeUnit_set) # ���з�ʽ IssueMode = property(_traderapi.CTORATstpIPOInfoField_IssueMode_get, _traderapi.CTORATstpIPOInfoField_IssueMode_set) # ������ TradingDay = property(_traderapi.CTORATstpIPOInfoField_TradingDay_get, _traderapi.CTORATstpIPOInfoField_TradingDay_set) # ����깺�۸� MaxPrice = property(_traderapi.CTORATstpIPOInfoField_MaxPrice_get, _traderapi.CTORATstpIPOInfoField_MaxPrice_set) def __init__(self): _traderapi.CTORATstpIPOInfoField_swiginit(self, _traderapi.new_CTORATstpIPOInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpIPOInfoField # Register CTORATstpIPOInfoField in _traderapi: _traderapi.CTORATstpIPOInfoField_swigregister(CTORATstpIPOInfoField) #########################################��ѯ�û�############################################ class CTORATstpQryUserField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û����� UserID = property(_traderapi.CTORATstpQryUserField_UserID_get, _traderapi.CTORATstpQryUserField_UserID_set) # �û����� UserType = property(_traderapi.CTORATstpQryUserField_UserType_get, _traderapi.CTORATstpQryUserField_UserType_set) def __init__(self): _traderapi.CTORATstpQryUserField_swiginit(self, _traderapi.new_CTORATstpQryUserField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryUserField # Register CTORATstpQryUserField in _traderapi: _traderapi.CTORATstpQryUserField_swigregister(CTORATstpQryUserField) #########################################�û�############################################ class CTORATstpUserField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û����� UserID = property(_traderapi.CTORATstpUserField_UserID_get, _traderapi.CTORATstpUserField_UserID_set) # �û����� UserName = property(_traderapi.CTORATstpUserField_UserName_get, _traderapi.CTORATstpUserField_UserName_set) # �û����� UserType = property(_traderapi.CTORATstpUserField_UserType_get, _traderapi.CTORATstpUserField_UserType_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpUserField_DepartmentID_get, _traderapi.CTORATstpUserField_DepartmentID_set) # ��¼������ LoginLimit = property(_traderapi.CTORATstpUserField_LoginLimit_get, _traderapi.CTORATstpUserField_LoginLimit_set) # ��¼״̬ LoginStatus = property(_traderapi.CTORATstpUserField_LoginStatus_get, _traderapi.CTORATstpUserField_LoginStatus_set) # �������� OpenDate = property(_traderapi.CTORATstpUserField_OpenDate_get, _traderapi.CTORATstpUserField_OpenDate_set) # �������� CloseDate = property(_traderapi.CTORATstpUserField_CloseDate_get, _traderapi.CTORATstpUserField_CloseDate_set) # �������� OrderInsertCommFlux = property(_traderapi.CTORATstpUserField_OrderInsertCommFlux_get, _traderapi.CTORATstpUserField_OrderInsertCommFlux_set) # �������� OrderActionCommFlux = property(_traderapi.CTORATstpUserField_OrderActionCommFlux_get, _traderapi.CTORATstpUserField_OrderActionCommFlux_set) def __init__(self): _traderapi.CTORATstpUserField_swiginit(self, _traderapi.new_CTORATstpUserField()) __swig_destroy__ = _traderapi.delete_CTORATstpUserField # Register CTORATstpUserField in _traderapi: _traderapi.CTORATstpUserField_swigregister(CTORATstpUserField) #########################################��ѯͶ����############################################ class CTORATstpQryInvestorField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryInvestorField_InvestorID_get, _traderapi.CTORATstpQryInvestorField_InvestorID_set) def __init__(self): _traderapi.CTORATstpQryInvestorField_swiginit(self, _traderapi.new_CTORATstpQryInvestorField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryInvestorField # Register CTORATstpQryInvestorField in _traderapi: _traderapi.CTORATstpQryInvestorField_swigregister(CTORATstpQryInvestorField) #########################################Ͷ����############################################ class CTORATstpInvestorField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInvestorField_InvestorID_get, _traderapi.CTORATstpInvestorField_InvestorID_set) # Ͷ�������� InvestorType = property(_traderapi.CTORATstpInvestorField_InvestorType_get, _traderapi.CTORATstpInvestorField_InvestorType_set) # Ͷ�������� InvestorName = property(_traderapi.CTORATstpInvestorField_InvestorName_get, _traderapi.CTORATstpInvestorField_InvestorName_set) # ֤������ IdCardType = property(_traderapi.CTORATstpInvestorField_IdCardType_get, _traderapi.CTORATstpInvestorField_IdCardType_set) # ֤������ IdCardNo = property(_traderapi.CTORATstpInvestorField_IdCardNo_get, _traderapi.CTORATstpInvestorField_IdCardNo_set) # �������� OpenDate = property(_traderapi.CTORATstpInvestorField_OpenDate_get, _traderapi.CTORATstpInvestorField_OpenDate_set) # �������� CloseDate = property(_traderapi.CTORATstpInvestorField_CloseDate_get, _traderapi.CTORATstpInvestorField_CloseDate_set) # ����״̬ TradingStatus = property(_traderapi.CTORATstpInvestorField_TradingStatus_get, _traderapi.CTORATstpInvestorField_TradingStatus_set) # ί�з�ʽ Operways = property(_traderapi.CTORATstpInvestorField_Operways_get, _traderapi.CTORATstpInvestorField_Operways_set) # �ֻ� Mobile = property(_traderapi.CTORATstpInvestorField_Mobile_get, _traderapi.CTORATstpInvestorField_Mobile_set) # ��ϵ�绰 Telephone = property(_traderapi.CTORATstpInvestorField_Telephone_get, _traderapi.CTORATstpInvestorField_Telephone_set) # �����ʼ� Email = property(_traderapi.CTORATstpInvestorField_Email_get, _traderapi.CTORATstpInvestorField_Email_set) # ���� Fax = property(_traderapi.CTORATstpInvestorField_Fax_get, _traderapi.CTORATstpInvestorField_Fax_set) # ͨѶ��ַ Address = property(_traderapi.CTORATstpInvestorField_Address_get, _traderapi.CTORATstpInvestorField_Address_set) # �������� ZipCode = property(_traderapi.CTORATstpInvestorField_ZipCode_get, _traderapi.CTORATstpInvestorField_ZipCode_set) # רҵͶ������� ProfInvestorType = property(_traderapi.CTORATstpInvestorField_ProfInvestorType_get, _traderapi.CTORATstpInvestorField_ProfInvestorType_set) # �ײ�����(����ר��) PlanType = property(_traderapi.CTORATstpInvestorField_PlanType_get, _traderapi.CTORATstpInvestorField_PlanType_set) # �Ƿ�����Ͷ���������ײ�(����ר��) AllowSelfSwitchPlan = property(_traderapi.CTORATstpInvestorField_AllowSelfSwitchPlan_get, _traderapi.CTORATstpInvestorField_AllowSelfSwitchPlan_set) # ��ע Remark = property(_traderapi.CTORATstpInvestorField_Remark_get, _traderapi.CTORATstpInvestorField_Remark_set) def __init__(self): _traderapi.CTORATstpInvestorField_swiginit(self, _traderapi.new_CTORATstpInvestorField()) __swig_destroy__ = _traderapi.delete_CTORATstpInvestorField # Register CTORATstpInvestorField in _traderapi: _traderapi.CTORATstpInvestorField_swigregister(CTORATstpInvestorField) #########################################��ѯ���׹ɶ��˻�############################################ class CTORATstpQryShareholderAccountField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryShareholderAccountField_InvestorID_get, _traderapi.CTORATstpQryShareholderAccountField_InvestorID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryShareholderAccountField_ExchangeID_get, _traderapi.CTORATstpQryShareholderAccountField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpQryShareholderAccountField_MarketID_get, _traderapi.CTORATstpQryShareholderAccountField_MarketID_set) # �ɶ��˻��˻����� ShareholderID = property(_traderapi.CTORATstpQryShareholderAccountField_ShareholderID_get, _traderapi.CTORATstpQryShareholderAccountField_ShareholderID_set) # �ɶ��˻����� ShareholderIDType = property(_traderapi.CTORATstpQryShareholderAccountField_ShareholderIDType_get, _traderapi.CTORATstpQryShareholderAccountField_ShareholderIDType_set) def __init__(self): _traderapi.CTORATstpQryShareholderAccountField_swiginit(self, _traderapi.new_CTORATstpQryShareholderAccountField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryShareholderAccountField # Register CTORATstpQryShareholderAccountField in _traderapi: _traderapi.CTORATstpQryShareholderAccountField_swigregister(CTORATstpQryShareholderAccountField) #########################################���׹ɶ��˻�############################################ class CTORATstpShareholderAccountField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpShareholderAccountField_InvestorID_get, _traderapi.CTORATstpShareholderAccountField_InvestorID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpShareholderAccountField_ExchangeID_get, _traderapi.CTORATstpShareholderAccountField_ExchangeID_set) # �ͻ����� ShareholderID = property(_traderapi.CTORATstpShareholderAccountField_ShareholderID_get, _traderapi.CTORATstpShareholderAccountField_ShareholderID_set) # �ɶ��˻����� ShareholderIDType = property(_traderapi.CTORATstpShareholderAccountField_ShareholderIDType_get, _traderapi.CTORATstpShareholderAccountField_ShareholderIDType_set) # �г����� MarketID = property(_traderapi.CTORATstpShareholderAccountField_MarketID_get, _traderapi.CTORATstpShareholderAccountField_MarketID_set) # ��ͨ�������������Ʊ�־(����ר��) BSWhiteListCtl = property(_traderapi.CTORATstpShareholderAccountField_BSWhiteListCtl_get, _traderapi.CTORATstpShareholderAccountField_BSWhiteListCtl_set) # ���˻���ʶ MainFlag = property(_traderapi.CTORATstpShareholderAccountField_MainFlag_get, _traderapi.CTORATstpShareholderAccountField_MainFlag_set) def __init__(self): _traderapi.CTORATstpShareholderAccountField_swiginit(self, _traderapi.new_CTORATstpShareholderAccountField()) __swig_destroy__ = _traderapi.delete_CTORATstpShareholderAccountField # Register CTORATstpShareholderAccountField in _traderapi: _traderapi.CTORATstpShareholderAccountField_swigregister(CTORATstpShareholderAccountField) #########################################��ѯ�����ծ��Ϣ############################################ class CTORATstpQryRationalInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryRationalInfoField_ExchangeID_get, _traderapi.CTORATstpQryRationalInfoField_ExchangeID_set) # �����ծ���� SecurityID = property(_traderapi.CTORATstpQryRationalInfoField_SecurityID_get, _traderapi.CTORATstpQryRationalInfoField_SecurityID_set) def __init__(self): _traderapi.CTORATstpQryRationalInfoField_swiginit(self, _traderapi.new_CTORATstpQryRationalInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryRationalInfoField # Register CTORATstpQryRationalInfoField in _traderapi: _traderapi.CTORATstpQryRationalInfoField_swigregister(CTORATstpQryRationalInfoField) #########################################�����ծ��Ϣ############################################ class CTORATstpRationalInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ������ TradingDay = property(_traderapi.CTORATstpRationalInfoField_TradingDay_get, _traderapi.CTORATstpRationalInfoField_TradingDay_set) # ���������� ExchangeID = property(_traderapi.CTORATstpRationalInfoField_ExchangeID_get, _traderapi.CTORATstpRationalInfoField_ExchangeID_set) # �깺���� SecurityID = property(_traderapi.CTORATstpRationalInfoField_SecurityID_get, _traderapi.CTORATstpRationalInfoField_SecurityID_set) # �����ծ�۸� Price = property(_traderapi.CTORATstpRationalInfoField_Price_get, _traderapi.CTORATstpRationalInfoField_Price_set) # �г����� MarketID = property(_traderapi.CTORATstpRationalInfoField_MarketID_get, _traderapi.CTORATstpRationalInfoField_MarketID_set) # ֤ȯƷ�ִ��� ProductID = property(_traderapi.CTORATstpRationalInfoField_ProductID_get, _traderapi.CTORATstpRationalInfoField_ProductID_set) # ֤ȯ������ SecurityType = property(_traderapi.CTORATstpRationalInfoField_SecurityType_get, _traderapi.CTORATstpRationalInfoField_SecurityType_set) # ������� SecurityName = property(_traderapi.CTORATstpRationalInfoField_SecurityName_get, _traderapi.CTORATstpRationalInfoField_SecurityName_set) # ����֤ȯ���� UnderlyingSecurityID = property(_traderapi.CTORATstpRationalInfoField_UnderlyingSecurityID_get, _traderapi.CTORATstpRationalInfoField_UnderlyingSecurityID_set) # ����֤ȯ���� UnderlyingSecurityName = property(_traderapi.CTORATstpRationalInfoField_UnderlyingSecurityName_get, _traderapi.CTORATstpRationalInfoField_UnderlyingSecurityName_set) # �����ծ��С���� MinVolume = property(_traderapi.CTORATstpRationalInfoField_MinVolume_get, _traderapi.CTORATstpRationalInfoField_MinVolume_set) # �����ծ������� MaxVolume = property(_traderapi.CTORATstpRationalInfoField_MaxVolume_get, _traderapi.CTORATstpRationalInfoField_MaxVolume_set) # �����ծ��λ���� VolumeUnit = property(_traderapi.CTORATstpRationalInfoField_VolumeUnit_get, _traderapi.CTORATstpRationalInfoField_VolumeUnit_set) def __init__(self): _traderapi.CTORATstpRationalInfoField_swiginit(self, _traderapi.new_CTORATstpRationalInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpRationalInfoField # Register CTORATstpRationalInfoField in _traderapi: _traderapi.CTORATstpRationalInfoField_swigregister(CTORATstpRationalInfoField) #########################################��ѯ����############################################ class CTORATstpQryOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryOrderField_ExchangeID_get, _traderapi.CTORATstpQryOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryOrderField_InvestorID_get, _traderapi.CTORATstpQryOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryOrderField_BusinessUnitID_get, _traderapi.CTORATstpQryOrderField_BusinessUnitID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryOrderField_SecurityID_get, _traderapi.CTORATstpQryOrderField_SecurityID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryOrderField_ShareholderID_get, _traderapi.CTORATstpQryOrderField_ShareholderID_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpQryOrderField_OrderSysID_get, _traderapi.CTORATstpQryOrderField_OrderSysID_set) # Insert Time InsertTimeStart = property(_traderapi.CTORATstpQryOrderField_InsertTimeStart_get, _traderapi.CTORATstpQryOrderField_InsertTimeStart_set) # Insert Time InsertTimeEnd = property(_traderapi.CTORATstpQryOrderField_InsertTimeEnd_get, _traderapi.CTORATstpQryOrderField_InsertTimeEnd_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpQryOrderField_SInfo_get, _traderapi.CTORATstpQryOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpQryOrderField_IInfo_get, _traderapi.CTORATstpQryOrderField_IInfo_set) # �Ƿ�ɳ� IsCancel = property(_traderapi.CTORATstpQryOrderField_IsCancel_get, _traderapi.CTORATstpQryOrderField_IsCancel_set) def __init__(self): _traderapi.CTORATstpQryOrderField_swiginit(self, _traderapi.new_CTORATstpQryOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryOrderField # Register CTORATstpQryOrderField in _traderapi: _traderapi.CTORATstpQryOrderField_swigregister(CTORATstpQryOrderField) #########################################��ѯ����############################################ class CTORATstpQryOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryOrderActionField_ExchangeID_get, _traderapi.CTORATstpQryOrderActionField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryOrderActionField_InvestorID_get, _traderapi.CTORATstpQryOrderActionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryOrderActionField_BusinessUnitID_get, _traderapi.CTORATstpQryOrderActionField_BusinessUnitID_set) # �ɶ��˻��˻����� ShareholderID = property(_traderapi.CTORATstpQryOrderActionField_ShareholderID_get, _traderapi.CTORATstpQryOrderActionField_ShareholderID_set) # ���ر������ OrderLocalID = property(_traderapi.CTORATstpQryOrderActionField_OrderLocalID_get, _traderapi.CTORATstpQryOrderActionField_OrderLocalID_set) # ���س������ CancelOrderLocalID = property(_traderapi.CTORATstpQryOrderActionField_CancelOrderLocalID_get, _traderapi.CTORATstpQryOrderActionField_CancelOrderLocalID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpQryOrderActionField_SInfo_get, _traderapi.CTORATstpQryOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpQryOrderActionField_IInfo_get, _traderapi.CTORATstpQryOrderActionField_IInfo_set) def __init__(self): _traderapi.CTORATstpQryOrderActionField_swiginit(self, _traderapi.new_CTORATstpQryOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryOrderActionField # Register CTORATstpQryOrderActionField in _traderapi: _traderapi.CTORATstpQryOrderActionField_swigregister(CTORATstpQryOrderActionField) #########################################����############################################ class CTORATstpOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpOrderActionField_ExchangeID_get, _traderapi.CTORATstpOrderActionField_ExchangeID_set) # ��������ǰ�ñ�� FrontID = property(_traderapi.CTORATstpOrderActionField_FrontID_get, _traderapi.CTORATstpOrderActionField_FrontID_set) # ���������Ự��� SessionID = property(_traderapi.CTORATstpOrderActionField_SessionID_get, _traderapi.CTORATstpOrderActionField_SessionID_set) # ������������ OrderRef = property(_traderapi.CTORATstpOrderActionField_OrderRef_get, _traderapi.CTORATstpOrderActionField_OrderRef_set) # ��������ϵͳ��� OrderSysID = property(_traderapi.CTORATstpOrderActionField_OrderSysID_get, _traderapi.CTORATstpOrderActionField_OrderSysID_set) # ������־ ActionFlag = property(_traderapi.CTORATstpOrderActionField_ActionFlag_get, _traderapi.CTORATstpOrderActionField_ActionFlag_set) # ���س������ CancelOrderLocalID = property(_traderapi.CTORATstpOrderActionField_CancelOrderLocalID_get, _traderapi.CTORATstpOrderActionField_CancelOrderLocalID_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpOrderActionField_Operway_get, _traderapi.CTORATstpOrderActionField_Operway_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpOrderActionField_SInfo_get, _traderapi.CTORATstpOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpOrderActionField_IInfo_get, _traderapi.CTORATstpOrderActionField_IInfo_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpOrderActionField_DepartmentID_get, _traderapi.CTORATstpOrderActionField_DepartmentID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpOrderActionField_InvestorID_get, _traderapi.CTORATstpOrderActionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpOrderActionField_BusinessUnitID_get, _traderapi.CTORATstpOrderActionField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpOrderActionField_ShareholderID_get, _traderapi.CTORATstpOrderActionField_ShareholderID_set) # �����������ر�� OrderLocalID = property(_traderapi.CTORATstpOrderActionField_OrderLocalID_get, _traderapi.CTORATstpOrderActionField_OrderLocalID_set) # �����û� ActionUser = property(_traderapi.CTORATstpOrderActionField_ActionUser_get, _traderapi.CTORATstpOrderActionField_ActionUser_set) # ������ TradingDay = property(_traderapi.CTORATstpOrderActionField_TradingDay_get, _traderapi.CTORATstpOrderActionField_TradingDay_set) # �������� ActionDate = property(_traderapi.CTORATstpOrderActionField_ActionDate_get, _traderapi.CTORATstpOrderActionField_ActionDate_set) # ����ʱ�� ActionTime = property(_traderapi.CTORATstpOrderActionField_ActionTime_get, _traderapi.CTORATstpOrderActionField_ActionTime_set) # ����״̬ CancelOrderStatus = property(_traderapi.CTORATstpOrderActionField_CancelOrderStatus_get, _traderapi.CTORATstpOrderActionField_CancelOrderStatus_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpOrderActionField_StatusMsg_get, _traderapi.CTORATstpOrderActionField_StatusMsg_set) # ������ RequestID = property(_traderapi.CTORATstpOrderActionField_RequestID_get, _traderapi.CTORATstpOrderActionField_RequestID_set) # ����ǰ�ñ�� ActionFrontID = property(_traderapi.CTORATstpOrderActionField_ActionFrontID_get, _traderapi.CTORATstpOrderActionField_ActionFrontID_set) # �����Ự��� ActionSessionID = property(_traderapi.CTORATstpOrderActionField_ActionSessionID_get, _traderapi.CTORATstpOrderActionField_ActionSessionID_set) # �������� OrderActionRef = property(_traderapi.CTORATstpOrderActionField_OrderActionRef_get, _traderapi.CTORATstpOrderActionField_OrderActionRef_set) # ���س���ϵͳ��� CancelOrderSysID = property(_traderapi.CTORATstpOrderActionField_CancelOrderSysID_get, _traderapi.CTORATstpOrderActionField_CancelOrderSysID_set) # �������� CancelOrderType = property(_traderapi.CTORATstpOrderActionField_CancelOrderType_get, _traderapi.CTORATstpOrderActionField_CancelOrderType_set) # ���׵�Ԫ���� PbuID = property(_traderapi.CTORATstpOrderActionField_PbuID_get, _traderapi.CTORATstpOrderActionField_PbuID_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpOrderActionField_IPAddress_get, _traderapi.CTORATstpOrderActionField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpOrderActionField_MacAddress_get, _traderapi.CTORATstpOrderActionField_MacAddress_set) def __init__(self): _traderapi.CTORATstpOrderActionField_swiginit(self, _traderapi.new_CTORATstpOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpOrderActionField # Register CTORATstpOrderActionField in _traderapi: _traderapi.CTORATstpOrderActionField_swigregister(CTORATstpOrderActionField) #########################################��ѯ�ɽ�############################################ class CTORATstpQryTradeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryTradeField_ExchangeID_get, _traderapi.CTORATstpQryTradeField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryTradeField_InvestorID_get, _traderapi.CTORATstpQryTradeField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryTradeField_BusinessUnitID_get, _traderapi.CTORATstpQryTradeField_BusinessUnitID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryTradeField_SecurityID_get, _traderapi.CTORATstpQryTradeField_SecurityID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryTradeField_ShareholderID_get, _traderapi.CTORATstpQryTradeField_ShareholderID_set) # �ɽ���� TradeID = property(_traderapi.CTORATstpQryTradeField_TradeID_get, _traderapi.CTORATstpQryTradeField_TradeID_set) # Insert Time TradeTimeStart = property(_traderapi.CTORATstpQryTradeField_TradeTimeStart_get, _traderapi.CTORATstpQryTradeField_TradeTimeStart_set) # Insert Time TradeTimeEnd = property(_traderapi.CTORATstpQryTradeField_TradeTimeEnd_get, _traderapi.CTORATstpQryTradeField_TradeTimeEnd_set) def __init__(self): _traderapi.CTORATstpQryTradeField_swiginit(self, _traderapi.new_CTORATstpQryTradeField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryTradeField # Register CTORATstpQryTradeField in _traderapi: _traderapi.CTORATstpQryTradeField_swigregister(CTORATstpQryTradeField) #########################################��ѯ�ʽ��˻�############################################ class CTORATstpQryTradingAccountField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryTradingAccountField_InvestorID_get, _traderapi.CTORATstpQryTradingAccountField_InvestorID_set) # ���� CurrencyID = property(_traderapi.CTORATstpQryTradingAccountField_CurrencyID_get, _traderapi.CTORATstpQryTradingAccountField_CurrencyID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpQryTradingAccountField_AccountID_get, _traderapi.CTORATstpQryTradingAccountField_AccountID_set) # �ʽ��˻����� AccountType = property(_traderapi.CTORATstpQryTradingAccountField_AccountType_get, _traderapi.CTORATstpQryTradingAccountField_AccountType_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpQryTradingAccountField_DepartmentID_get, _traderapi.CTORATstpQryTradingAccountField_DepartmentID_set) def __init__(self): _traderapi.CTORATstpQryTradingAccountField_swiginit(self, _traderapi.new_CTORATstpQryTradingAccountField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryTradingAccountField # Register CTORATstpQryTradingAccountField in _traderapi: _traderapi.CTORATstpQryTradingAccountField_swigregister(CTORATstpQryTradingAccountField) #########################################�ʽ��˻�############################################ class CTORATstpTradingAccountField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpTradingAccountField_DepartmentID_get, _traderapi.CTORATstpTradingAccountField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpTradingAccountField_AccountID_get, _traderapi.CTORATstpTradingAccountField_AccountID_set) # ���ִ��� CurrencyID = property(_traderapi.CTORATstpTradingAccountField_CurrencyID_get, _traderapi.CTORATstpTradingAccountField_CurrencyID_set) # ���ս�� PreDeposit = property(_traderapi.CTORATstpTradingAccountField_PreDeposit_get, _traderapi.CTORATstpTradingAccountField_PreDeposit_set) # �����ʽ� UsefulMoney = property(_traderapi.CTORATstpTradingAccountField_UsefulMoney_get, _traderapi.CTORATstpTradingAccountField_UsefulMoney_set) # ��ȡ�ʽ� FetchLimit = property(_traderapi.CTORATstpTradingAccountField_FetchLimit_get, _traderapi.CTORATstpTradingAccountField_FetchLimit_set) # ����δ���ս��(�۹�ͨר���ֶ�) PreUnDeliveredMoney = property(_traderapi.CTORATstpTradingAccountField_PreUnDeliveredMoney_get, _traderapi.CTORATstpTradingAccountField_PreUnDeliveredMoney_set) # ����δ���ս��(�۹�ͨר���ֶ�) UnDeliveredMoney = property(_traderapi.CTORATstpTradingAccountField_UnDeliveredMoney_get, _traderapi.CTORATstpTradingAccountField_UnDeliveredMoney_set) # ��������� Deposit = property(_traderapi.CTORATstpTradingAccountField_Deposit_get, _traderapi.CTORATstpTradingAccountField_Deposit_set) # ���ճ����� Withdraw = property(_traderapi.CTORATstpTradingAccountField_Withdraw_get, _traderapi.CTORATstpTradingAccountField_Withdraw_set) # ������ʽ�(�۹�ͨ���ֶβ�����δ���ղ��ֶ����ʽ�) FrozenCash = property(_traderapi.CTORATstpTradingAccountField_FrozenCash_get, _traderapi.CTORATstpTradingAccountField_FrozenCash_set) # ����δ���ս��(�۹�ͨר��) UnDeliveredFrozenCash = property(_traderapi.CTORATstpTradingAccountField_UnDeliveredFrozenCash_get, _traderapi.CTORATstpTradingAccountField_UnDeliveredFrozenCash_set) # �����������(�۹�ͨ���ֶβ�����δ���ղ��ֶ���������) FrozenCommission = property(_traderapi.CTORATstpTradingAccountField_FrozenCommission_get, _traderapi.CTORATstpTradingAccountField_FrozenCommission_set) # ����δ����������(�۹�ͨר��) UnDeliveredFrozenCommission = property(_traderapi.CTORATstpTradingAccountField_UnDeliveredFrozenCommission_get, _traderapi.CTORATstpTradingAccountField_UnDeliveredFrozenCommission_set) # ������(�۹�ͨ���ֶβ�����δ���ղ���������) Commission = property(_traderapi.CTORATstpTradingAccountField_Commission_get, _traderapi.CTORATstpTradingAccountField_Commission_set) # ռ��δ����������(�۹�ͨר��) UnDeliveredCommission = property(_traderapi.CTORATstpTradingAccountField_UnDeliveredCommission_get, _traderapi.CTORATstpTradingAccountField_UnDeliveredCommission_set) # �ʽ��˻����� AccountType = property(_traderapi.CTORATstpTradingAccountField_AccountType_get, _traderapi.CTORATstpTradingAccountField_AccountType_set) # �ʽ��˻�����Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpTradingAccountField_InvestorID_get, _traderapi.CTORATstpTradingAccountField_InvestorID_set) # ���д��� BankID = property(_traderapi.CTORATstpTradingAccountField_BankID_get, _traderapi.CTORATstpTradingAccountField_BankID_set) # �����˻� BankAccountID = property(_traderapi.CTORATstpTradingAccountField_BankAccountID_get, _traderapi.CTORATstpTradingAccountField_BankAccountID_set) # Ȩ��������(����ר��) RoyaltyIn = property(_traderapi.CTORATstpTradingAccountField_RoyaltyIn_get, _traderapi.CTORATstpTradingAccountField_RoyaltyIn_set) # Ȩ����֧��(����ר��) RoyaltyOut = property(_traderapi.CTORATstpTradingAccountField_RoyaltyOut_get, _traderapi.CTORATstpTradingAccountField_RoyaltyOut_set) # ��ȯ�������(����ר��) CreditSellAmount = property(_traderapi.CTORATstpTradingAccountField_CreditSellAmount_get, _traderapi.CTORATstpTradingAccountField_CreditSellAmount_set) # ��ȯ����ʹ�ý��(���ڳ������ʸ�ծ��������Ʒ�ֵĽ��)(����ר��) CreditSellUseAmount = property(_traderapi.CTORATstpTradingAccountField_CreditSellUseAmount_get, _traderapi.CTORATstpTradingAccountField_CreditSellUseAmount_set) # �����ʲ�(����ר��) VirtualAssets = property(_traderapi.CTORATstpTradingAccountField_VirtualAssets_get, _traderapi.CTORATstpTradingAccountField_VirtualAssets_set) # ��ȯ��������(���ڳ������ʸ�ծ��������Ʒ�ֵ�δ�ɽ�������)(����ר��) CreditSellFrozenAmount = property(_traderapi.CTORATstpTradingAccountField_CreditSellFrozenAmount_get, _traderapi.CTORATstpTradingAccountField_CreditSellFrozenAmount_set) # ������Ԫ OwnerUnit = property(_traderapi.CTORATstpTradingAccountField_OwnerUnit_get, _traderapi.CTORATstpTradingAccountField_OwnerUnit_set) def __init__(self): _traderapi.CTORATstpTradingAccountField_swiginit(self, _traderapi.new_CTORATstpTradingAccountField()) __swig_destroy__ = _traderapi.delete_CTORATstpTradingAccountField # Register CTORATstpTradingAccountField in _traderapi: _traderapi.CTORATstpTradingAccountField_swigregister(CTORATstpTradingAccountField) #########################################��ѯͶ���ֲ߳�############################################ class CTORATstpQryPositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryPositionField_ExchangeID_get, _traderapi.CTORATstpQryPositionField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryPositionField_InvestorID_get, _traderapi.CTORATstpQryPositionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryPositionField_BusinessUnitID_get, _traderapi.CTORATstpQryPositionField_BusinessUnitID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryPositionField_SecurityID_get, _traderapi.CTORATstpQryPositionField_SecurityID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryPositionField_ShareholderID_get, _traderapi.CTORATstpQryPositionField_ShareholderID_set) def __init__(self): _traderapi.CTORATstpQryPositionField_swiginit(self, _traderapi.new_CTORATstpQryPositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryPositionField # Register CTORATstpQryPositionField in _traderapi: _traderapi.CTORATstpQryPositionField_swigregister(CTORATstpQryPositionField) #########################################Ͷ���ֲ߳�############################################ class CTORATstpPositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpPositionField_ExchangeID_get, _traderapi.CTORATstpPositionField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpPositionField_InvestorID_get, _traderapi.CTORATstpPositionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpPositionField_BusinessUnitID_get, _traderapi.CTORATstpPositionField_BusinessUnitID_set) # �г����� MarketID = property(_traderapi.CTORATstpPositionField_MarketID_get, _traderapi.CTORATstpPositionField_MarketID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpPositionField_ShareholderID_get, _traderapi.CTORATstpPositionField_ShareholderID_set) # ������ TradingDay = property(_traderapi.CTORATstpPositionField_TradingDay_get, _traderapi.CTORATstpPositionField_TradingDay_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpPositionField_SecurityID_get, _traderapi.CTORATstpPositionField_SecurityID_set) # ֤ȯ���� SecurityName = property(_traderapi.CTORATstpPositionField_SecurityName_get, _traderapi.CTORATstpPositionField_SecurityName_set) # ��� HistoryPos = property(_traderapi.CTORATstpPositionField_HistoryPos_get, _traderapi.CTORATstpPositionField_HistoryPos_set) # ��ֶ��� HistoryPosFrozen = property(_traderapi.CTORATstpPositionField_HistoryPosFrozen_get, _traderapi.CTORATstpPositionField_HistoryPosFrozen_set) # �������� TodayBSPos = property(_traderapi.CTORATstpPositionField_TodayBSPos_get, _traderapi.CTORATstpPositionField_TodayBSPos_set) # �������ֶ��� TodayBSPosFrozen = property(_traderapi.CTORATstpPositionField_TodayBSPosFrozen_get, _traderapi.CTORATstpPositionField_TodayBSPosFrozen_set) # ��������ֲ� TodayPRPos = property(_traderapi.CTORATstpPositionField_TodayPRPos_get, _traderapi.CTORATstpPositionField_TodayPRPos_set) # ��������ֲֶ��� TodayPRPosFrozen = property(_traderapi.CTORATstpPositionField_TodayPRPosFrozen_get, _traderapi.CTORATstpPositionField_TodayPRPosFrozen_set) # ���ֺϲ��ֲ� TodaySMPos = property(_traderapi.CTORATstpPositionField_TodaySMPos_get, _traderapi.CTORATstpPositionField_TodaySMPos_set) # ���ֺϲ��ֲֶ��� TodaySMPosFrozen = property(_traderapi.CTORATstpPositionField_TodaySMPosFrozen_get, _traderapi.CTORATstpPositionField_TodaySMPosFrozen_set) # ��ֳɱ��� HistoryPosPrice = property(_traderapi.CTORATstpPositionField_HistoryPosPrice_get, _traderapi.CTORATstpPositionField_HistoryPosPrice_set) # �ֲֳɱ� TotalPosCost = property(_traderapi.CTORATstpPositionField_TotalPosCost_get, _traderapi.CTORATstpPositionField_TotalPosCost_set) # �ϴ����(���в���) PrePosition = property(_traderapi.CTORATstpPositionField_PrePosition_get, _traderapi.CTORATstpPositionField_PrePosition_set) # �ɷݿ��� AvailablePosition = property(_traderapi.CTORATstpPositionField_AvailablePosition_get, _traderapi.CTORATstpPositionField_AvailablePosition_set) # �ɷ���� CurrentPosition = property(_traderapi.CTORATstpPositionField_CurrentPosition_get, _traderapi.CTORATstpPositionField_CurrentPosition_set) # ���ֳɱ� OpenPosCost = property(_traderapi.CTORATstpPositionField_OpenPosCost_get, _traderapi.CTORATstpPositionField_OpenPosCost_set) # ���ʲ�λ(����ר��) CreditBuyPos = property(_traderapi.CTORATstpPositionField_CreditBuyPos_get, _traderapi.CTORATstpPositionField_CreditBuyPos_set) # ��ȯ��λ(����ר��) CreditSellPos = property(_traderapi.CTORATstpPositionField_CreditSellPos_get, _traderapi.CTORATstpPositionField_CreditSellPos_set) # ������ȯ��λ(����ר��) TodayCreditSellPos = property(_traderapi.CTORATstpPositionField_TodayCreditSellPos_get, _traderapi.CTORATstpPositionField_TodayCreditSellPos_set) # ������λ(����ר��) CollateralOutPos = property(_traderapi.CTORATstpPositionField_CollateralOutPos_get, _traderapi.CTORATstpPositionField_CollateralOutPos_set) # ��ȯδ�ɽ�����(����ר��) RepayUntradeVolume = property(_traderapi.CTORATstpPositionField_RepayUntradeVolume_get, _traderapi.CTORATstpPositionField_RepayUntradeVolume_set) # ֱ�ӻ�ȯδ�ɽ�����(����ר��) RepayTransferUntradeVolume = property(_traderapi.CTORATstpPositionField_RepayTransferUntradeVolume_get, _traderapi.CTORATstpPositionField_RepayTransferUntradeVolume_set) # ����Ʒ����δ�ɽ����(����ר��) CollateralBuyUntradeAmount = property(_traderapi.CTORATstpPositionField_CollateralBuyUntradeAmount_get, _traderapi.CTORATstpPositionField_CollateralBuyUntradeAmount_set) # ����Ʒ����δ�ɽ�����(����ר��) CollateralBuyUntradeVolume = property(_traderapi.CTORATstpPositionField_CollateralBuyUntradeVolume_get, _traderapi.CTORATstpPositionField_CollateralBuyUntradeVolume_set) # ����������(�������׷���)(����ר��) CreditBuyAmount = property(_traderapi.CTORATstpPositionField_CreditBuyAmount_get, _traderapi.CTORATstpPositionField_CreditBuyAmount_set) # ��������δ�ɽ����(�������׷���)(����ר��) CreditBuyUntradeAmount = property(_traderapi.CTORATstpPositionField_CreditBuyUntradeAmount_get, _traderapi.CTORATstpPositionField_CreditBuyUntradeAmount_set) # ���ʶ��ᱣ֤��(����ר��) CreditBuyFrozenMargin = property(_traderapi.CTORATstpPositionField_CreditBuyFrozenMargin_get, _traderapi.CTORATstpPositionField_CreditBuyFrozenMargin_set) # ����������Ϣ(����ר��) CreditBuyInterestFee = property(_traderapi.CTORATstpPositionField_CreditBuyInterestFee_get, _traderapi.CTORATstpPositionField_CreditBuyInterestFee_set) # ��������δ�ɽ�����(����ר��) CreditBuyUntradeVolume = property(_traderapi.CTORATstpPositionField_CreditBuyUntradeVolume_get, _traderapi.CTORATstpPositionField_CreditBuyUntradeVolume_set) # ��ȯ�������(�Գɽ��ۼ���)(����ר��) CreditSellAmount = property(_traderapi.CTORATstpPositionField_CreditSellAmount_get, _traderapi.CTORATstpPositionField_CreditSellAmount_set) # ��ȯ����δ�ɽ����(����ר��) CreditSellUntradeAmount = property(_traderapi.CTORATstpPositionField_CreditSellUntradeAmount_get, _traderapi.CTORATstpPositionField_CreditSellUntradeAmount_set) # ��ȯ���ᱣ֤��(����ר��) CreditSellFrozenMargin = property(_traderapi.CTORATstpPositionField_CreditSellFrozenMargin_get, _traderapi.CTORATstpPositionField_CreditSellFrozenMargin_set) # ��ȯ����Ϣ��(����ר��) CreditSellInterestFee = property(_traderapi.CTORATstpPositionField_CreditSellInterestFee_get, _traderapi.CTORATstpPositionField_CreditSellInterestFee_set) # ��ȯ����δ�ɽ�����(����ר��) CreditSellUntradeVolume = property(_traderapi.CTORATstpPositionField_CreditSellUntradeVolume_get, _traderapi.CTORATstpPositionField_CreditSellUntradeVolume_set) # ������ղ�(����ר��) CollateralInPos = property(_traderapi.CTORATstpPositionField_CollateralInPos_get, _traderapi.CTORATstpPositionField_CollateralInPos_set) # �����������ᱣ֤��(����ר��) CreditBuyFrozenCirculateMargin = property(_traderapi.CTORATstpPositionField_CreditBuyFrozenCirculateMargin_get, _traderapi.CTORATstpPositionField_CreditBuyFrozenCirculateMargin_set) # ��ȯ�������ᱣ֤��(����ר��) CreditSellFrozenCirculateMargin = property(_traderapi.CTORATstpPositionField_CreditSellFrozenCirculateMargin_get, _traderapi.CTORATstpPositionField_CreditSellFrozenCirculateMargin_set) # �ۼ�ƽ��ӯ��(����ר��) CloseProfit = property(_traderapi.CTORATstpPositionField_CloseProfit_get, _traderapi.CTORATstpPositionField_CloseProfit_set) # �����ۼƿ������� TodayTotalOpenVolume = property(_traderapi.CTORATstpPositionField_TodayTotalOpenVolume_get, _traderapi.CTORATstpPositionField_TodayTotalOpenVolume_set) # �������� TodayCommission = property(_traderapi.CTORATstpPositionField_TodayCommission_get, _traderapi.CTORATstpPositionField_TodayCommission_set) # �����ۼ������� TodayTotalBuyAmount = property(_traderapi.CTORATstpPositionField_TodayTotalBuyAmount_get, _traderapi.CTORATstpPositionField_TodayTotalBuyAmount_set) # �����ۼ�������� TodayTotalSellAmount = property(_traderapi.CTORATstpPositionField_TodayTotalSellAmount_get, _traderapi.CTORATstpPositionField_TodayTotalSellAmount_set) # ���ն���(���в���) PreFrozen = property(_traderapi.CTORATstpPositionField_PreFrozen_get, _traderapi.CTORATstpPositionField_PreFrozen_set) def __init__(self): _traderapi.CTORATstpPositionField_swiginit(self, _traderapi.new_CTORATstpPositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpPositionField # Register CTORATstpPositionField in _traderapi: _traderapi.CTORATstpPositionField_swigregister(CTORATstpPositionField) #########################################��ѯ�������׷���############################################ class CTORATstpQryTradingFeeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryTradingFeeField_ExchangeID_get, _traderapi.CTORATstpQryTradingFeeField_ExchangeID_set) def __init__(self): _traderapi.CTORATstpQryTradingFeeField_swiginit(self, _traderapi.new_CTORATstpQryTradingFeeField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryTradingFeeField # Register CTORATstpQryTradingFeeField in _traderapi: _traderapi.CTORATstpQryTradingFeeField_swigregister(CTORATstpQryTradingFeeField) #########################################�������׷���############################################ class CTORATstpTradingFeeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpTradingFeeField_ExchangeID_get, _traderapi.CTORATstpTradingFeeField_ExchangeID_set) # ��Ʒ���� ProductID = property(_traderapi.CTORATstpTradingFeeField_ProductID_get, _traderapi.CTORATstpTradingFeeField_ProductID_set) # ֤ȯ������ SecurityType = property(_traderapi.CTORATstpTradingFeeField_SecurityType_get, _traderapi.CTORATstpTradingFeeField_SecurityType_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpTradingFeeField_SecurityID_get, _traderapi.CTORATstpTradingFeeField_SecurityID_set) # ҵ����� BizClass = property(_traderapi.CTORATstpTradingFeeField_BizClass_get, _traderapi.CTORATstpTradingFeeField_BizClass_set) # ӡ��˰(�۹�ӡ��˰)�������ȡ���� StampTaxRatioByAmt = property(_traderapi.CTORATstpTradingFeeField_StampTaxRatioByAmt_get, _traderapi.CTORATstpTradingFeeField_StampTaxRatioByAmt_set) # ӡ��˰(�۹�ӡ��˰)����ֵ��ȡ���� StampTaxRatioByPar = property(_traderapi.CTORATstpTradingFeeField_StampTaxRatioByPar_get, _traderapi.CTORATstpTradingFeeField_StampTaxRatioByPar_set) # ӡ��˰(�۹�ӡ��˰,��λ�۱�)������ȡ��� StampTaxFeePerOrder = property(_traderapi.CTORATstpTradingFeeField_StampTaxFeePerOrder_get, _traderapi.CTORATstpTradingFeeField_StampTaxFeePerOrder_set) # ӡ��˰(�۹�ӡ��˰,��λ�۱�)��������ȡ��� StampTaxFeeByVolume = property(_traderapi.CTORATstpTradingFeeField_StampTaxFeeByVolume_get, _traderapi.CTORATstpTradingFeeField_StampTaxFeeByVolume_set) # ӡ��˰(�۹�ӡ��˰,��λ�۱�)�����ȡ��� StampTaxFeeMin = property(_traderapi.CTORATstpTradingFeeField_StampTaxFeeMin_get, _traderapi.CTORATstpTradingFeeField_StampTaxFeeMin_set) # ӡ��˰(�۹�ӡ��˰,��λ�۱�)�����ȡ��� StampTaxFeeMax = property(_traderapi.CTORATstpTradingFeeField_StampTaxFeeMax_get, _traderapi.CTORATstpTradingFeeField_StampTaxFeeMax_set) # ������(�۹�֤ȯ��Ϸ�)�������ȡ���� TransferRatioByAmt = property(_traderapi.CTORATstpTradingFeeField_TransferRatioByAmt_get, _traderapi.CTORATstpTradingFeeField_TransferRatioByAmt_set) # ������(�۹�֤ȯ��Ϸ�)����ֵ��ȡ���� TransferRatioByPar = property(_traderapi.CTORATstpTradingFeeField_TransferRatioByPar_get, _traderapi.CTORATstpTradingFeeField_TransferRatioByPar_set) # ������(�۹�֤ȯ��Ϸ�,��λ�۱�)������ȡ��� TransferFeePerOrder = property(_traderapi.CTORATstpTradingFeeField_TransferFeePerOrder_get, _traderapi.CTORATstpTradingFeeField_TransferFeePerOrder_set) # ������(�۹�֤ȯ��Ϸ�,��λ�۱�)��������ȡ��� TransferFeeByVolume = property(_traderapi.CTORATstpTradingFeeField_TransferFeeByVolume_get, _traderapi.CTORATstpTradingFeeField_TransferFeeByVolume_set) # ������(�۹�֤ȯ��Ϸ�,��λ�۱�)�����ȡ��� TransferFeeMin = property(_traderapi.CTORATstpTradingFeeField_TransferFeeMin_get, _traderapi.CTORATstpTradingFeeField_TransferFeeMin_set) # ������(�۹�֤ȯ��Ϸ�,��λ�۱�)�����ȡ��� TransferFeeMax = property(_traderapi.CTORATstpTradingFeeField_TransferFeeMax_get, _traderapi.CTORATstpTradingFeeField_TransferFeeMax_set) # ���ַ�(�۹ɽ��׷�)�������ȡ���� HandlingRatioByAmt = property(_traderapi.CTORATstpTradingFeeField_HandlingRatioByAmt_get, _traderapi.CTORATstpTradingFeeField_HandlingRatioByAmt_set) # ���ַ�(�۹ɽ��׷�)����ֵ��ȡ���� HandlingRatioByPar = property(_traderapi.CTORATstpTradingFeeField_HandlingRatioByPar_get, _traderapi.CTORATstpTradingFeeField_HandlingRatioByPar_set) # ���ַ�(�۹ɽ��׷�,��λ�۱�)������ȡ��� HandlingFeePerOrder = property(_traderapi.CTORATstpTradingFeeField_HandlingFeePerOrder_get, _traderapi.CTORATstpTradingFeeField_HandlingFeePerOrder_set) # ���ַ�(�۹ɽ��׷�,��λ�۱�)��������ȡ��� HandlingFeeByVolume = property(_traderapi.CTORATstpTradingFeeField_HandlingFeeByVolume_get, _traderapi.CTORATstpTradingFeeField_HandlingFeeByVolume_set) # ���ַ�(�۹ɽ��׷�,��λ�۱�)�����ȡ��� HandlingFeeMin = property(_traderapi.CTORATstpTradingFeeField_HandlingFeeMin_get, _traderapi.CTORATstpTradingFeeField_HandlingFeeMin_set) # ���ַ�(�۹ɽ��׷�,��λ�۱�)�����ȡ��� HandlingFeeMax = property(_traderapi.CTORATstpTradingFeeField_HandlingFeeMax_get, _traderapi.CTORATstpTradingFeeField_HandlingFeeMax_set) # ֤�ܷ�(�۹ɽ�������)�������ȡ���� RegulateRatioByAmt = property(_traderapi.CTORATstpTradingFeeField_RegulateRatioByAmt_get, _traderapi.CTORATstpTradingFeeField_RegulateRatioByAmt_set) # ֤�ܷ�(�۹ɽ�������)����ֵ��ȡ���� RegulateRatioByPar = property(_traderapi.CTORATstpTradingFeeField_RegulateRatioByPar_get, _traderapi.CTORATstpTradingFeeField_RegulateRatioByPar_set) # ֤�ܷ�(�۹ɽ�������,��λ�۱�)������ȡ��� RegulateFeePerOrder = property(_traderapi.CTORATstpTradingFeeField_RegulateFeePerOrder_get, _traderapi.CTORATstpTradingFeeField_RegulateFeePerOrder_set) # ֤�ܷ�(�۹ɽ�������,��λ�۱�)��������ȡ��� RegulateFeeByVolume = property(_traderapi.CTORATstpTradingFeeField_RegulateFeeByVolume_get, _traderapi.CTORATstpTradingFeeField_RegulateFeeByVolume_set) # ֤�ܷ�(�۹ɽ�������,��λ�۱�)�����ȡ��� RegulateFeeMin = property(_traderapi.CTORATstpTradingFeeField_RegulateFeeMin_get, _traderapi.CTORATstpTradingFeeField_RegulateFeeMin_set) # ֤�ܷ�(�۹ɽ�������,��λ�۱�)�����ȡ��� RegulateFeeMax = property(_traderapi.CTORATstpTradingFeeField_RegulateFeeMax_get, _traderapi.CTORATstpTradingFeeField_RegulateFeeMax_set) # �����(�۹ɹɷݽ��շ�)�������ȡ���� SettlementRatioByAmt = property(_traderapi.CTORATstpTradingFeeField_SettlementRatioByAmt_get, _traderapi.CTORATstpTradingFeeField_SettlementRatioByAmt_set) # �����(�۹ɹɷݽ��շ�)����ֵ��ȡ���� SettlementRatioByPar = property(_traderapi.CTORATstpTradingFeeField_SettlementRatioByPar_get, _traderapi.CTORATstpTradingFeeField_SettlementRatioByPar_set) # �����(�۹ɹɷݽ��շ�,��λ�۱�)������ȡ��� SettlementFeePerOrder = property(_traderapi.CTORATstpTradingFeeField_SettlementFeePerOrder_get, _traderapi.CTORATstpTradingFeeField_SettlementFeePerOrder_set) # �����(�۹ɹɷݽ��շ�,��λ�۱�)��������ȡ��� SettlementFeeByVolume = property(_traderapi.CTORATstpTradingFeeField_SettlementFeeByVolume_get, _traderapi.CTORATstpTradingFeeField_SettlementFeeByVolume_set) # �����(�۹ɹɷݽ��շ�,��λ�۱�)�����ȡ��� SettlementFeeMin = property(_traderapi.CTORATstpTradingFeeField_SettlementFeeMin_get, _traderapi.CTORATstpTradingFeeField_SettlementFeeMin_set) # �����(�۹ɹɷݽ��շ�,��λ�۱�)�����ȡ��� SettlementFeeMax = property(_traderapi.CTORATstpTradingFeeField_SettlementFeeMax_get, _traderapi.CTORATstpTradingFeeField_SettlementFeeMax_set) def __init__(self): _traderapi.CTORATstpTradingFeeField_swiginit(self, _traderapi.new_CTORATstpTradingFeeField()) __swig_destroy__ = _traderapi.delete_CTORATstpTradingFeeField # Register CTORATstpTradingFeeField in _traderapi: _traderapi.CTORATstpTradingFeeField_swigregister(CTORATstpTradingFeeField) #########################################��ѯӶ�����############################################ class CTORATstpQryInvestorTradingFeeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryInvestorTradingFeeField_InvestorID_get, _traderapi.CTORATstpQryInvestorTradingFeeField_InvestorID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryInvestorTradingFeeField_ExchangeID_get, _traderapi.CTORATstpQryInvestorTradingFeeField_ExchangeID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpQryInvestorTradingFeeField_DepartmentID_get, _traderapi.CTORATstpQryInvestorTradingFeeField_DepartmentID_set) def __init__(self): _traderapi.CTORATstpQryInvestorTradingFeeField_swiginit(self, _traderapi.new_CTORATstpQryInvestorTradingFeeField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryInvestorTradingFeeField # Register CTORATstpQryInvestorTradingFeeField in _traderapi: _traderapi.CTORATstpQryInvestorTradingFeeField_swigregister(CTORATstpQryInvestorTradingFeeField) #########################################Ӷ�����############################################ class CTORATstpInvestorTradingFeeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInvestorTradingFeeField_InvestorID_get, _traderapi.CTORATstpInvestorTradingFeeField_InvestorID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpInvestorTradingFeeField_ExchangeID_get, _traderapi.CTORATstpInvestorTradingFeeField_ExchangeID_set) # ��Ʒ���� ProductID = property(_traderapi.CTORATstpInvestorTradingFeeField_ProductID_get, _traderapi.CTORATstpInvestorTradingFeeField_ProductID_set) # ֤ȯ������ SecurityType = property(_traderapi.CTORATstpInvestorTradingFeeField_SecurityType_get, _traderapi.CTORATstpInvestorTradingFeeField_SecurityType_set) # ��Լ���� SecurityID = property(_traderapi.CTORATstpInvestorTradingFeeField_SecurityID_get, _traderapi.CTORATstpInvestorTradingFeeField_SecurityID_set) # ҵ����� BizClass = property(_traderapi.CTORATstpInvestorTradingFeeField_BizClass_get, _traderapi.CTORATstpInvestorTradingFeeField_BizClass_set) # Ӷ������ BrokerageType = property(_traderapi.CTORATstpInvestorTradingFeeField_BrokerageType_get, _traderapi.CTORATstpInvestorTradingFeeField_BrokerageType_set) # Ӷ�𰴽����ȡ���� RatioByAmt = property(_traderapi.CTORATstpInvestorTradingFeeField_RatioByAmt_get, _traderapi.CTORATstpInvestorTradingFeeField_RatioByAmt_set) # Ӷ����ֵ��ȡ���� RatioByPar = property(_traderapi.CTORATstpInvestorTradingFeeField_RatioByPar_get, _traderapi.CTORATstpInvestorTradingFeeField_RatioByPar_set) # Ӷ�𰴱���ȡ��� FeePerOrder = property(_traderapi.CTORATstpInvestorTradingFeeField_FeePerOrder_get, _traderapi.CTORATstpInvestorTradingFeeField_FeePerOrder_set) # Ӷ�������ȡ��� FeeMin = property(_traderapi.CTORATstpInvestorTradingFeeField_FeeMin_get, _traderapi.CTORATstpInvestorTradingFeeField_FeeMin_set) # Ӷ�������ȡ��� FeeMax = property(_traderapi.CTORATstpInvestorTradingFeeField_FeeMax_get, _traderapi.CTORATstpInvestorTradingFeeField_FeeMax_set) # Ӷ��������ȡ��� FeeByVolume = property(_traderapi.CTORATstpInvestorTradingFeeField_FeeByVolume_get, _traderapi.CTORATstpInvestorTradingFeeField_FeeByVolume_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpInvestorTradingFeeField_DepartmentID_get, _traderapi.CTORATstpInvestorTradingFeeField_DepartmentID_set) # �������� OrderType = property(_traderapi.CTORATstpInvestorTradingFeeField_OrderType_get, _traderapi.CTORATstpInvestorTradingFeeField_OrderType_set) def __init__(self): _traderapi.CTORATstpInvestorTradingFeeField_swiginit(self, _traderapi.new_CTORATstpInvestorTradingFeeField()) __swig_destroy__ = _traderapi.delete_CTORATstpInvestorTradingFeeField # Register CTORATstpInvestorTradingFeeField in _traderapi: _traderapi.CTORATstpInvestorTradingFeeField_swigregister(CTORATstpInvestorTradingFeeField) #########################################��ѯ�¹��깺���############################################ class CTORATstpQryIPOQuotaField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryIPOQuotaField_InvestorID_get, _traderapi.CTORATstpQryIPOQuotaField_InvestorID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryIPOQuotaField_ExchangeID_get, _traderapi.CTORATstpQryIPOQuotaField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpQryIPOQuotaField_MarketID_get, _traderapi.CTORATstpQryIPOQuotaField_MarketID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryIPOQuotaField_ShareholderID_get, _traderapi.CTORATstpQryIPOQuotaField_ShareholderID_set) def __init__(self): _traderapi.CTORATstpQryIPOQuotaField_swiginit(self, _traderapi.new_CTORATstpQryIPOQuotaField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryIPOQuotaField # Register CTORATstpQryIPOQuotaField in _traderapi: _traderapi.CTORATstpQryIPOQuotaField_swigregister(CTORATstpQryIPOQuotaField) #########################################�¹��깺���############################################ class CTORATstpIPOQuotaField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpIPOQuotaField_InvestorID_get, _traderapi.CTORATstpIPOQuotaField_InvestorID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpIPOQuotaField_ExchangeID_get, _traderapi.CTORATstpIPOQuotaField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpIPOQuotaField_MarketID_get, _traderapi.CTORATstpIPOQuotaField_MarketID_set) # �ͻ����� ShareholderID = property(_traderapi.CTORATstpIPOQuotaField_ShareholderID_get, _traderapi.CTORATstpIPOQuotaField_ShareholderID_set) # ���깺��� MaxVolume = property(_traderapi.CTORATstpIPOQuotaField_MaxVolume_get, _traderapi.CTORATstpIPOQuotaField_MaxVolume_set) # �ƴ�����깺��� KCMaxVolume = property(_traderapi.CTORATstpIPOQuotaField_KCMaxVolume_get, _traderapi.CTORATstpIPOQuotaField_KCMaxVolume_set) def __init__(self): _traderapi.CTORATstpIPOQuotaField_swiginit(self, _traderapi.new_CTORATstpIPOQuotaField()) __swig_destroy__ = _traderapi.delete_CTORATstpIPOQuotaField # Register CTORATstpIPOQuotaField in _traderapi: _traderapi.CTORATstpIPOQuotaField_swigregister(CTORATstpIPOQuotaField) #########################################��ѯ������ϸ�ʽ�############################################ class CTORATstpQryOrderFundDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryOrderFundDetailField_ExchangeID_get, _traderapi.CTORATstpQryOrderFundDetailField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryOrderFundDetailField_InvestorID_get, _traderapi.CTORATstpQryOrderFundDetailField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryOrderFundDetailField_BusinessUnitID_get, _traderapi.CTORATstpQryOrderFundDetailField_BusinessUnitID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryOrderFundDetailField_SecurityID_get, _traderapi.CTORATstpQryOrderFundDetailField_SecurityID_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpQryOrderFundDetailField_OrderSysID_get, _traderapi.CTORATstpQryOrderFundDetailField_OrderSysID_set) def __init__(self): _traderapi.CTORATstpQryOrderFundDetailField_swiginit(self, _traderapi.new_CTORATstpQryOrderFundDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryOrderFundDetailField # Register CTORATstpQryOrderFundDetailField in _traderapi: _traderapi.CTORATstpQryOrderFundDetailField_swigregister(CTORATstpQryOrderFundDetailField) #########################################������ϸ�ʽ�############################################ class CTORATstpOrderFundDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpOrderFundDetailField_InvestorID_get, _traderapi.CTORATstpOrderFundDetailField_InvestorID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpOrderFundDetailField_SecurityID_get, _traderapi.CTORATstpOrderFundDetailField_SecurityID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpOrderFundDetailField_ExchangeID_get, _traderapi.CTORATstpOrderFundDetailField_ExchangeID_set) # ������ TradingDay = property(_traderapi.CTORATstpOrderFundDetailField_TradingDay_get, _traderapi.CTORATstpOrderFundDetailField_TradingDay_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpOrderFundDetailField_OrderSysID_get, _traderapi.CTORATstpOrderFundDetailField_OrderSysID_set) # ���׵�Ԫ���� PbuID = property(_traderapi.CTORATstpOrderFundDetailField_PbuID_get, _traderapi.CTORATstpOrderFundDetailField_PbuID_set) # ���ر������ OrderLocalID = property(_traderapi.CTORATstpOrderFundDetailField_OrderLocalID_get, _traderapi.CTORATstpOrderFundDetailField_OrderLocalID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpOrderFundDetailField_BusinessUnitID_get, _traderapi.CTORATstpOrderFundDetailField_BusinessUnitID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpOrderFundDetailField_AccountID_get, _traderapi.CTORATstpOrderFundDetailField_AccountID_set) # ������� OrderAmount = property(_traderapi.CTORATstpOrderFundDetailField_OrderAmount_get, _traderapi.CTORATstpOrderFundDetailField_OrderAmount_set) # �ɽ���� Turnover = property(_traderapi.CTORATstpOrderFundDetailField_Turnover_get, _traderapi.CTORATstpOrderFundDetailField_Turnover_set) # ӡ��˰(�۹�Ϊӡ��˰) StampTaxFee = property(_traderapi.CTORATstpOrderFundDetailField_StampTaxFee_get, _traderapi.CTORATstpOrderFundDetailField_StampTaxFee_set) # ���ַ�(�۹�Ϊ���׷�) HandlingFee = property(_traderapi.CTORATstpOrderFundDetailField_HandlingFee_get, _traderapi.CTORATstpOrderFundDetailField_HandlingFee_set) # ������(�۹�Ϊ֤ȯ��Ϸ�) TransferFee = property(_traderapi.CTORATstpOrderFundDetailField_TransferFee_get, _traderapi.CTORATstpOrderFundDetailField_TransferFee_set) # ֤�ܷ�(�۹�Ϊ��������) RegulateFee = property(_traderapi.CTORATstpOrderFundDetailField_RegulateFee_get, _traderapi.CTORATstpOrderFundDetailField_RegulateFee_set) # �����(�۹�Ϊ�ɷݽ��շ�) SettlementFee = property(_traderapi.CTORATstpOrderFundDetailField_SettlementFee_get, _traderapi.CTORATstpOrderFundDetailField_SettlementFee_set) # Ӷ�� BrokerageFee = property(_traderapi.CTORATstpOrderFundDetailField_BrokerageFee_get, _traderapi.CTORATstpOrderFundDetailField_BrokerageFee_set) # �ܷ��� TotalFee = property(_traderapi.CTORATstpOrderFundDetailField_TotalFee_get, _traderapi.CTORATstpOrderFundDetailField_TotalFee_set) # ������ʼ������ OrderCashFrozen = property(_traderapi.CTORATstpOrderFundDetailField_OrderCashFrozen_get, _traderapi.CTORATstpOrderFundDetailField_OrderCashFrozen_set) # Ԥ�������ֽ� EstimateCashFrozen = property(_traderapi.CTORATstpOrderFundDetailField_EstimateCashFrozen_get, _traderapi.CTORATstpOrderFundDetailField_EstimateCashFrozen_set) # ��ʼ�����ܷ��� TotalFeeFrozen = property(_traderapi.CTORATstpOrderFundDetailField_TotalFeeFrozen_get, _traderapi.CTORATstpOrderFundDetailField_TotalFeeFrozen_set) # ��ʼ������ϼ� TotalFrozen = property(_traderapi.CTORATstpOrderFundDetailField_TotalFrozen_get, _traderapi.CTORATstpOrderFundDetailField_TotalFrozen_set) # ��֤��(����ר��) Margin = property(_traderapi.CTORATstpOrderFundDetailField_Margin_get, _traderapi.CTORATstpOrderFundDetailField_Margin_set) # �������(����ר��) RepayAmount = property(_traderapi.CTORATstpOrderFundDetailField_RepayAmount_get, _traderapi.CTORATstpOrderFundDetailField_RepayAmount_set) # ��������(����ר��) RepayVolume = property(_traderapi.CTORATstpOrderFundDetailField_RepayVolume_get, _traderapi.CTORATstpOrderFundDetailField_RepayVolume_set) # ��ʼ���ᱣ֤��(����ר��) MarginFrozen = property(_traderapi.CTORATstpOrderFundDetailField_MarginFrozen_get, _traderapi.CTORATstpOrderFundDetailField_MarginFrozen_set) # ��ʼ����������֤��(����ר��) CirculateMarginFrozen = property(_traderapi.CTORATstpOrderFundDetailField_CirculateMarginFrozen_get, _traderapi.CTORATstpOrderFundDetailField_CirculateMarginFrozen_set) def __init__(self): _traderapi.CTORATstpOrderFundDetailField_swiginit(self, _traderapi.new_CTORATstpOrderFundDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpOrderFundDetailField # Register CTORATstpOrderFundDetailField in _traderapi: _traderapi.CTORATstpOrderFundDetailField_swigregister(CTORATstpOrderFundDetailField) #########################################��ѯ�ʽ�ת����ˮ############################################ class CTORATstpQryFundTransferDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpQryFundTransferDetailField_DepartmentID_get, _traderapi.CTORATstpQryFundTransferDetailField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpQryFundTransferDetailField_AccountID_get, _traderapi.CTORATstpQryFundTransferDetailField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpQryFundTransferDetailField_CurrencyID_get, _traderapi.CTORATstpQryFundTransferDetailField_CurrencyID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryFundTransferDetailField_InvestorID_get, _traderapi.CTORATstpQryFundTransferDetailField_InvestorID_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpQryFundTransferDetailField_TransferDirection_get, _traderapi.CTORATstpQryFundTransferDetailField_TransferDirection_set) def __init__(self): _traderapi.CTORATstpQryFundTransferDetailField_swiginit(self, _traderapi.new_CTORATstpQryFundTransferDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryFundTransferDetailField # Register CTORATstpQryFundTransferDetailField in _traderapi: _traderapi.CTORATstpQryFundTransferDetailField_swigregister(CTORATstpQryFundTransferDetailField) #########################################�ʽ�ת����ˮ############################################ class CTORATstpFundTransferDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ת����ˮ�� FundSerial = property(_traderapi.CTORATstpFundTransferDetailField_FundSerial_get, _traderapi.CTORATstpFundTransferDetailField_FundSerial_set) # ������ˮ�� ApplySerial = property(_traderapi.CTORATstpFundTransferDetailField_ApplySerial_get, _traderapi.CTORATstpFundTransferDetailField_ApplySerial_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpFundTransferDetailField_FrontID_get, _traderapi.CTORATstpFundTransferDetailField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpFundTransferDetailField_SessionID_get, _traderapi.CTORATstpFundTransferDetailField_SessionID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpFundTransferDetailField_AccountID_get, _traderapi.CTORATstpFundTransferDetailField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpFundTransferDetailField_CurrencyID_get, _traderapi.CTORATstpFundTransferDetailField_CurrencyID_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpFundTransferDetailField_TransferDirection_get, _traderapi.CTORATstpFundTransferDetailField_TransferDirection_set) # ������� Amount = property(_traderapi.CTORATstpFundTransferDetailField_Amount_get, _traderapi.CTORATstpFundTransferDetailField_Amount_set) # ת��״̬ TransferStatus = property(_traderapi.CTORATstpFundTransferDetailField_TransferStatus_get, _traderapi.CTORATstpFundTransferDetailField_TransferStatus_set) # ������Դ OperateSource = property(_traderapi.CTORATstpFundTransferDetailField_OperateSource_get, _traderapi.CTORATstpFundTransferDetailField_OperateSource_set) # ������Ա OperatorID = property(_traderapi.CTORATstpFundTransferDetailField_OperatorID_get, _traderapi.CTORATstpFundTransferDetailField_OperatorID_set) # �������� OperateDate = property(_traderapi.CTORATstpFundTransferDetailField_OperateDate_get, _traderapi.CTORATstpFundTransferDetailField_OperateDate_set) # ����ʱ�� OperateTime = property(_traderapi.CTORATstpFundTransferDetailField_OperateTime_get, _traderapi.CTORATstpFundTransferDetailField_OperateTime_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpFundTransferDetailField_StatusMsg_get, _traderapi.CTORATstpFundTransferDetailField_StatusMsg_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpFundTransferDetailField_DepartmentID_get, _traderapi.CTORATstpFundTransferDetailField_DepartmentID_set) # ���д��� BankID = property(_traderapi.CTORATstpFundTransferDetailField_BankID_get, _traderapi.CTORATstpFundTransferDetailField_BankID_set) # ǩԼ�����˻� BankAccountID = property(_traderapi.CTORATstpFundTransferDetailField_BankAccountID_get, _traderapi.CTORATstpFundTransferDetailField_BankAccountID_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpFundTransferDetailField_IPAddress_get, _traderapi.CTORATstpFundTransferDetailField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpFundTransferDetailField_MacAddress_get, _traderapi.CTORATstpFundTransferDetailField_MacAddress_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpFundTransferDetailField_InvestorID_get, _traderapi.CTORATstpFundTransferDetailField_InvestorID_set) # �ⲿ��ˮ�� ExternalSerial = property(_traderapi.CTORATstpFundTransferDetailField_ExternalSerial_get, _traderapi.CTORATstpFundTransferDetailField_ExternalSerial_set) # �ⲿϵͳ�ڵ�� ExternalNodeID = property(_traderapi.CTORATstpFundTransferDetailField_ExternalNodeID_get, _traderapi.CTORATstpFundTransferDetailField_ExternalNodeID_set) # ǿƽԭ��(����ר��) ForceCloseReason = property(_traderapi.CTORATstpFundTransferDetailField_ForceCloseReason_get, _traderapi.CTORATstpFundTransferDetailField_ForceCloseReason_set) # (ֱ�ӻ�����)ָ������ʱ�ĸ�ծ���(����ר��) CreditDebtID = property(_traderapi.CTORATstpFundTransferDetailField_CreditDebtID_get, _traderapi.CTORATstpFundTransferDetailField_CreditDebtID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpFundTransferDetailField_BusinessUnitID_get, _traderapi.CTORATstpFundTransferDetailField_BusinessUnitID_set) # ҵ���� BizRef = property(_traderapi.CTORATstpFundTransferDetailField_BizRef_get, _traderapi.CTORATstpFundTransferDetailField_BizRef_set) # ���������� ExchangeRef = property(_traderapi.CTORATstpFundTransferDetailField_ExchangeRef_get, _traderapi.CTORATstpFundTransferDetailField_ExchangeRef_set) def __init__(self): _traderapi.CTORATstpFundTransferDetailField_swiginit(self, _traderapi.new_CTORATstpFundTransferDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpFundTransferDetailField # Register CTORATstpFundTransferDetailField in _traderapi: _traderapi.CTORATstpFundTransferDetailField_swigregister(CTORATstpFundTransferDetailField) #########################################��ѯ�ֲ�ת����ˮ############################################ class CTORATstpQryPositionTransferDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryPositionTransferDetailField_ExchangeID_get, _traderapi.CTORATstpQryPositionTransferDetailField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryPositionTransferDetailField_InvestorID_get, _traderapi.CTORATstpQryPositionTransferDetailField_InvestorID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryPositionTransferDetailField_ShareholderID_get, _traderapi.CTORATstpQryPositionTransferDetailField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryPositionTransferDetailField_SecurityID_get, _traderapi.CTORATstpQryPositionTransferDetailField_SecurityID_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpQryPositionTransferDetailField_TransferDirection_get, _traderapi.CTORATstpQryPositionTransferDetailField_TransferDirection_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryPositionTransferDetailField_BusinessUnitID_get, _traderapi.CTORATstpQryPositionTransferDetailField_BusinessUnitID_set) def __init__(self): _traderapi.CTORATstpQryPositionTransferDetailField_swiginit(self, _traderapi.new_CTORATstpQryPositionTransferDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryPositionTransferDetailField # Register CTORATstpQryPositionTransferDetailField in _traderapi: _traderapi.CTORATstpQryPositionTransferDetailField_swigregister(CTORATstpQryPositionTransferDetailField) #########################################�ֲ�ת����ˮ############################################ class CTORATstpPositionTransferDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ��ˮ�� PositionSerial = property(_traderapi.CTORATstpPositionTransferDetailField_PositionSerial_get, _traderapi.CTORATstpPositionTransferDetailField_PositionSerial_set) # ������ˮ�� ApplySerial = property(_traderapi.CTORATstpPositionTransferDetailField_ApplySerial_get, _traderapi.CTORATstpPositionTransferDetailField_ApplySerial_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpPositionTransferDetailField_FrontID_get, _traderapi.CTORATstpPositionTransferDetailField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpPositionTransferDetailField_SessionID_get, _traderapi.CTORATstpPositionTransferDetailField_SessionID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpPositionTransferDetailField_InvestorID_get, _traderapi.CTORATstpPositionTransferDetailField_InvestorID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpPositionTransferDetailField_ExchangeID_get, _traderapi.CTORATstpPositionTransferDetailField_ExchangeID_set) # �����˻����� ShareholderID = property(_traderapi.CTORATstpPositionTransferDetailField_ShareholderID_get, _traderapi.CTORATstpPositionTransferDetailField_ShareholderID_set) # �г����� MarketID = property(_traderapi.CTORATstpPositionTransferDetailField_MarketID_get, _traderapi.CTORATstpPositionTransferDetailField_MarketID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpPositionTransferDetailField_SecurityID_get, _traderapi.CTORATstpPositionTransferDetailField_SecurityID_set) # �������� TradingDay = property(_traderapi.CTORATstpPositionTransferDetailField_TradingDay_get, _traderapi.CTORATstpPositionTransferDetailField_TradingDay_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpPositionTransferDetailField_TransferDirection_get, _traderapi.CTORATstpPositionTransferDetailField_TransferDirection_set) # ת�Ƴֲ����� TransferPositionType = property(_traderapi.CTORATstpPositionTransferDetailField_TransferPositionType_get, _traderapi.CTORATstpPositionTransferDetailField_TransferPositionType_set) # ת��״̬ TransferStatus = property(_traderapi.CTORATstpPositionTransferDetailField_TransferStatus_get, _traderapi.CTORATstpPositionTransferDetailField_TransferStatus_set) # ���ղ�λ���� HistoryVolume = property(_traderapi.CTORATstpPositionTransferDetailField_HistoryVolume_get, _traderapi.CTORATstpPositionTransferDetailField_HistoryVolume_set) # ����������λ���� TodayBSVolume = property(_traderapi.CTORATstpPositionTransferDetailField_TodayBSVolume_get, _traderapi.CTORATstpPositionTransferDetailField_TodayBSVolume_set) # ���������λ���� TodayPRVolume = property(_traderapi.CTORATstpPositionTransferDetailField_TodayPRVolume_get, _traderapi.CTORATstpPositionTransferDetailField_TodayPRVolume_set) # ���ղ�ֺϲ���λ���� TodaySMVolume = property(_traderapi.CTORATstpPositionTransferDetailField_TodaySMVolume_get, _traderapi.CTORATstpPositionTransferDetailField_TodaySMVolume_set) # ������Ա OperatorID = property(_traderapi.CTORATstpPositionTransferDetailField_OperatorID_get, _traderapi.CTORATstpPositionTransferDetailField_OperatorID_set) # �������� OperateDate = property(_traderapi.CTORATstpPositionTransferDetailField_OperateDate_get, _traderapi.CTORATstpPositionTransferDetailField_OperateDate_set) # ����ʱ�� OperateTime = property(_traderapi.CTORATstpPositionTransferDetailField_OperateTime_get, _traderapi.CTORATstpPositionTransferDetailField_OperateTime_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpPositionTransferDetailField_BusinessUnitID_get, _traderapi.CTORATstpPositionTransferDetailField_BusinessUnitID_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpPositionTransferDetailField_StatusMsg_get, _traderapi.CTORATstpPositionTransferDetailField_StatusMsg_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpPositionTransferDetailField_IPAddress_get, _traderapi.CTORATstpPositionTransferDetailField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpPositionTransferDetailField_MacAddress_get, _traderapi.CTORATstpPositionTransferDetailField_MacAddress_set) # �ⲿ�ڵ��� ExternalNodeID = property(_traderapi.CTORATstpPositionTransferDetailField_ExternalNodeID_get, _traderapi.CTORATstpPositionTransferDetailField_ExternalNodeID_set) def __init__(self): _traderapi.CTORATstpPositionTransferDetailField_swiginit(self, _traderapi.new_CTORATstpPositionTransferDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpPositionTransferDetailField # Register CTORATstpPositionTransferDetailField in _traderapi: _traderapi.CTORATstpPositionTransferDetailField_swigregister(CTORATstpPositionTransferDetailField) #########################################��ѯ��Χϵͳ��λ������ˮ############################################ class CTORATstpQryPeripheryPositionTransferDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryPeripheryPositionTransferDetailField_ExchangeID_get, _traderapi.CTORATstpQryPeripheryPositionTransferDetailField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryPeripheryPositionTransferDetailField_InvestorID_get, _traderapi.CTORATstpQryPeripheryPositionTransferDetailField_InvestorID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryPeripheryPositionTransferDetailField_ShareholderID_get, _traderapi.CTORATstpQryPeripheryPositionTransferDetailField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryPeripheryPositionTransferDetailField_SecurityID_get, _traderapi.CTORATstpQryPeripheryPositionTransferDetailField_SecurityID_set) # ��λ�������� TransferDirection = property(_traderapi.CTORATstpQryPeripheryPositionTransferDetailField_TransferDirection_get, _traderapi.CTORATstpQryPeripheryPositionTransferDetailField_TransferDirection_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryPeripheryPositionTransferDetailField_BusinessUnitID_get, _traderapi.CTORATstpQryPeripheryPositionTransferDetailField_BusinessUnitID_set) def __init__(self): _traderapi.CTORATstpQryPeripheryPositionTransferDetailField_swiginit(self, _traderapi.new_CTORATstpQryPeripheryPositionTransferDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryPeripheryPositionTransferDetailField # Register CTORATstpQryPeripheryPositionTransferDetailField in _traderapi: _traderapi.CTORATstpQryPeripheryPositionTransferDetailField_swigregister(CTORATstpQryPeripheryPositionTransferDetailField) #########################################��Χϵͳ��λ������ˮ############################################ class CTORATstpPeripheryPositionTransferDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ��λ����ϵͳ��ˮ�� PositionSerial = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_PositionSerial_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_PositionSerial_set) # ��λ����������ˮ�� ApplySerial = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_ApplySerial_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_ApplySerial_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_FrontID_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_SessionID_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_SessionID_set) # ��λ�������� TransferDirection = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_TransferDirection_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_TransferDirection_set) # ���������� ExchangeID = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_ExchangeID_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_MarketID_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_MarketID_set) # �ֻ�ϵͳͶ���ߴ��� InvestorID = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_InvestorID_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_InvestorID_set) # �ֻ�ϵͳͶ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_BusinessUnitID_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_BusinessUnitID_set) # �ֻ�ϵͳ�����˻����� ShareholderID = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_ShareholderID_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_ShareholderID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_SecurityID_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_SecurityID_set) # ����������λת��ת������ TodayBSPos = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_TodayBSPos_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_TodayBSPos_set) # ���������λת������ TodayPRPos = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_TodayPRPos_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_TodayPRPos_set) # ���ղ�ֺϲ���λת������ TodaySMPos = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_TodaySMPos_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_TodaySMPos_set) # ���ղ�λת������ HistoryPos = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_HistoryPos_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_HistoryPos_set) # �������� TradingDay = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_TradingDay_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_TradingDay_set) # ��λ����ԭ�� TransferReason = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_TransferReason_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_TransferReason_set) # ת��״̬ TransferStatus = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_TransferStatus_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_TransferStatus_set) # �������� OperateDate = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_OperateDate_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_OperateDate_set) # ����ʱ�� OperateTime = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_OperateTime_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_OperateTime_set) # �������� RepealDate = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_RepealDate_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_RepealDate_set) # ����ʱ�� RepealTime = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_RepealTime_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_RepealTime_set) # ����ԭ�� RepealReason = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_RepealReason_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_RepealReason_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpPeripheryPositionTransferDetailField_StatusMsg_get, _traderapi.CTORATstpPeripheryPositionTransferDetailField_StatusMsg_set) def __init__(self): _traderapi.CTORATstpPeripheryPositionTransferDetailField_swiginit(self, _traderapi.new_CTORATstpPeripheryPositionTransferDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpPeripheryPositionTransferDetailField # Register CTORATstpPeripheryPositionTransferDetailField in _traderapi: _traderapi.CTORATstpPeripheryPositionTransferDetailField_swigregister(CTORATstpPeripheryPositionTransferDetailField) #########################################��ѯ��Χϵͳ�ʽ�ת����ˮ############################################ class CTORATstpQryPeripheryFundTransferDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryPeripheryFundTransferDetailField_InvestorID_get, _traderapi.CTORATstpQryPeripheryFundTransferDetailField_InvestorID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpQryPeripheryFundTransferDetailField_DepartmentID_get, _traderapi.CTORATstpQryPeripheryFundTransferDetailField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpQryPeripheryFundTransferDetailField_AccountID_get, _traderapi.CTORATstpQryPeripheryFundTransferDetailField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpQryPeripheryFundTransferDetailField_CurrencyID_get, _traderapi.CTORATstpQryPeripheryFundTransferDetailField_CurrencyID_set) # �ʽ�������� TransferDirection = property(_traderapi.CTORATstpQryPeripheryFundTransferDetailField_TransferDirection_get, _traderapi.CTORATstpQryPeripheryFundTransferDetailField_TransferDirection_set) def __init__(self): _traderapi.CTORATstpQryPeripheryFundTransferDetailField_swiginit(self, _traderapi.new_CTORATstpQryPeripheryFundTransferDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryPeripheryFundTransferDetailField # Register CTORATstpQryPeripheryFundTransferDetailField in _traderapi: _traderapi.CTORATstpQryPeripheryFundTransferDetailField_swigregister(CTORATstpQryPeripheryFundTransferDetailField) #########################################��Χϵͳ�ʽ�ת����ˮ############################################ class CTORATstpPeripheryFundTransferDetailField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ת����ˮ�� FundSerial = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_FundSerial_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_FundSerial_set) # ������ˮ�� ApplySerial = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_ApplySerial_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_ApplySerial_set) # ǰ�ñ�� FrontID = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_FrontID_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_FrontID_set) # �Ự��� SessionID = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_SessionID_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_SessionID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_DepartmentID_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_DepartmentID_set) # �ʽ��˻����� AccountID = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_AccountID_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_AccountID_set) # ���� CurrencyID = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_CurrencyID_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_CurrencyID_set) # ת�Ʒ��� TransferDirection = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_TransferDirection_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_TransferDirection_set) # ������� Amount = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_Amount_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_Amount_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_InvestorID_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_InvestorID_set) # ת��״̬ TransferStatus = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_TransferStatus_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_TransferStatus_set) # �ʽ����ԭ�� TransferReason = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_TransferReason_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_TransferReason_set) # �������� OperateDate = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_OperateDate_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_OperateDate_set) # ����ʱ�� OperateTime = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_OperateTime_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_OperateTime_set) # �������� RepealDate = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_RepealDate_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_RepealDate_set) # ����ʱ�� RepealTime = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_RepealTime_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_RepealTime_set) # ����ԭ�� RepealReason = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_RepealReason_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_RepealReason_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_StatusMsg_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_StatusMsg_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpPeripheryFundTransferDetailField_BusinessUnitID_get, _traderapi.CTORATstpPeripheryFundTransferDetailField_BusinessUnitID_set) def __init__(self): _traderapi.CTORATstpPeripheryFundTransferDetailField_swiginit(self, _traderapi.new_CTORATstpPeripheryFundTransferDetailField()) __swig_destroy__ = _traderapi.delete_CTORATstpPeripheryFundTransferDetailField # Register CTORATstpPeripheryFundTransferDetailField in _traderapi: _traderapi.CTORATstpPeripheryFundTransferDetailField_swigregister(CTORATstpPeripheryFundTransferDetailField) #########################################��ѯծȯת����Ϣ############################################ class CTORATstpQryBondConversionInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryBondConversionInfoField_ExchangeID_get, _traderapi.CTORATstpQryBondConversionInfoField_ExchangeID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryBondConversionInfoField_SecurityID_get, _traderapi.CTORATstpQryBondConversionInfoField_SecurityID_set) def __init__(self): _traderapi.CTORATstpQryBondConversionInfoField_swiginit(self, _traderapi.new_CTORATstpQryBondConversionInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryBondConversionInfoField # Register CTORATstpQryBondConversionInfoField in _traderapi: _traderapi.CTORATstpQryBondConversionInfoField_swigregister(CTORATstpQryBondConversionInfoField) #########################################ծȯת����Ϣ############################################ class CTORATstpBondConversionInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpBondConversionInfoField_ExchangeID_get, _traderapi.CTORATstpBondConversionInfoField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpBondConversionInfoField_MarketID_get, _traderapi.CTORATstpBondConversionInfoField_MarketID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpBondConversionInfoField_SecurityID_get, _traderapi.CTORATstpBondConversionInfoField_SecurityID_set) # ת���걨���� ConvertOrderID = property(_traderapi.CTORATstpBondConversionInfoField_ConvertOrderID_get, _traderapi.CTORATstpBondConversionInfoField_ConvertOrderID_set) # ת�ɼ۸� ConvertPrice = property(_traderapi.CTORATstpBondConversionInfoField_ConvertPrice_get, _traderapi.CTORATstpBondConversionInfoField_ConvertPrice_set) # ÿ�ο���ת����С���׵�λ ConvertVolUnit = property(_traderapi.CTORATstpBondConversionInfoField_ConvertVolUnit_get, _traderapi.CTORATstpBondConversionInfoField_ConvertVolUnit_set) # ֤ȯ����ת�ɵ�������� ConvertVolMax = property(_traderapi.CTORATstpBondConversionInfoField_ConvertVolMax_get, _traderapi.CTORATstpBondConversionInfoField_ConvertVolMax_set) # ֤ȯ����ת�ɵ���С���� ConvertVolMin = property(_traderapi.CTORATstpBondConversionInfoField_ConvertVolMin_get, _traderapi.CTORATstpBondConversionInfoField_ConvertVolMin_set) # ת�ɿ�ʼ���� BeginDate = property(_traderapi.CTORATstpBondConversionInfoField_BeginDate_get, _traderapi.CTORATstpBondConversionInfoField_BeginDate_set) # ת�ɽ������� EndDate = property(_traderapi.CTORATstpBondConversionInfoField_EndDate_get, _traderapi.CTORATstpBondConversionInfoField_EndDate_set) # ת������ ConvertName = property(_traderapi.CTORATstpBondConversionInfoField_ConvertName_get, _traderapi.CTORATstpBondConversionInfoField_ConvertName_set) def __init__(self): _traderapi.CTORATstpBondConversionInfoField_swiginit(self, _traderapi.new_CTORATstpBondConversionInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpBondConversionInfoField # Register CTORATstpBondConversionInfoField in _traderapi: _traderapi.CTORATstpBondConversionInfoField_swigregister(CTORATstpBondConversionInfoField) #########################################��ѯծȯ������Ϣ############################################ class CTORATstpQryBondPutbackInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryBondPutbackInfoField_ExchangeID_get, _traderapi.CTORATstpQryBondPutbackInfoField_ExchangeID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryBondPutbackInfoField_SecurityID_get, _traderapi.CTORATstpQryBondPutbackInfoField_SecurityID_set) def __init__(self): _traderapi.CTORATstpQryBondPutbackInfoField_swiginit(self, _traderapi.new_CTORATstpQryBondPutbackInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryBondPutbackInfoField # Register CTORATstpQryBondPutbackInfoField in _traderapi: _traderapi.CTORATstpQryBondPutbackInfoField_swigregister(CTORATstpQryBondPutbackInfoField) #########################################ծȯ������Ϣ############################################ class CTORATstpBondPutbackInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpBondPutbackInfoField_ExchangeID_get, _traderapi.CTORATstpBondPutbackInfoField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpBondPutbackInfoField_MarketID_get, _traderapi.CTORATstpBondPutbackInfoField_MarketID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpBondPutbackInfoField_SecurityID_get, _traderapi.CTORATstpBondPutbackInfoField_SecurityID_set) # �����걨���� PutbackOrderID = property(_traderapi.CTORATstpBondPutbackInfoField_PutbackOrderID_get, _traderapi.CTORATstpBondPutbackInfoField_PutbackOrderID_set) # �������� PutbackName = property(_traderapi.CTORATstpBondPutbackInfoField_PutbackName_get, _traderapi.CTORATstpBondPutbackInfoField_PutbackName_set) # ���ۼ۸� PutbackPrice = property(_traderapi.CTORATstpBondPutbackInfoField_PutbackPrice_get, _traderapi.CTORATstpBondPutbackInfoField_PutbackPrice_set) # ÿ�ο��Ի�����С���׵�λ PutbackVolUnit = property(_traderapi.CTORATstpBondPutbackInfoField_PutbackVolUnit_get, _traderapi.CTORATstpBondPutbackInfoField_PutbackVolUnit_set) # ծȯ���Ի��۵�������� PutbackVolMax = property(_traderapi.CTORATstpBondPutbackInfoField_PutbackVolMax_get, _traderapi.CTORATstpBondPutbackInfoField_PutbackVolMax_set) # ծȯ���Ի��۵���С���� PutbackVolMin = property(_traderapi.CTORATstpBondPutbackInfoField_PutbackVolMin_get, _traderapi.CTORATstpBondPutbackInfoField_PutbackVolMin_set) # ���ۿ�ʼ���� PutbackBeginDate = property(_traderapi.CTORATstpBondPutbackInfoField_PutbackBeginDate_get, _traderapi.CTORATstpBondPutbackInfoField_PutbackBeginDate_set) # ���۽������� PutbackEndDate = property(_traderapi.CTORATstpBondPutbackInfoField_PutbackEndDate_get, _traderapi.CTORATstpBondPutbackInfoField_PutbackEndDate_set) # ���۳�����ʼ���� RelieveBeginDate = property(_traderapi.CTORATstpBondPutbackInfoField_RelieveBeginDate_get, _traderapi.CTORATstpBondPutbackInfoField_RelieveBeginDate_set) # ���۳����������� RelieveEndDate = property(_traderapi.CTORATstpBondPutbackInfoField_RelieveEndDate_get, _traderapi.CTORATstpBondPutbackInfoField_RelieveEndDate_set) def __init__(self): _traderapi.CTORATstpBondPutbackInfoField_swiginit(self, _traderapi.new_CTORATstpBondPutbackInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpBondPutbackInfoField # Register CTORATstpBondPutbackInfoField in _traderapi: _traderapi.CTORATstpBondPutbackInfoField_swigregister(CTORATstpBondPutbackInfoField) #########################################��ѯͶ�������������Ʋ���############################################ class CTORATstpQryInvestorCondOrderLimitParamField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryInvestorCondOrderLimitParamField_InvestorID_get, _traderapi.CTORATstpQryInvestorCondOrderLimitParamField_InvestorID_set) def __init__(self): _traderapi.CTORATstpQryInvestorCondOrderLimitParamField_swiginit(self, _traderapi.new_CTORATstpQryInvestorCondOrderLimitParamField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryInvestorCondOrderLimitParamField # Register CTORATstpQryInvestorCondOrderLimitParamField in _traderapi: _traderapi.CTORATstpQryInvestorCondOrderLimitParamField_swigregister(CTORATstpQryInvestorCondOrderLimitParamField) #########################################Ͷ�������������Ʋ���############################################ class CTORATstpInvestorCondOrderLimitParamField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInvestorCondOrderLimitParamField_InvestorID_get, _traderapi.CTORATstpInvestorCondOrderLimitParamField_InvestorID_set) # ����������� MaxCondOrderLimitCnt = property(_traderapi.CTORATstpInvestorCondOrderLimitParamField_MaxCondOrderLimitCnt_get, _traderapi.CTORATstpInvestorCondOrderLimitParamField_MaxCondOrderLimitCnt_set) # ��ǰ�������� CurrCondOrderCnt = property(_traderapi.CTORATstpInvestorCondOrderLimitParamField_CurrCondOrderCnt_get, _traderapi.CTORATstpInvestorCondOrderLimitParamField_CurrCondOrderCnt_set) def __init__(self): _traderapi.CTORATstpInvestorCondOrderLimitParamField_swiginit(self, _traderapi.new_CTORATstpInvestorCondOrderLimitParamField()) __swig_destroy__ = _traderapi.delete_CTORATstpInvestorCondOrderLimitParamField # Register CTORATstpInvestorCondOrderLimitParamField in _traderapi: _traderapi.CTORATstpInvestorCondOrderLimitParamField_swigregister(CTORATstpInvestorCondOrderLimitParamField) #########################################��ѯ������############################################ class CTORATstpQryConditionOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryConditionOrderField_ExchangeID_get, _traderapi.CTORATstpQryConditionOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryConditionOrderField_InvestorID_get, _traderapi.CTORATstpQryConditionOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryConditionOrderField_BusinessUnitID_get, _traderapi.CTORATstpQryConditionOrderField_BusinessUnitID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryConditionOrderField_SecurityID_get, _traderapi.CTORATstpQryConditionOrderField_SecurityID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryConditionOrderField_ShareholderID_get, _traderapi.CTORATstpQryConditionOrderField_ShareholderID_set) # ������� CondOrderID = property(_traderapi.CTORATstpQryConditionOrderField_CondOrderID_get, _traderapi.CTORATstpQryConditionOrderField_CondOrderID_set) # Insert Time InsertTimeStart = property(_traderapi.CTORATstpQryConditionOrderField_InsertTimeStart_get, _traderapi.CTORATstpQryConditionOrderField_InsertTimeStart_set) # Insert Time InsertTimeEnd = property(_traderapi.CTORATstpQryConditionOrderField_InsertTimeEnd_get, _traderapi.CTORATstpQryConditionOrderField_InsertTimeEnd_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpQryConditionOrderField_SInfo_get, _traderapi.CTORATstpQryConditionOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpQryConditionOrderField_IInfo_get, _traderapi.CTORATstpQryConditionOrderField_IInfo_set) def __init__(self): _traderapi.CTORATstpQryConditionOrderField_swiginit(self, _traderapi.new_CTORATstpQryConditionOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryConditionOrderField # Register CTORATstpQryConditionOrderField in _traderapi: _traderapi.CTORATstpQryConditionOrderField_swigregister(CTORATstpQryConditionOrderField) #########################################��ѯ����������############################################ class CTORATstpQryCondOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryCondOrderActionField_ExchangeID_get, _traderapi.CTORATstpQryCondOrderActionField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryCondOrderActionField_InvestorID_get, _traderapi.CTORATstpQryCondOrderActionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryCondOrderActionField_BusinessUnitID_get, _traderapi.CTORATstpQryCondOrderActionField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryCondOrderActionField_ShareholderID_get, _traderapi.CTORATstpQryCondOrderActionField_ShareholderID_set) # ������������� CondOrderID = property(_traderapi.CTORATstpQryCondOrderActionField_CondOrderID_get, _traderapi.CTORATstpQryCondOrderActionField_CondOrderID_set) # ������������� CancelCondOrderID = property(_traderapi.CTORATstpQryCondOrderActionField_CancelCondOrderID_get, _traderapi.CTORATstpQryCondOrderActionField_CancelCondOrderID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpQryCondOrderActionField_SInfo_get, _traderapi.CTORATstpQryCondOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpQryCondOrderActionField_IInfo_get, _traderapi.CTORATstpQryCondOrderActionField_IInfo_set) def __init__(self): _traderapi.CTORATstpQryCondOrderActionField_swiginit(self, _traderapi.new_CTORATstpQryCondOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryCondOrderActionField # Register CTORATstpQryCondOrderActionField in _traderapi: _traderapi.CTORATstpQryCondOrderActionField_swigregister(CTORATstpQryCondOrderActionField) #########################################����������############################################ class CTORATstpCondOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpCondOrderActionField_ExchangeID_get, _traderapi.CTORATstpCondOrderActionField_ExchangeID_set) # ����������ǰ�ñ�� FrontID = property(_traderapi.CTORATstpCondOrderActionField_FrontID_get, _traderapi.CTORATstpCondOrderActionField_FrontID_set) # �����������Ự��� SessionID = property(_traderapi.CTORATstpCondOrderActionField_SessionID_get, _traderapi.CTORATstpCondOrderActionField_SessionID_set) # �������������� CondOrderRef = property(_traderapi.CTORATstpCondOrderActionField_CondOrderRef_get, _traderapi.CTORATstpCondOrderActionField_CondOrderRef_set) # ������������� CondOrderID = property(_traderapi.CTORATstpCondOrderActionField_CondOrderID_get, _traderapi.CTORATstpCondOrderActionField_CondOrderID_set) # ������־ ActionFlag = property(_traderapi.CTORATstpCondOrderActionField_ActionFlag_get, _traderapi.CTORATstpCondOrderActionField_ActionFlag_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpCondOrderActionField_Operway_get, _traderapi.CTORATstpCondOrderActionField_Operway_set) # �������������� CondOrderActionRef = property(_traderapi.CTORATstpCondOrderActionField_CondOrderActionRef_get, _traderapi.CTORATstpCondOrderActionField_CondOrderActionRef_set) # ������������� CancelCondOrderID = property(_traderapi.CTORATstpCondOrderActionField_CancelCondOrderID_get, _traderapi.CTORATstpCondOrderActionField_CancelCondOrderID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpCondOrderActionField_SInfo_get, _traderapi.CTORATstpCondOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpCondOrderActionField_IInfo_get, _traderapi.CTORATstpCondOrderActionField_IInfo_set) # ������ RequestID = property(_traderapi.CTORATstpCondOrderActionField_RequestID_get, _traderapi.CTORATstpCondOrderActionField_RequestID_set) # ����ǰ�ñ�� ActionFrontID = property(_traderapi.CTORATstpCondOrderActionField_ActionFrontID_get, _traderapi.CTORATstpCondOrderActionField_ActionFrontID_set) # �����Ự��� ActionSessionID = property(_traderapi.CTORATstpCondOrderActionField_ActionSessionID_get, _traderapi.CTORATstpCondOrderActionField_ActionSessionID_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpCondOrderActionField_DepartmentID_get, _traderapi.CTORATstpCondOrderActionField_DepartmentID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpCondOrderActionField_InvestorID_get, _traderapi.CTORATstpCondOrderActionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpCondOrderActionField_BusinessUnitID_get, _traderapi.CTORATstpCondOrderActionField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpCondOrderActionField_ShareholderID_get, _traderapi.CTORATstpCondOrderActionField_ShareholderID_set) # �����û� ActionUser = property(_traderapi.CTORATstpCondOrderActionField_ActionUser_get, _traderapi.CTORATstpCondOrderActionField_ActionUser_set) # �������� ActionDate = property(_traderapi.CTORATstpCondOrderActionField_ActionDate_get, _traderapi.CTORATstpCondOrderActionField_ActionDate_set) # ����ʱ�� ActionTime = property(_traderapi.CTORATstpCondOrderActionField_ActionTime_get, _traderapi.CTORATstpCondOrderActionField_ActionTime_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpCondOrderActionField_IPAddress_get, _traderapi.CTORATstpCondOrderActionField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpCondOrderActionField_MacAddress_get, _traderapi.CTORATstpCondOrderActionField_MacAddress_set) def __init__(self): _traderapi.CTORATstpCondOrderActionField_swiginit(self, _traderapi.new_CTORATstpCondOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpCondOrderActionField # Register CTORATstpCondOrderActionField in _traderapi: _traderapi.CTORATstpCondOrderActionField_swigregister(CTORATstpCondOrderActionField) #########################################��ѯ����֪ͨ############################################ class CTORATstpQryTradingNoticeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryTradingNoticeField_InvestorID_get, _traderapi.CTORATstpQryTradingNoticeField_InvestorID_set) # Insert Date InsertDateStart = property(_traderapi.CTORATstpQryTradingNoticeField_InsertDateStart_get, _traderapi.CTORATstpQryTradingNoticeField_InsertDateStart_set) # Insert Date InsertDateEnd = property(_traderapi.CTORATstpQryTradingNoticeField_InsertDateEnd_get, _traderapi.CTORATstpQryTradingNoticeField_InsertDateEnd_set) # Insert Time InsertTimeStart = property(_traderapi.CTORATstpQryTradingNoticeField_InsertTimeStart_get, _traderapi.CTORATstpQryTradingNoticeField_InsertTimeStart_set) # Insert Time InsertTimeEnd = property(_traderapi.CTORATstpQryTradingNoticeField_InsertTimeEnd_get, _traderapi.CTORATstpQryTradingNoticeField_InsertTimeEnd_set) def __init__(self): _traderapi.CTORATstpQryTradingNoticeField_swiginit(self, _traderapi.new_CTORATstpQryTradingNoticeField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryTradingNoticeField # Register CTORATstpQryTradingNoticeField in _traderapi: _traderapi.CTORATstpQryTradingNoticeField_swigregister(CTORATstpQryTradingNoticeField) #########################################��ѯ�¹��깺��Ž��############################################ class CTORATstpQryIPONumberResultField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryIPONumberResultField_InvestorID_get, _traderapi.CTORATstpQryIPONumberResultField_InvestorID_set) # �깺���� SecurityID = property(_traderapi.CTORATstpQryIPONumberResultField_SecurityID_get, _traderapi.CTORATstpQryIPONumberResultField_SecurityID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryIPONumberResultField_ExchangeID_get, _traderapi.CTORATstpQryIPONumberResultField_ExchangeID_set) # �ɶ����� ShareholderID = property(_traderapi.CTORATstpQryIPONumberResultField_ShareholderID_get, _traderapi.CTORATstpQryIPONumberResultField_ShareholderID_set) def __init__(self): _traderapi.CTORATstpQryIPONumberResultField_swiginit(self, _traderapi.new_CTORATstpQryIPONumberResultField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryIPONumberResultField # Register CTORATstpQryIPONumberResultField in _traderapi: _traderapi.CTORATstpQryIPONumberResultField_swigregister(CTORATstpQryIPONumberResultField) #########################################�¹��깺��Ž��############################################ class CTORATstpIPONumberResultField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpIPONumberResultField_SecurityID_get, _traderapi.CTORATstpIPONumberResultField_SecurityID_set) # �г����� MarketID = property(_traderapi.CTORATstpIPONumberResultField_MarketID_get, _traderapi.CTORATstpIPONumberResultField_MarketID_set) # �ɶ����� ShareholderID = property(_traderapi.CTORATstpIPONumberResultField_ShareholderID_get, _traderapi.CTORATstpIPONumberResultField_ShareholderID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpIPONumberResultField_ExchangeID_get, _traderapi.CTORATstpIPONumberResultField_ExchangeID_set) # ���� Day = property(_traderapi.CTORATstpIPONumberResultField_Day_get, _traderapi.CTORATstpIPONumberResultField_Day_set) # �깺֤ȯ���� SecurityName = property(_traderapi.CTORATstpIPONumberResultField_SecurityName_get, _traderapi.CTORATstpIPONumberResultField_SecurityName_set) # ֤ȯ������ SecurityType = property(_traderapi.CTORATstpIPONumberResultField_SecurityType_get, _traderapi.CTORATstpIPONumberResultField_SecurityType_set) # ��ʼ��� BeginNumberID = property(_traderapi.CTORATstpIPONumberResultField_BeginNumberID_get, _traderapi.CTORATstpIPONumberResultField_BeginNumberID_set) # ������� Volume = property(_traderapi.CTORATstpIPONumberResultField_Volume_get, _traderapi.CTORATstpIPONumberResultField_Volume_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpIPONumberResultField_InvestorID_get, _traderapi.CTORATstpIPONumberResultField_InvestorID_set) def __init__(self): _traderapi.CTORATstpIPONumberResultField_swiginit(self, _traderapi.new_CTORATstpIPONumberResultField()) __swig_destroy__ = _traderapi.delete_CTORATstpIPONumberResultField # Register CTORATstpIPONumberResultField in _traderapi: _traderapi.CTORATstpIPONumberResultField_swigregister(CTORATstpIPONumberResultField) #########################################��ѯ�¹��깺��ǩ���############################################ class CTORATstpQryIPOMatchNumberResultField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryIPOMatchNumberResultField_InvestorID_get, _traderapi.CTORATstpQryIPOMatchNumberResultField_InvestorID_set) # �깺���� SecurityID = property(_traderapi.CTORATstpQryIPOMatchNumberResultField_SecurityID_get, _traderapi.CTORATstpQryIPOMatchNumberResultField_SecurityID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryIPOMatchNumberResultField_ExchangeID_get, _traderapi.CTORATstpQryIPOMatchNumberResultField_ExchangeID_set) # �ɶ����� ShareholderID = property(_traderapi.CTORATstpQryIPOMatchNumberResultField_ShareholderID_get, _traderapi.CTORATstpQryIPOMatchNumberResultField_ShareholderID_set) # ��ǩ��� MatchNumberID = property(_traderapi.CTORATstpQryIPOMatchNumberResultField_MatchNumberID_get, _traderapi.CTORATstpQryIPOMatchNumberResultField_MatchNumberID_set) def __init__(self): _traderapi.CTORATstpQryIPOMatchNumberResultField_swiginit(self, _traderapi.new_CTORATstpQryIPOMatchNumberResultField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryIPOMatchNumberResultField # Register CTORATstpQryIPOMatchNumberResultField in _traderapi: _traderapi.CTORATstpQryIPOMatchNumberResultField_swigregister(CTORATstpQryIPOMatchNumberResultField) #########################################�¹��깺��ǩ���############################################ class CTORATstpIPOMatchNumberResultField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpIPOMatchNumberResultField_SecurityID_get, _traderapi.CTORATstpIPOMatchNumberResultField_SecurityID_set) # �г����� MarketID = property(_traderapi.CTORATstpIPOMatchNumberResultField_MarketID_get, _traderapi.CTORATstpIPOMatchNumberResultField_MarketID_set) # �ɶ����� ShareholderID = property(_traderapi.CTORATstpIPOMatchNumberResultField_ShareholderID_get, _traderapi.CTORATstpIPOMatchNumberResultField_ShareholderID_set) # ��ǩ��� MatchNumberID = property(_traderapi.CTORATstpIPOMatchNumberResultField_MatchNumberID_get, _traderapi.CTORATstpIPOMatchNumberResultField_MatchNumberID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpIPOMatchNumberResultField_ExchangeID_get, _traderapi.CTORATstpIPOMatchNumberResultField_ExchangeID_set) # ���� Day = property(_traderapi.CTORATstpIPOMatchNumberResultField_Day_get, _traderapi.CTORATstpIPOMatchNumberResultField_Day_set) # �깺֤ȯ���� SecurityName = property(_traderapi.CTORATstpIPOMatchNumberResultField_SecurityName_get, _traderapi.CTORATstpIPOMatchNumberResultField_SecurityName_set) # ֤ȯ������ SecurityType = property(_traderapi.CTORATstpIPOMatchNumberResultField_SecurityType_get, _traderapi.CTORATstpIPOMatchNumberResultField_SecurityType_set) # ����ǩ��ӵ�е�֤ȯ���� Volume = property(_traderapi.CTORATstpIPOMatchNumberResultField_Volume_get, _traderapi.CTORATstpIPOMatchNumberResultField_Volume_set) # �깺�۸� Price = property(_traderapi.CTORATstpIPOMatchNumberResultField_Price_get, _traderapi.CTORATstpIPOMatchNumberResultField_Price_set) # �깺��� Amout = property(_traderapi.CTORATstpIPOMatchNumberResultField_Amout_get, _traderapi.CTORATstpIPOMatchNumberResultField_Amout_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpIPOMatchNumberResultField_InvestorID_get, _traderapi.CTORATstpIPOMatchNumberResultField_InvestorID_set) def __init__(self): _traderapi.CTORATstpIPOMatchNumberResultField_swiginit(self, _traderapi.new_CTORATstpIPOMatchNumberResultField()) __swig_destroy__ = _traderapi.delete_CTORATstpIPOMatchNumberResultField # Register CTORATstpIPOMatchNumberResultField in _traderapi: _traderapi.CTORATstpIPOMatchNumberResultField_swigregister(CTORATstpIPOMatchNumberResultField) #########################################��ѯ����Э��############################################ class CTORATstpQryShareholderSpecPrivilegeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryShareholderSpecPrivilegeField_InvestorID_get, _traderapi.CTORATstpQryShareholderSpecPrivilegeField_InvestorID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryShareholderSpecPrivilegeField_ExchangeID_get, _traderapi.CTORATstpQryShareholderSpecPrivilegeField_ExchangeID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryShareholderSpecPrivilegeField_ShareholderID_get, _traderapi.CTORATstpQryShareholderSpecPrivilegeField_ShareholderID_set) # ����Ȩ����� SpecPrivilegeType = property(_traderapi.CTORATstpQryShareholderSpecPrivilegeField_SpecPrivilegeType_get, _traderapi.CTORATstpQryShareholderSpecPrivilegeField_SpecPrivilegeType_set) # �������� Direction = property(_traderapi.CTORATstpQryShareholderSpecPrivilegeField_Direction_get, _traderapi.CTORATstpQryShareholderSpecPrivilegeField_Direction_set) # �г����� MarketID = property(_traderapi.CTORATstpQryShareholderSpecPrivilegeField_MarketID_get, _traderapi.CTORATstpQryShareholderSpecPrivilegeField_MarketID_set) def __init__(self): _traderapi.CTORATstpQryShareholderSpecPrivilegeField_swiginit(self, _traderapi.new_CTORATstpQryShareholderSpecPrivilegeField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryShareholderSpecPrivilegeField # Register CTORATstpQryShareholderSpecPrivilegeField in _traderapi: _traderapi.CTORATstpQryShareholderSpecPrivilegeField_swigregister(CTORATstpQryShareholderSpecPrivilegeField) #########################################����Э��############################################ class CTORATstpShareholderSpecPrivilegeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpShareholderSpecPrivilegeField_ExchangeID_get, _traderapi.CTORATstpShareholderSpecPrivilegeField_ExchangeID_set) # �����˻����� ShareholderID = property(_traderapi.CTORATstpShareholderSpecPrivilegeField_ShareholderID_get, _traderapi.CTORATstpShareholderSpecPrivilegeField_ShareholderID_set) # �г����� MarketID = property(_traderapi.CTORATstpShareholderSpecPrivilegeField_MarketID_get, _traderapi.CTORATstpShareholderSpecPrivilegeField_MarketID_set) # ����Ȩ����� SpecPrivilegeType = property(_traderapi.CTORATstpShareholderSpecPrivilegeField_SpecPrivilegeType_get, _traderapi.CTORATstpShareholderSpecPrivilegeField_SpecPrivilegeType_set) # ������� Direction = property(_traderapi.CTORATstpShareholderSpecPrivilegeField_Direction_get, _traderapi.CTORATstpShareholderSpecPrivilegeField_Direction_set) # �Ƿ��ֹ bForbidden = property(_traderapi.CTORATstpShareholderSpecPrivilegeField_bForbidden_get, _traderapi.CTORATstpShareholderSpecPrivilegeField_bForbidden_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpShareholderSpecPrivilegeField_InvestorID_get, _traderapi.CTORATstpShareholderSpecPrivilegeField_InvestorID_set) def __init__(self): _traderapi.CTORATstpShareholderSpecPrivilegeField_swiginit(self, _traderapi.new_CTORATstpShareholderSpecPrivilegeField()) __swig_destroy__ = _traderapi.delete_CTORATstpShareholderSpecPrivilegeField # Register CTORATstpShareholderSpecPrivilegeField in _traderapi: _traderapi.CTORATstpShareholderSpecPrivilegeField_swigregister(CTORATstpShareholderSpecPrivilegeField) #########################################��ѯ�г�############################################ class CTORATstpQryMarketField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryMarketField_ExchangeID_get, _traderapi.CTORATstpQryMarketField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpQryMarketField_MarketID_get, _traderapi.CTORATstpQryMarketField_MarketID_set) def __init__(self): _traderapi.CTORATstpQryMarketField_swiginit(self, _traderapi.new_CTORATstpQryMarketField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryMarketField # Register CTORATstpQryMarketField in _traderapi: _traderapi.CTORATstpQryMarketField_swigregister(CTORATstpQryMarketField) #########################################�г�############################################ class CTORATstpMarketField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �г����� MarketID = property(_traderapi.CTORATstpMarketField_MarketID_get, _traderapi.CTORATstpMarketField_MarketID_set) # �г����� MarketName = property(_traderapi.CTORATstpMarketField_MarketName_get, _traderapi.CTORATstpMarketField_MarketName_set) # ���������� ExchangeID = property(_traderapi.CTORATstpMarketField_ExchangeID_get, _traderapi.CTORATstpMarketField_ExchangeID_set) # �г�״̬ MarketStatus = property(_traderapi.CTORATstpMarketField_MarketStatus_get, _traderapi.CTORATstpMarketField_MarketStatus_set) def __init__(self): _traderapi.CTORATstpMarketField_swiginit(self, _traderapi.new_CTORATstpMarketField()) __swig_destroy__ = _traderapi.delete_CTORATstpMarketField # Register CTORATstpMarketField in _traderapi: _traderapi.CTORATstpMarketField_swigregister(CTORATstpMarketField) #########################################��ѯETF�嵥��Ϣ############################################ class CTORATstpQryETFFileField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryETFFileField_ExchangeID_get, _traderapi.CTORATstpQryETFFileField_ExchangeID_set) # ETF�����г����״��� ETFSecurityID = property(_traderapi.CTORATstpQryETFFileField_ETFSecurityID_get, _traderapi.CTORATstpQryETFFileField_ETFSecurityID_set) # ETFһ���г�������� ETFCreRedSecurityID = property(_traderapi.CTORATstpQryETFFileField_ETFCreRedSecurityID_get, _traderapi.CTORATstpQryETFFileField_ETFCreRedSecurityID_set) def __init__(self): _traderapi.CTORATstpQryETFFileField_swiginit(self, _traderapi.new_CTORATstpQryETFFileField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryETFFileField # Register CTORATstpQryETFFileField in _traderapi: _traderapi.CTORATstpQryETFFileField_swigregister(CTORATstpQryETFFileField) #########################################ETF�嵥��Ϣ############################################ class CTORATstpETFFileField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ������ TradingDay = property(_traderapi.CTORATstpETFFileField_TradingDay_get, _traderapi.CTORATstpETFFileField_TradingDay_set) # ���������� ExchangeID = property(_traderapi.CTORATstpETFFileField_ExchangeID_get, _traderapi.CTORATstpETFFileField_ExchangeID_set) # ETF���״��� ETFSecurityID = property(_traderapi.CTORATstpETFFileField_ETFSecurityID_get, _traderapi.CTORATstpETFFileField_ETFSecurityID_set) # ETF������� ETFCreRedSecurityID = property(_traderapi.CTORATstpETFFileField_ETFCreRedSecurityID_get, _traderapi.CTORATstpETFFileField_ETFCreRedSecurityID_set) # ��С�깺��ص�λ���� CreationRedemptionUnit = property(_traderapi.CTORATstpETFFileField_CreationRedemptionUnit_get, _traderapi.CTORATstpETFFileField_CreationRedemptionUnit_set) # ����ֽ�������� Maxcashratio = property(_traderapi.CTORATstpETFFileField_Maxcashratio_get, _traderapi.CTORATstpETFFileField_Maxcashratio_set) # Ԥ���ֽ��� EstimateCashComponent = property(_traderapi.CTORATstpETFFileField_EstimateCashComponent_get, _traderapi.CTORATstpETFFileField_EstimateCashComponent_set) # ǰһ�������ֽ��� CashComponent = property(_traderapi.CTORATstpETFFileField_CashComponent_get, _traderapi.CTORATstpETFFileField_CashComponent_set) # ǰһ�����ջ���λ��ֵ NAV = property(_traderapi.CTORATstpETFFileField_NAV_get, _traderapi.CTORATstpETFFileField_NAV_set) # ǰһ�����������׼��λ��ֵ NAVperCU = property(_traderapi.CTORATstpETFFileField_NAVperCU_get, _traderapi.CTORATstpETFFileField_NAVperCU_set) # �����깺��ػ�׼��λ�ĺ������ DividendPerCU = property(_traderapi.CTORATstpETFFileField_DividendPerCU_get, _traderapi.CTORATstpETFFileField_DividendPerCU_set) # ETF�������� ETFCreRedType = property(_traderapi.CTORATstpETFFileField_ETFCreRedType_get, _traderapi.CTORATstpETFFileField_ETFCreRedType_set) # ETF֤ȯ���� ETFSecurityName = property(_traderapi.CTORATstpETFFileField_ETFSecurityName_get, _traderapi.CTORATstpETFFileField_ETFSecurityName_set) def __init__(self): _traderapi.CTORATstpETFFileField_swiginit(self, _traderapi.new_CTORATstpETFFileField()) __swig_destroy__ = _traderapi.delete_CTORATstpETFFileField # Register CTORATstpETFFileField in _traderapi: _traderapi.CTORATstpETFFileField_swigregister(CTORATstpETFFileField) #########################################��ѯETF�ɷ�֤ȯ��Ϣ############################################ class CTORATstpQryETFBasketField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryETFBasketField_ExchangeID_get, _traderapi.CTORATstpQryETFBasketField_ExchangeID_set) # ETF�����г����״��� ETFSecurityID = property(_traderapi.CTORATstpQryETFBasketField_ETFSecurityID_get, _traderapi.CTORATstpQryETFBasketField_ETFSecurityID_set) # ETF�ɷ�֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryETFBasketField_SecurityID_get, _traderapi.CTORATstpQryETFBasketField_SecurityID_set) def __init__(self): _traderapi.CTORATstpQryETFBasketField_swiginit(self, _traderapi.new_CTORATstpQryETFBasketField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryETFBasketField # Register CTORATstpQryETFBasketField in _traderapi: _traderapi.CTORATstpQryETFBasketField_swigregister(CTORATstpQryETFBasketField) #########################################ETF�ɷ�֤ȯ��Ϣ############################################ class CTORATstpETFBasketField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ������ TradingDay = property(_traderapi.CTORATstpETFBasketField_TradingDay_get, _traderapi.CTORATstpETFBasketField_TradingDay_set) # ���������� ExchangeID = property(_traderapi.CTORATstpETFBasketField_ExchangeID_get, _traderapi.CTORATstpETFBasketField_ExchangeID_set) # ETF���״��� ETFSecurityID = property(_traderapi.CTORATstpETFBasketField_ETFSecurityID_get, _traderapi.CTORATstpETFBasketField_ETFSecurityID_set) # ETF�ɷ�֤ȯ���� SecurityID = property(_traderapi.CTORATstpETFBasketField_SecurityID_get, _traderapi.CTORATstpETFBasketField_SecurityID_set) # �ɷ�֤ȯ���� SecurityName = property(_traderapi.CTORATstpETFBasketField_SecurityName_get, _traderapi.CTORATstpETFBasketField_SecurityName_set) # �ɷ�֤ȯ���� Volume = property(_traderapi.CTORATstpETFBasketField_Volume_get, _traderapi.CTORATstpETFBasketField_Volume_set) # �ֽ������־ ETFCurrenceReplaceStatus = property(_traderapi.CTORATstpETFBasketField_ETFCurrenceReplaceStatus_get, _traderapi.CTORATstpETFBasketField_ETFCurrenceReplaceStatus_set) # ��۱��� Premium = property(_traderapi.CTORATstpETFBasketField_Premium_get, _traderapi.CTORATstpETFBasketField_Premium_set) # �깺������ CreationReplaceAmount = property(_traderapi.CTORATstpETFBasketField_CreationReplaceAmount_get, _traderapi.CTORATstpETFBasketField_CreationReplaceAmount_set) # ��������� RedemptionReplaceAmount = property(_traderapi.CTORATstpETFBasketField_RedemptionReplaceAmount_get, _traderapi.CTORATstpETFBasketField_RedemptionReplaceAmount_set) # �����г� MarketID = property(_traderapi.CTORATstpETFBasketField_MarketID_get, _traderapi.CTORATstpETFBasketField_MarketID_set) # ETF�������� ETFCreRedType = property(_traderapi.CTORATstpETFBasketField_ETFCreRedType_get, _traderapi.CTORATstpETFBasketField_ETFCreRedType_set) def __init__(self): _traderapi.CTORATstpETFBasketField_swiginit(self, _traderapi.new_CTORATstpETFBasketField()) __swig_destroy__ = _traderapi.delete_CTORATstpETFBasketField # Register CTORATstpETFBasketField in _traderapi: _traderapi.CTORATstpETFBasketField_swigregister(CTORATstpETFBasketField) #########################################��ѯͶ�����޲���Ϣ############################################ class CTORATstpQryInvestorPositionLimitField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryInvestorPositionLimitField_ExchangeID_get, _traderapi.CTORATstpQryInvestorPositionLimitField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryInvestorPositionLimitField_InvestorID_get, _traderapi.CTORATstpQryInvestorPositionLimitField_InvestorID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryInvestorPositionLimitField_SecurityID_get, _traderapi.CTORATstpQryInvestorPositionLimitField_SecurityID_set) def __init__(self): _traderapi.CTORATstpQryInvestorPositionLimitField_swiginit(self, _traderapi.new_CTORATstpQryInvestorPositionLimitField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryInvestorPositionLimitField # Register CTORATstpQryInvestorPositionLimitField in _traderapi: _traderapi.CTORATstpQryInvestorPositionLimitField_swigregister(CTORATstpQryInvestorPositionLimitField) #########################################Ͷ�����޲���Ϣ############################################ class CTORATstpInvestorPositionLimitField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpInvestorPositionLimitField_ExchangeID_get, _traderapi.CTORATstpInvestorPositionLimitField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpInvestorPositionLimitField_InvestorID_get, _traderapi.CTORATstpInvestorPositionLimitField_InvestorID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpInvestorPositionLimitField_SecurityID_get, _traderapi.CTORATstpInvestorPositionLimitField_SecurityID_set) # ���������� BuyLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_BuyLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_BuyLimit_set) # ��ʹ�õ��������� BuyFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_BuyFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_BuyFrozen_set) # ����������� SellLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_SellLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_SellLimit_set) # ��ʹ�õ���������� SellFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_SellFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_SellFrozen_set) # �����깺��� PurchaseLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_PurchaseLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_PurchaseLimit_set) # ��ʹ�õ����깺��� PurchaseFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_PurchaseFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_PurchaseFrozen_set) # ������ض�� RedeemLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_RedeemLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_RedeemLimit_set) # ��ʹ�õ�����ض�� RedeemFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_RedeemFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_RedeemFrozen_set) # ������Ѻ����� PledgeInLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_PledgeInLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_PledgeInLimit_set) # ��ʹ�õ�����Ѻ����� PledgeInFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_PledgeInFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_PledgeInFrozen_set) # ������Ѻ������ PledgeOutLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_PledgeOutLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_PledgeOutLimit_set) # ��ʹ�õ�����Ѻ������ PledgeOutFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_PledgeOutFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_PledgeOutFrozen_set) # ����ծת�ɶ�� ConvertLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_ConvertLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_ConvertLimit_set) # ��ʹ�õ���ծת�ɶ�� ConvertFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_ConvertFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_ConvertFrozen_set) # ����ծȯ���۶�� PutbackLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_PutbackLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_PutbackLimit_set) # ��ʹ�õ���ծȯ���۶�� PutbackFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_PutbackFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_PutbackFrozen_set) # ���������ծ��� RationalLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_RationalLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_RationalLimit_set) # ��ʹ�õ��������ծ��� RationalFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_RationalFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_RationalFrozen_set) # �ֲֶܳ�� TotalPositionLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_TotalPositionLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_TotalPositionLimit_set) # ��ʹ���ֲֶܳ�� TotalPositionFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_TotalPositionFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_TotalPositionFrozen_set) # ���ղ�ֶ�� SplitLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_SplitLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_SplitLimit_set) # ��ʹ�õ��ղ�ֶ�� SplitFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_SplitFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_SplitFrozen_set) # ���պϲ���� MergeLimit = property(_traderapi.CTORATstpInvestorPositionLimitField_MergeLimit_get, _traderapi.CTORATstpInvestorPositionLimitField_MergeLimit_set) # ��ʹ�õ��պϲ���� MergeFrozen = property(_traderapi.CTORATstpInvestorPositionLimitField_MergeFrozen_get, _traderapi.CTORATstpInvestorPositionLimitField_MergeFrozen_set) # ͨ��ͳһ����ʶ���� UUPIC = property(_traderapi.CTORATstpInvestorPositionLimitField_UUPIC_get, _traderapi.CTORATstpInvestorPositionLimitField_UUPIC_set) def __init__(self): _traderapi.CTORATstpInvestorPositionLimitField_swiginit(self, _traderapi.new_CTORATstpInvestorPositionLimitField()) __swig_destroy__ = _traderapi.delete_CTORATstpInvestorPositionLimitField # Register CTORATstpInvestorPositionLimitField in _traderapi: _traderapi.CTORATstpInvestorPositionLimitField_swigregister(CTORATstpInvestorPositionLimitField) #########################################��ѯ���ͨ�����г�����״̬��Ϣ############################################ class CTORATstpQrySZSEImcParamsField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �г����� MarketID = property(_traderapi.CTORATstpQrySZSEImcParamsField_MarketID_get, _traderapi.CTORATstpQrySZSEImcParamsField_MarketID_set) def __init__(self): _traderapi.CTORATstpQrySZSEImcParamsField_swiginit(self, _traderapi.new_CTORATstpQrySZSEImcParamsField()) __swig_destroy__ = _traderapi.delete_CTORATstpQrySZSEImcParamsField # Register CTORATstpQrySZSEImcParamsField in _traderapi: _traderapi.CTORATstpQrySZSEImcParamsField_swigregister(CTORATstpQrySZSEImcParamsField) #########################################���ͨ�����г�����״̬��Ϣ############################################ class CTORATstpSZSEImcParamsField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �г����� MarketID = property(_traderapi.CTORATstpSZSEImcParamsField_MarketID_get, _traderapi.CTORATstpSZSEImcParamsField_MarketID_set) # �Ƿ񿪷� OpenFlag = property(_traderapi.CTORATstpSZSEImcParamsField_OpenFlag_get, _traderapi.CTORATstpSZSEImcParamsField_OpenFlag_set) # ��ʼ��� ThresholdAmount = property(_traderapi.CTORATstpSZSEImcParamsField_ThresholdAmount_get, _traderapi.CTORATstpSZSEImcParamsField_ThresholdAmount_set) # ����ʣ���� PosAmt = property(_traderapi.CTORATstpSZSEImcParamsField_PosAmt_get, _traderapi.CTORATstpSZSEImcParamsField_PosAmt_set) # ����Ƿ���� AmountStatus = property(_traderapi.CTORATstpSZSEImcParamsField_AmountStatus_get, _traderapi.CTORATstpSZSEImcParamsField_AmountStatus_set) def __init__(self): _traderapi.CTORATstpSZSEImcParamsField_swiginit(self, _traderapi.new_CTORATstpSZSEImcParamsField()) __swig_destroy__ = _traderapi.delete_CTORATstpSZSEImcParamsField # Register CTORATstpSZSEImcParamsField in _traderapi: _traderapi.CTORATstpSZSEImcParamsField_swigregister(CTORATstpSZSEImcParamsField) #########################################��ѯ���ͨ�����г�����������Ϣ############################################ class CTORATstpQrySZSEImcExchangeRateField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Դ���ұ��� FromCurrency = property(_traderapi.CTORATstpQrySZSEImcExchangeRateField_FromCurrency_get, _traderapi.CTORATstpQrySZSEImcExchangeRateField_FromCurrency_set) # Ŀ����ұ��� ToCurrency = property(_traderapi.CTORATstpQrySZSEImcExchangeRateField_ToCurrency_get, _traderapi.CTORATstpQrySZSEImcExchangeRateField_ToCurrency_set) def __init__(self): _traderapi.CTORATstpQrySZSEImcExchangeRateField_swiginit(self, _traderapi.new_CTORATstpQrySZSEImcExchangeRateField()) __swig_destroy__ = _traderapi.delete_CTORATstpQrySZSEImcExchangeRateField # Register CTORATstpQrySZSEImcExchangeRateField in _traderapi: _traderapi.CTORATstpQrySZSEImcExchangeRateField_swigregister(CTORATstpQrySZSEImcExchangeRateField) #########################################���ͨ�����г�����������Ϣ############################################ class CTORATstpSZSEImcExchangeRateField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Դ���ұ��� FromCurrency = property(_traderapi.CTORATstpSZSEImcExchangeRateField_FromCurrency_get, _traderapi.CTORATstpSZSEImcExchangeRateField_FromCurrency_set) # Ŀ����ұ��� ToCurrency = property(_traderapi.CTORATstpSZSEImcExchangeRateField_ToCurrency_get, _traderapi.CTORATstpSZSEImcExchangeRateField_ToCurrency_set) # �ο���������� BidRate = property(_traderapi.CTORATstpSZSEImcExchangeRateField_BidRate_get, _traderapi.CTORATstpSZSEImcExchangeRateField_BidRate_set) # �ο����������� OfferRate = property(_traderapi.CTORATstpSZSEImcExchangeRateField_OfferRate_get, _traderapi.CTORATstpSZSEImcExchangeRateField_OfferRate_set) # �ο������м�� MidPointRate = property(_traderapi.CTORATstpSZSEImcExchangeRateField_MidPointRate_get, _traderapi.CTORATstpSZSEImcExchangeRateField_MidPointRate_set) def __init__(self): _traderapi.CTORATstpSZSEImcExchangeRateField_swiginit(self, _traderapi.new_CTORATstpSZSEImcExchangeRateField()) __swig_destroy__ = _traderapi.delete_CTORATstpSZSEImcExchangeRateField # Register CTORATstpSZSEImcExchangeRateField in _traderapi: _traderapi.CTORATstpSZSEImcExchangeRateField_swigregister(CTORATstpSZSEImcExchangeRateField) #########################################��ѯ���ͨ��С�۲���Ϣ############################################ class CTORATstpQrySZSEHKPriceTickInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �۲�Ʒ�� PriceTickID = property(_traderapi.CTORATstpQrySZSEHKPriceTickInfoField_PriceTickID_get, _traderapi.CTORATstpQrySZSEHKPriceTickInfoField_PriceTickID_set) def __init__(self): _traderapi.CTORATstpQrySZSEHKPriceTickInfoField_swiginit(self, _traderapi.new_CTORATstpQrySZSEHKPriceTickInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpQrySZSEHKPriceTickInfoField # Register CTORATstpQrySZSEHKPriceTickInfoField in _traderapi: _traderapi.CTORATstpQrySZSEHKPriceTickInfoField_swigregister(CTORATstpQrySZSEHKPriceTickInfoField) #########################################���ͨ��С�۲���Ϣ############################################ class CTORATstpSZSEHKPriceTickInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �۲�Ʒ�� PriceTickID = property(_traderapi.CTORATstpSZSEHKPriceTickInfoField_PriceTickID_get, _traderapi.CTORATstpSZSEHKPriceTickInfoField_PriceTickID_set) # �۲���� PriceTickGroupID = property(_traderapi.CTORATstpSZSEHKPriceTickInfoField_PriceTickGroupID_get, _traderapi.CTORATstpSZSEHKPriceTickInfoField_PriceTickGroupID_set) # �۲���� PriceTickType = property(_traderapi.CTORATstpSZSEHKPriceTickInfoField_PriceTickType_get, _traderapi.CTORATstpSZSEHKPriceTickInfoField_PriceTickType_set) # �۲�����ʼ�۸� BeginPrice = property(_traderapi.CTORATstpSZSEHKPriceTickInfoField_BeginPrice_get, _traderapi.CTORATstpSZSEHKPriceTickInfoField_BeginPrice_set) # �۲�������۸� EndPrice = property(_traderapi.CTORATstpSZSEHKPriceTickInfoField_EndPrice_get, _traderapi.CTORATstpSZSEHKPriceTickInfoField_EndPrice_set) # �۲�ֵ PriceTick = property(_traderapi.CTORATstpSZSEHKPriceTickInfoField_PriceTick_get, _traderapi.CTORATstpSZSEHKPriceTickInfoField_PriceTick_set) def __init__(self): _traderapi.CTORATstpSZSEHKPriceTickInfoField_swiginit(self, _traderapi.new_CTORATstpSZSEHKPriceTickInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpSZSEHKPriceTickInfoField # Register CTORATstpSZSEHKPriceTickInfoField in _traderapi: _traderapi.CTORATstpSZSEHKPriceTickInfoField_swigregister(CTORATstpSZSEHKPriceTickInfoField) #########################################��ѯLOF������Ϣ############################################ class CTORATstpQryLofFundInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryLofFundInfoField_ExchangeID_get, _traderapi.CTORATstpQryLofFundInfoField_ExchangeID_set) # ������� FundID = property(_traderapi.CTORATstpQryLofFundInfoField_FundID_get, _traderapi.CTORATstpQryLofFundInfoField_FundID_set) # ��������� MainFundID = property(_traderapi.CTORATstpQryLofFundInfoField_MainFundID_get, _traderapi.CTORATstpQryLofFundInfoField_MainFundID_set) def __init__(self): _traderapi.CTORATstpQryLofFundInfoField_swiginit(self, _traderapi.new_CTORATstpQryLofFundInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryLofFundInfoField # Register CTORATstpQryLofFundInfoField in _traderapi: _traderapi.CTORATstpQryLofFundInfoField_swigregister(CTORATstpQryLofFundInfoField) #########################################LOF������Ϣ############################################ class CTORATstpLofFundInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpLofFundInfoField_ExchangeID_get, _traderapi.CTORATstpLofFundInfoField_ExchangeID_set) # ������� FundID = property(_traderapi.CTORATstpLofFundInfoField_FundID_get, _traderapi.CTORATstpLofFundInfoField_FundID_set) # ��������� MainFundID = property(_traderapi.CTORATstpLofFundInfoField_MainFundID_get, _traderapi.CTORATstpLofFundInfoField_MainFundID_set) # �������� FundType = property(_traderapi.CTORATstpLofFundInfoField_FundType_get, _traderapi.CTORATstpLofFundInfoField_FundType_set) # ���������λ SplitUnit = property(_traderapi.CTORATstpLofFundInfoField_SplitUnit_get, _traderapi.CTORATstpLofFundInfoField_SplitUnit_set) # ��С������� SplitMinVol = property(_traderapi.CTORATstpLofFundInfoField_SplitMinVol_get, _traderapi.CTORATstpLofFundInfoField_SplitMinVol_set) # �ϲ�������λ MergeUnit = property(_traderapi.CTORATstpLofFundInfoField_MergeUnit_get, _traderapi.CTORATstpLofFundInfoField_MergeUnit_set) # ��С�ϲ����� MergeMinVol = property(_traderapi.CTORATstpLofFundInfoField_MergeMinVol_get, _traderapi.CTORATstpLofFundInfoField_MergeMinVol_set) # ����ת��ϵ�� FundRatio = property(_traderapi.CTORATstpLofFundInfoField_FundRatio_get, _traderapi.CTORATstpLofFundInfoField_FundRatio_set) def __init__(self): _traderapi.CTORATstpLofFundInfoField_swiginit(self, _traderapi.new_CTORATstpLofFundInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpLofFundInfoField # Register CTORATstpLofFundInfoField in _traderapi: _traderapi.CTORATstpLofFundInfoField_swigregister(CTORATstpLofFundInfoField) #########################################��ѯͶ������Ѻ�ֲ�############################################ class CTORATstpQryPledgePositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryPledgePositionField_InvestorID_get, _traderapi.CTORATstpQryPledgePositionField_InvestorID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryPledgePositionField_SecurityID_get, _traderapi.CTORATstpQryPledgePositionField_SecurityID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryPledgePositionField_ExchangeID_get, _traderapi.CTORATstpQryPledgePositionField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpQryPledgePositionField_MarketID_get, _traderapi.CTORATstpQryPledgePositionField_MarketID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryPledgePositionField_ShareholderID_get, _traderapi.CTORATstpQryPledgePositionField_ShareholderID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryPledgePositionField_BusinessUnitID_get, _traderapi.CTORATstpQryPledgePositionField_BusinessUnitID_set) def __init__(self): _traderapi.CTORATstpQryPledgePositionField_swiginit(self, _traderapi.new_CTORATstpQryPledgePositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryPledgePositionField # Register CTORATstpQryPledgePositionField in _traderapi: _traderapi.CTORATstpQryPledgePositionField_swigregister(CTORATstpQryPledgePositionField) #########################################Ͷ������Ѻ�ֲ�############################################ class CTORATstpPledgePositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpPledgePositionField_SecurityID_get, _traderapi.CTORATstpPledgePositionField_SecurityID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpPledgePositionField_InvestorID_get, _traderapi.CTORATstpPledgePositionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpPledgePositionField_BusinessUnitID_get, _traderapi.CTORATstpPledgePositionField_BusinessUnitID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpPledgePositionField_ExchangeID_get, _traderapi.CTORATstpPledgePositionField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpPledgePositionField_MarketID_get, _traderapi.CTORATstpPledgePositionField_MarketID_set) # �ͻ����� ShareholderID = property(_traderapi.CTORATstpPledgePositionField_ShareholderID_get, _traderapi.CTORATstpPledgePositionField_ShareholderID_set) # ������ TradingDay = property(_traderapi.CTORATstpPledgePositionField_TradingDay_get, _traderapi.CTORATstpPledgePositionField_TradingDay_set) # ������Ѻ�ֲ� HisPledgePos = property(_traderapi.CTORATstpPledgePositionField_HisPledgePos_get, _traderapi.CTORATstpPledgePositionField_HisPledgePos_set) # ������Ѻ�ֲֶ��� HisPledgePosFrozen = property(_traderapi.CTORATstpPledgePositionField_HisPledgePosFrozen_get, _traderapi.CTORATstpPledgePositionField_HisPledgePosFrozen_set) # ����������Ѻ�ֲ� TodayPledgePos = property(_traderapi.CTORATstpPledgePositionField_TodayPledgePos_get, _traderapi.CTORATstpPledgePositionField_TodayPledgePos_set) # ����������Ѻ�ֲֶ��� TodayPledgePosFrozen = property(_traderapi.CTORATstpPledgePositionField_TodayPledgePosFrozen_get, _traderapi.CTORATstpPledgePositionField_TodayPledgePosFrozen_set) # ������Ѻ������ȯ���� PreTotalPledgePos = property(_traderapi.CTORATstpPledgePositionField_PreTotalPledgePos_get, _traderapi.CTORATstpPledgePositionField_PreTotalPledgePos_set) # ������Ѻ������ȯ�������� PreAvailablePledgePos = property(_traderapi.CTORATstpPledgePositionField_PreAvailablePledgePos_get, _traderapi.CTORATstpPledgePositionField_PreAvailablePledgePos_set) def __init__(self): _traderapi.CTORATstpPledgePositionField_swiginit(self, _traderapi.new_CTORATstpPledgePositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpPledgePositionField # Register CTORATstpPledgePositionField in _traderapi: _traderapi.CTORATstpPledgePositionField_swigregister(CTORATstpPledgePositionField) #########################################��ѯ֤ȯ��Ѻ��Ϣ############################################ class CTORATstpQryPledgeInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryPledgeInfoField_ExchangeID_get, _traderapi.CTORATstpQryPledgeInfoField_ExchangeID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryPledgeInfoField_SecurityID_get, _traderapi.CTORATstpQryPledgeInfoField_SecurityID_set) def __init__(self): _traderapi.CTORATstpQryPledgeInfoField_swiginit(self, _traderapi.new_CTORATstpQryPledgeInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryPledgeInfoField # Register CTORATstpQryPledgeInfoField in _traderapi: _traderapi.CTORATstpQryPledgeInfoField_swigregister(CTORATstpQryPledgeInfoField) #########################################֤ȯ��Ѻ��Ϣ############################################ class CTORATstpPledgeInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpPledgeInfoField_ExchangeID_get, _traderapi.CTORATstpPledgeInfoField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpPledgeInfoField_MarketID_get, _traderapi.CTORATstpPledgeInfoField_MarketID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpPledgeInfoField_SecurityID_get, _traderapi.CTORATstpPledgeInfoField_SecurityID_set) # ��Ѻ�걨���� PledgeOrderID = property(_traderapi.CTORATstpPledgeInfoField_PledgeOrderID_get, _traderapi.CTORATstpPledgeInfoField_PledgeOrderID_set) # ��Ѻ���� PledgeName = property(_traderapi.CTORATstpPledgeInfoField_PledgeName_get, _traderapi.CTORATstpPledgeInfoField_PledgeName_set) # ��׼ȯ���� StandardBondID = property(_traderapi.CTORATstpPledgeInfoField_StandardBondID_get, _traderapi.CTORATstpPledgeInfoField_StandardBondID_set) # ��׼ȯ������/����ֵ ConversionRate = property(_traderapi.CTORATstpPledgeInfoField_ConversionRate_get, _traderapi.CTORATstpPledgeInfoField_ConversionRate_set) # ÿ�ο���������С���׵�λ PledgeInTradingUnit = property(_traderapi.CTORATstpPledgeInfoField_PledgeInTradingUnit_get, _traderapi.CTORATstpPledgeInfoField_PledgeInTradingUnit_set) # ÿ�ο��Գ������С���׵�λ PledgeOutTradingUnit = property(_traderapi.CTORATstpPledgeInfoField_PledgeOutTradingUnit_get, _traderapi.CTORATstpPledgeInfoField_PledgeOutTradingUnit_set) # ֤ȯ��������������� PledgeInVolMax = property(_traderapi.CTORATstpPledgeInfoField_PledgeInVolMax_get, _traderapi.CTORATstpPledgeInfoField_PledgeInVolMax_set) # ֤ȯ����������С���� PledgeInVolMin = property(_traderapi.CTORATstpPledgeInfoField_PledgeInVolMin_get, _traderapi.CTORATstpPledgeInfoField_PledgeInVolMin_set) # ֤ȯ���Գ����������� PledgeOutVolMax = property(_traderapi.CTORATstpPledgeInfoField_PledgeOutVolMax_get, _traderapi.CTORATstpPledgeInfoField_PledgeOutVolMax_set) # ֤ȯ���Գ������С���� PledgeOutVolMin = property(_traderapi.CTORATstpPledgeInfoField_PledgeOutVolMin_get, _traderapi.CTORATstpPledgeInfoField_PledgeOutVolMin_set) def __init__(self): _traderapi.CTORATstpPledgeInfoField_swiginit(self, _traderapi.new_CTORATstpPledgeInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpPledgeInfoField # Register CTORATstpPledgeInfoField in _traderapi: _traderapi.CTORATstpPledgeInfoField_swigregister(CTORATstpPledgeInfoField) #########################################��ѯϵͳ�ڵ���Ϣ############################################ class CTORATstpQrySystemNodeInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �ڵ��� NodeID = property(_traderapi.CTORATstpQrySystemNodeInfoField_NodeID_get, _traderapi.CTORATstpQrySystemNodeInfoField_NodeID_set) def __init__(self): _traderapi.CTORATstpQrySystemNodeInfoField_swiginit(self, _traderapi.new_CTORATstpQrySystemNodeInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpQrySystemNodeInfoField # Register CTORATstpQrySystemNodeInfoField in _traderapi: _traderapi.CTORATstpQrySystemNodeInfoField_swigregister(CTORATstpQrySystemNodeInfoField) #########################################ϵͳ�ڵ���Ϣ############################################ class CTORATstpSystemNodeInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �ڵ��� NodeID = property(_traderapi.CTORATstpSystemNodeInfoField_NodeID_get, _traderapi.CTORATstpSystemNodeInfoField_NodeID_set) # �ڵ���Ϣ NodeInfo = property(_traderapi.CTORATstpSystemNodeInfoField_NodeInfo_get, _traderapi.CTORATstpSystemNodeInfoField_NodeInfo_set) # �Ƿ�ǰ�ڵ� bCurrent = property(_traderapi.CTORATstpSystemNodeInfoField_bCurrent_get, _traderapi.CTORATstpSystemNodeInfoField_bCurrent_set) def __init__(self): _traderapi.CTORATstpSystemNodeInfoField_swiginit(self, _traderapi.new_CTORATstpSystemNodeInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpSystemNodeInfoField # Register CTORATstpSystemNodeInfoField in _traderapi: _traderapi.CTORATstpSystemNodeInfoField_swigregister(CTORATstpSystemNodeInfoField) #########################################��ѯͶ���߱�׼ȯ���############################################ class CTORATstpQryStandardBondPositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryStandardBondPositionField_InvestorID_get, _traderapi.CTORATstpQryStandardBondPositionField_InvestorID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryStandardBondPositionField_SecurityID_get, _traderapi.CTORATstpQryStandardBondPositionField_SecurityID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryStandardBondPositionField_ExchangeID_get, _traderapi.CTORATstpQryStandardBondPositionField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpQryStandardBondPositionField_MarketID_get, _traderapi.CTORATstpQryStandardBondPositionField_MarketID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryStandardBondPositionField_ShareholderID_get, _traderapi.CTORATstpQryStandardBondPositionField_ShareholderID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryStandardBondPositionField_BusinessUnitID_get, _traderapi.CTORATstpQryStandardBondPositionField_BusinessUnitID_set) def __init__(self): _traderapi.CTORATstpQryStandardBondPositionField_swiginit(self, _traderapi.new_CTORATstpQryStandardBondPositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryStandardBondPositionField # Register CTORATstpQryStandardBondPositionField in _traderapi: _traderapi.CTORATstpQryStandardBondPositionField_swigregister(CTORATstpQryStandardBondPositionField) #########################################Ͷ���߱�׼ȯ���############################################ class CTORATstpStandardBondPositionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpStandardBondPositionField_SecurityID_get, _traderapi.CTORATstpStandardBondPositionField_SecurityID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpStandardBondPositionField_InvestorID_get, _traderapi.CTORATstpStandardBondPositionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpStandardBondPositionField_BusinessUnitID_get, _traderapi.CTORATstpStandardBondPositionField_BusinessUnitID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpStandardBondPositionField_ExchangeID_get, _traderapi.CTORATstpStandardBondPositionField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpStandardBondPositionField_MarketID_get, _traderapi.CTORATstpStandardBondPositionField_MarketID_set) # �ͻ����� ShareholderID = property(_traderapi.CTORATstpStandardBondPositionField_ShareholderID_get, _traderapi.CTORATstpStandardBondPositionField_ShareholderID_set) # ������ TradingDay = property(_traderapi.CTORATstpStandardBondPositionField_TradingDay_get, _traderapi.CTORATstpStandardBondPositionField_TradingDay_set) # ��׼ȯ���ö�� AvailablePosition = property(_traderapi.CTORATstpStandardBondPositionField_AvailablePosition_get, _traderapi.CTORATstpStandardBondPositionField_AvailablePosition_set) # ��׼ȯ���ö�ȶ��� AvailablePosFrozen = property(_traderapi.CTORATstpStandardBondPositionField_AvailablePosFrozen_get, _traderapi.CTORATstpStandardBondPositionField_AvailablePosFrozen_set) # ��׼ȯ������� TotalPosition = property(_traderapi.CTORATstpStandardBondPositionField_TotalPosition_get, _traderapi.CTORATstpStandardBondPositionField_TotalPosition_set) def __init__(self): _traderapi.CTORATstpStandardBondPositionField_swiginit(self, _traderapi.new_CTORATstpStandardBondPositionField()) __swig_destroy__ = _traderapi.delete_CTORATstpStandardBondPositionField # Register CTORATstpStandardBondPositionField in _traderapi: _traderapi.CTORATstpStandardBondPositionField_swigregister(CTORATstpStandardBondPositionField) #########################################��ѯδ����ծȯ��Ѻ�ع�ί��############################################ class CTORATstpQryPrematurityRepoOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_InvestorID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_InvestorID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_SecurityID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_SecurityID_set) # ���������� ExchangeID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_ExchangeID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_MarketID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_MarketID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_ShareholderID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_ShareholderID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_BusinessUnitID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_BusinessUnitID_set) # ���ر������ OrderLocalID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_OrderLocalID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_OrderLocalID_set) # ֤ȯƷ�ִ��� ProductID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_ProductID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_ProductID_set) # ֤ȯ������ SecurityType = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_SecurityType_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_SecurityType_set) # �������� Direction = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_Direction_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_Direction_set) # �ɽ���� TradeID = property(_traderapi.CTORATstpQryPrematurityRepoOrderField_TradeID_get, _traderapi.CTORATstpQryPrematurityRepoOrderField_TradeID_set) def __init__(self): _traderapi.CTORATstpQryPrematurityRepoOrderField_swiginit(self, _traderapi.new_CTORATstpQryPrematurityRepoOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryPrematurityRepoOrderField # Register CTORATstpQryPrematurityRepoOrderField in _traderapi: _traderapi.CTORATstpQryPrematurityRepoOrderField_swigregister(CTORATstpQryPrematurityRepoOrderField) #########################################δ����ծȯ��Ѻ�ع�ί��############################################ class CTORATstpPrematurityRepoOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpPrematurityRepoOrderField_ExchangeID_get, _traderapi.CTORATstpPrematurityRepoOrderField_ExchangeID_set) # �г����� MarketID = property(_traderapi.CTORATstpPrematurityRepoOrderField_MarketID_get, _traderapi.CTORATstpPrematurityRepoOrderField_MarketID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpPrematurityRepoOrderField_InvestorID_get, _traderapi.CTORATstpPrematurityRepoOrderField_InvestorID_set) # �����˻����� ShareholderID = property(_traderapi.CTORATstpPrematurityRepoOrderField_ShareholderID_get, _traderapi.CTORATstpPrematurityRepoOrderField_ShareholderID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpPrematurityRepoOrderField_BusinessUnitID_get, _traderapi.CTORATstpPrematurityRepoOrderField_BusinessUnitID_set) # �ɽ����� TradeDay = property(_traderapi.CTORATstpPrematurityRepoOrderField_TradeDay_get, _traderapi.CTORATstpPrematurityRepoOrderField_TradeDay_set) # �������� ExpireDay = property(_traderapi.CTORATstpPrematurityRepoOrderField_ExpireDay_get, _traderapi.CTORATstpPrematurityRepoOrderField_ExpireDay_set) # ������� OrderLocalID = property(_traderapi.CTORATstpPrematurityRepoOrderField_OrderLocalID_get, _traderapi.CTORATstpPrematurityRepoOrderField_OrderLocalID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpPrematurityRepoOrderField_SecurityID_get, _traderapi.CTORATstpPrematurityRepoOrderField_SecurityID_set) # ֤ȯ���� SecurityName = property(_traderapi.CTORATstpPrematurityRepoOrderField_SecurityName_get, _traderapi.CTORATstpPrematurityRepoOrderField_SecurityName_set) # ֤ȯƷ�ִ��� ProductID = property(_traderapi.CTORATstpPrematurityRepoOrderField_ProductID_get, _traderapi.CTORATstpPrematurityRepoOrderField_ProductID_set) # ֤ȯ������ SecurityType = property(_traderapi.CTORATstpPrematurityRepoOrderField_SecurityType_get, _traderapi.CTORATstpPrematurityRepoOrderField_SecurityType_set) # ������� Direction = property(_traderapi.CTORATstpPrematurityRepoOrderField_Direction_get, _traderapi.CTORATstpPrematurityRepoOrderField_Direction_set) # �ɽ����� VolumeTraded = property(_traderapi.CTORATstpPrematurityRepoOrderField_VolumeTraded_get, _traderapi.CTORATstpPrematurityRepoOrderField_VolumeTraded_set) # �ɽ��۸� Price = property(_traderapi.CTORATstpPrematurityRepoOrderField_Price_get, _traderapi.CTORATstpPrematurityRepoOrderField_Price_set) # �ɽ���� Turnover = property(_traderapi.CTORATstpPrematurityRepoOrderField_Turnover_get, _traderapi.CTORATstpPrematurityRepoOrderField_Turnover_set) # �ɽ���� TradeID = property(_traderapi.CTORATstpPrematurityRepoOrderField_TradeID_get, _traderapi.CTORATstpPrematurityRepoOrderField_TradeID_set) # ����Ӧ�ս�� RepoTotalMoney = property(_traderapi.CTORATstpPrematurityRepoOrderField_RepoTotalMoney_get, _traderapi.CTORATstpPrematurityRepoOrderField_RepoTotalMoney_set) # ��Ϣ��� InterestAmount = property(_traderapi.CTORATstpPrematurityRepoOrderField_InterestAmount_get, _traderapi.CTORATstpPrematurityRepoOrderField_InterestAmount_set) def __init__(self): _traderapi.CTORATstpPrematurityRepoOrderField_swiginit(self, _traderapi.new_CTORATstpPrematurityRepoOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpPrematurityRepoOrderField # Register CTORATstpPrematurityRepoOrderField in _traderapi: _traderapi.CTORATstpPrematurityRepoOrderField_swigregister(CTORATstpPrematurityRepoOrderField) #########################################��ѯЭ�齻�ױ���############################################ class CTORATstpQryNegoOrderField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryNegoOrderField_ExchangeID_get, _traderapi.CTORATstpQryNegoOrderField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryNegoOrderField_InvestorID_get, _traderapi.CTORATstpQryNegoOrderField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryNegoOrderField_BusinessUnitID_get, _traderapi.CTORATstpQryNegoOrderField_BusinessUnitID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryNegoOrderField_SecurityID_get, _traderapi.CTORATstpQryNegoOrderField_SecurityID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryNegoOrderField_ShareholderID_get, _traderapi.CTORATstpQryNegoOrderField_ShareholderID_set) # ϵͳ������� OrderSysID = property(_traderapi.CTORATstpQryNegoOrderField_OrderSysID_get, _traderapi.CTORATstpQryNegoOrderField_OrderSysID_set) # Insert Time InsertTimeStart = property(_traderapi.CTORATstpQryNegoOrderField_InsertTimeStart_get, _traderapi.CTORATstpQryNegoOrderField_InsertTimeStart_set) # Insert Time InsertTimeEnd = property(_traderapi.CTORATstpQryNegoOrderField_InsertTimeEnd_get, _traderapi.CTORATstpQryNegoOrderField_InsertTimeEnd_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpQryNegoOrderField_SInfo_get, _traderapi.CTORATstpQryNegoOrderField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpQryNegoOrderField_IInfo_get, _traderapi.CTORATstpQryNegoOrderField_IInfo_set) def __init__(self): _traderapi.CTORATstpQryNegoOrderField_swiginit(self, _traderapi.new_CTORATstpQryNegoOrderField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryNegoOrderField # Register CTORATstpQryNegoOrderField in _traderapi: _traderapi.CTORATstpQryNegoOrderField_swigregister(CTORATstpQryNegoOrderField) #########################################��ѯЭ�齻�׳���############################################ class CTORATstpQryNegoOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryNegoOrderActionField_ExchangeID_get, _traderapi.CTORATstpQryNegoOrderActionField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryNegoOrderActionField_InvestorID_get, _traderapi.CTORATstpQryNegoOrderActionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryNegoOrderActionField_BusinessUnitID_get, _traderapi.CTORATstpQryNegoOrderActionField_BusinessUnitID_set) # �ɶ��˻��˻����� ShareholderID = property(_traderapi.CTORATstpQryNegoOrderActionField_ShareholderID_get, _traderapi.CTORATstpQryNegoOrderActionField_ShareholderID_set) # ���ر������ OrderLocalID = property(_traderapi.CTORATstpQryNegoOrderActionField_OrderLocalID_get, _traderapi.CTORATstpQryNegoOrderActionField_OrderLocalID_set) # ���س������ CancelOrderLocalID = property(_traderapi.CTORATstpQryNegoOrderActionField_CancelOrderLocalID_get, _traderapi.CTORATstpQryNegoOrderActionField_CancelOrderLocalID_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpQryNegoOrderActionField_SInfo_get, _traderapi.CTORATstpQryNegoOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpQryNegoOrderActionField_IInfo_get, _traderapi.CTORATstpQryNegoOrderActionField_IInfo_set) def __init__(self): _traderapi.CTORATstpQryNegoOrderActionField_swiginit(self, _traderapi.new_CTORATstpQryNegoOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryNegoOrderActionField # Register CTORATstpQryNegoOrderActionField in _traderapi: _traderapi.CTORATstpQryNegoOrderActionField_swigregister(CTORATstpQryNegoOrderActionField) #########################################Э�齻�׳���############################################ class CTORATstpNegoOrderActionField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpNegoOrderActionField_ExchangeID_get, _traderapi.CTORATstpNegoOrderActionField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpNegoOrderActionField_InvestorID_get, _traderapi.CTORATstpNegoOrderActionField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpNegoOrderActionField_BusinessUnitID_get, _traderapi.CTORATstpNegoOrderActionField_BusinessUnitID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpNegoOrderActionField_ShareholderID_get, _traderapi.CTORATstpNegoOrderActionField_ShareholderID_set) # ������־ ActionFlag = property(_traderapi.CTORATstpNegoOrderActionField_ActionFlag_get, _traderapi.CTORATstpNegoOrderActionField_ActionFlag_set) # ���س������ CancelOrderLocalID = property(_traderapi.CTORATstpNegoOrderActionField_CancelOrderLocalID_get, _traderapi.CTORATstpNegoOrderActionField_CancelOrderLocalID_set) # ϵͳ������� CancelOrderSysID = property(_traderapi.CTORATstpNegoOrderActionField_CancelOrderSysID_get, _traderapi.CTORATstpNegoOrderActionField_CancelOrderSysID_set) # ��������ϵͳ������� OrderSysID = property(_traderapi.CTORATstpNegoOrderActionField_OrderSysID_get, _traderapi.CTORATstpNegoOrderActionField_OrderSysID_set) # �����������ر������ OrderLocalID = property(_traderapi.CTORATstpNegoOrderActionField_OrderLocalID_get, _traderapi.CTORATstpNegoOrderActionField_OrderLocalID_set) # ί�з�ʽ Operway = property(_traderapi.CTORATstpNegoOrderActionField_Operway_get, _traderapi.CTORATstpNegoOrderActionField_Operway_set) # �ַ���������Ϣ SInfo = property(_traderapi.CTORATstpNegoOrderActionField_SInfo_get, _traderapi.CTORATstpNegoOrderActionField_SInfo_set) # ���θ�����Ϣ IInfo = property(_traderapi.CTORATstpNegoOrderActionField_IInfo_get, _traderapi.CTORATstpNegoOrderActionField_IInfo_set) # ���͹�˾���Ŵ��� DepartmentID = property(_traderapi.CTORATstpNegoOrderActionField_DepartmentID_get, _traderapi.CTORATstpNegoOrderActionField_DepartmentID_set) # �����û� ActionUser = property(_traderapi.CTORATstpNegoOrderActionField_ActionUser_get, _traderapi.CTORATstpNegoOrderActionField_ActionUser_set) # ������ TradingDay = property(_traderapi.CTORATstpNegoOrderActionField_TradingDay_get, _traderapi.CTORATstpNegoOrderActionField_TradingDay_set) # �������� ActionDate = property(_traderapi.CTORATstpNegoOrderActionField_ActionDate_get, _traderapi.CTORATstpNegoOrderActionField_ActionDate_set) # ����ʱ�� ActionTime = property(_traderapi.CTORATstpNegoOrderActionField_ActionTime_get, _traderapi.CTORATstpNegoOrderActionField_ActionTime_set) # ����״̬ CancelOrderStatus = property(_traderapi.CTORATstpNegoOrderActionField_CancelOrderStatus_get, _traderapi.CTORATstpNegoOrderActionField_CancelOrderStatus_set) # ״̬��Ϣ StatusMsg = property(_traderapi.CTORATstpNegoOrderActionField_StatusMsg_get, _traderapi.CTORATstpNegoOrderActionField_StatusMsg_set) # ������ RequestID = property(_traderapi.CTORATstpNegoOrderActionField_RequestID_get, _traderapi.CTORATstpNegoOrderActionField_RequestID_set) # ǰ�ñ�� ActionFrontID = property(_traderapi.CTORATstpNegoOrderActionField_ActionFrontID_get, _traderapi.CTORATstpNegoOrderActionField_ActionFrontID_set) # �Ự��� ActionSessionID = property(_traderapi.CTORATstpNegoOrderActionField_ActionSessionID_get, _traderapi.CTORATstpNegoOrderActionField_ActionSessionID_set) # ���׵�Ԫ���� PbuID = property(_traderapi.CTORATstpNegoOrderActionField_PbuID_get, _traderapi.CTORATstpNegoOrderActionField_PbuID_set) # IP��ַ IPAddress = property(_traderapi.CTORATstpNegoOrderActionField_IPAddress_get, _traderapi.CTORATstpNegoOrderActionField_IPAddress_set) # Mac��ַ MacAddress = property(_traderapi.CTORATstpNegoOrderActionField_MacAddress_get, _traderapi.CTORATstpNegoOrderActionField_MacAddress_set) def __init__(self): _traderapi.CTORATstpNegoOrderActionField_swiginit(self, _traderapi.new_CTORATstpNegoOrderActionField()) __swig_destroy__ = _traderapi.delete_CTORATstpNegoOrderActionField # Register CTORATstpNegoOrderActionField in _traderapi: _traderapi.CTORATstpNegoOrderActionField_swigregister(CTORATstpNegoOrderActionField) #########################################��ѯЭ�齻�׳ɽ�############################################ class CTORATstpQryNegoTradeField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryNegoTradeField_ExchangeID_get, _traderapi.CTORATstpQryNegoTradeField_ExchangeID_set) # Ͷ���ߴ��� InvestorID = property(_traderapi.CTORATstpQryNegoTradeField_InvestorID_get, _traderapi.CTORATstpQryNegoTradeField_InvestorID_set) # Ͷ�ʵ�Ԫ���� BusinessUnitID = property(_traderapi.CTORATstpQryNegoTradeField_BusinessUnitID_get, _traderapi.CTORATstpQryNegoTradeField_BusinessUnitID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryNegoTradeField_SecurityID_get, _traderapi.CTORATstpQryNegoTradeField_SecurityID_set) # �ɶ��˻����� ShareholderID = property(_traderapi.CTORATstpQryNegoTradeField_ShareholderID_get, _traderapi.CTORATstpQryNegoTradeField_ShareholderID_set) # �ɽ���� TradeID = property(_traderapi.CTORATstpQryNegoTradeField_TradeID_get, _traderapi.CTORATstpQryNegoTradeField_TradeID_set) # Insert Time TradeTimeStart = property(_traderapi.CTORATstpQryNegoTradeField_TradeTimeStart_get, _traderapi.CTORATstpQryNegoTradeField_TradeTimeStart_set) # Insert Time TradeTimeEnd = property(_traderapi.CTORATstpQryNegoTradeField_TradeTimeEnd_get, _traderapi.CTORATstpQryNegoTradeField_TradeTimeEnd_set) def __init__(self): _traderapi.CTORATstpQryNegoTradeField_swiginit(self, _traderapi.new_CTORATstpQryNegoTradeField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryNegoTradeField # Register CTORATstpQryNegoTradeField in _traderapi: _traderapi.CTORATstpQryNegoTradeField_swigregister(CTORATstpQryNegoTradeField) #########################################��ѯЭ�齻�ײ���############################################ class CTORATstpQryNegotiationParamField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpQryNegotiationParamField_ExchangeID_get, _traderapi.CTORATstpQryNegotiationParamField_ExchangeID_set) # ֤ȯ���� SecurityID = property(_traderapi.CTORATstpQryNegotiationParamField_SecurityID_get, _traderapi.CTORATstpQryNegotiationParamField_SecurityID_set) def __init__(self): _traderapi.CTORATstpQryNegotiationParamField_swiginit(self, _traderapi.new_CTORATstpQryNegotiationParamField()) __swig_destroy__ = _traderapi.delete_CTORATstpQryNegotiationParamField # Register CTORATstpQryNegotiationParamField in _traderapi: _traderapi.CTORATstpQryNegotiationParamField_swigregister(CTORATstpQryNegotiationParamField) #########################################Э�齻�ײ���############################################ class CTORATstpNegotiationParamField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # ���������� ExchangeID = property(_traderapi.CTORATstpNegotiationParamField_ExchangeID_get, _traderapi.CTORATstpNegotiationParamField_ExchangeID_set) # ��Լ���� SecurityID = property(_traderapi.CTORATstpNegotiationParamField_SecurityID_get, _traderapi.CTORATstpNegotiationParamField_SecurityID_set) # ���뽻�׵�λ BuyTradingUnit = property(_traderapi.CTORATstpNegotiationParamField_BuyTradingUnit_get, _traderapi.CTORATstpNegotiationParamField_BuyTradingUnit_set) # �������׵�λ SellTradingUnit = property(_traderapi.CTORATstpNegotiationParamField_SellTradingUnit_get, _traderapi.CTORATstpNegotiationParamField_SellTradingUnit_set) # �����ż� MinOrderVolume = property(_traderapi.CTORATstpNegotiationParamField_MinOrderVolume_get, _traderapi.CTORATstpNegotiationParamField_MinOrderVolume_set) # ����ż� MinOrderAmt = property(_traderapi.CTORATstpNegotiationParamField_MinOrderAmt_get, _traderapi.CTORATstpNegotiationParamField_MinOrderAmt_set) # ��С�䶯��λ PriceTick = property(_traderapi.CTORATstpNegotiationParamField_PriceTick_get, _traderapi.CTORATstpNegotiationParamField_PriceTick_set) # ��ͣ��� UpperLimitPrice = property(_traderapi.CTORATstpNegotiationParamField_UpperLimitPrice_get, _traderapi.CTORATstpNegotiationParamField_UpperLimitPrice_set) # ��ͣ��� LowerLimitPrice = property(_traderapi.CTORATstpNegotiationParamField_LowerLimitPrice_get, _traderapi.CTORATstpNegotiationParamField_LowerLimitPrice_set) # �Ƿ��������� bMarketMaker = property(_traderapi.CTORATstpNegotiationParamField_bMarketMaker_get, _traderapi.CTORATstpNegotiationParamField_bMarketMaker_set) def __init__(self): _traderapi.CTORATstpNegotiationParamField_swiginit(self, _traderapi.new_CTORATstpNegotiationParamField()) __swig_destroy__ = _traderapi.delete_CTORATstpNegotiationParamField # Register CTORATstpNegotiationParamField in _traderapi: _traderapi.CTORATstpNegotiationParamField_swigregister(CTORATstpNegotiationParamField) #########################################fens�û���Ϣ############################################ class CTORATstpFensUserInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �汾��Ϣ FensVer = property(_traderapi.CTORATstpFensUserInfoField_FensVer_get, _traderapi.CTORATstpFensUserInfoField_FensVer_set) # ������� FensEnvID = property(_traderapi.CTORATstpFensUserInfoField_FensEnvID_get, _traderapi.CTORATstpFensUserInfoField_FensEnvID_set) # �ڵ��� FensNodeID = property(_traderapi.CTORATstpFensUserInfoField_FensNodeID_get, _traderapi.CTORATstpFensUserInfoField_FensNodeID_set) # Fens�û����� FensUserID = property(_traderapi.CTORATstpFensUserInfoField_FensUserID_get, _traderapi.CTORATstpFensUserInfoField_FensUserID_set) # �û����� UserID = property(_traderapi.CTORATstpFensUserInfoField_UserID_get, _traderapi.CTORATstpFensUserInfoField_UserID_set) # �ն���Ϣ ClientInfo = property(_traderapi.CTORATstpFensUserInfoField_ClientInfo_get, _traderapi.CTORATstpFensUserInfoField_ClientInfo_set) def __init__(self): _traderapi.CTORATstpFensUserInfoField_swiginit(self, _traderapi.new_CTORATstpFensUserInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpFensUserInfoField # Register CTORATstpFensUserInfoField in _traderapi: _traderapi.CTORATstpFensUserInfoField_swigregister(CTORATstpFensUserInfoField) #########################################������Ϣ############################################ class CTORATstpConnectionInfoField(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr # �û������� UserRequestID = property(_traderapi.CTORATstpConnectionInfoField_UserRequestID_get, _traderapi.CTORATstpConnectionInfoField_UserRequestID_set) # ����IP��ַ InnerIPAddress = property(_traderapi.CTORATstpConnectionInfoField_InnerIPAddress_get, _traderapi.CTORATstpConnectionInfoField_InnerIPAddress_set) # �����˿ں� InnerPort = property(_traderapi.CTORATstpConnectionInfoField_InnerPort_get, _traderapi.CTORATstpConnectionInfoField_InnerPort_set) # ����IP��ַ OuterIPAddress = property(_traderapi.CTORATstpConnectionInfoField_OuterIPAddress_get, _traderapi.CTORATstpConnectionInfoField_OuterIPAddress_set) # �����˿ں� OuterPort = property(_traderapi.CTORATstpConnectionInfoField_OuterPort_get, _traderapi.CTORATstpConnectionInfoField_OuterPort_set) # MAC��ַ MacAddress = property(_traderapi.CTORATstpConnectionInfoField_MacAddress_get, _traderapi.CTORATstpConnectionInfoField_MacAddress_set) def __init__(self): _traderapi.CTORATstpConnectionInfoField_swiginit(self, _traderapi.new_CTORATstpConnectionInfoField()) __swig_destroy__ = _traderapi.delete_CTORATstpConnectionInfoField # Register CTORATstpConnectionInfoField in _traderapi: _traderapi.CTORATstpConnectionInfoField_swigregister(CTORATstpConnectionInfoField) class CTORATstpTraderSpi(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr #���ͻ����뽻�׺�̨������ͨ������ʱ(��δ��¼ǰ),�÷��������� def OnFrontConnected(self) -> "void": return _traderapi.CTORATstpTraderSpi_OnFrontConnected(self) #���ͻ����뽻�׺�̨ͨ�����ӶϿ�ʱ,�÷���������,��������������,API���Զ���������,�ͻ��˿ɲ�������nReasonΪ�Ͽ�ԭ��,-3 �����ѶϿ�,-4 �����ʧ��,-5 ����дʧ��,-6 ����������,-7 ����Ŵ���,-8 �������������,-9 ����ı���,-15�����ʧ��,-16����дʧ�� def OnFrontDisconnected(self, nReason: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnFrontDisconnected(self, nReason) #����Ӧ�� def OnRspError(self, pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspError(self, pRspInfoField, nRequestID, bIsLast) #��ȡ������ϢӦ��,����pConnectionInfoField��һ��CTORATstpConnectionInfoField����� def OnRspGetConnectionInfo(self, pConnectionInfoField: "CTORATstpConnectionInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspGetConnectionInfo(self, pConnectionInfoField, pRspInfoField, nRequestID) #��¼��Ӧ,����pRspUserLoginField��һ��CTORATstpRspUserLoginField����� def OnRspUserLogin(self, pRspUserLoginField: "CTORATstpRspUserLoginField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspUserLogin(self, pRspUserLoginField, pRspInfoField, nRequestID) #�dz���Ӧ,����pUserLogoutField��һ��CTORATstpUserLogoutField����� def OnRspUserLogout(self, pUserLogoutField: "CTORATstpUserLogoutField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspUserLogout(self, pUserLogoutField, pRspInfoField, nRequestID) #�޸�������Ӧ,����pUserPasswordUpdateField��һ��CTORATstpUserPasswordUpdateField����� def OnRspUserPasswordUpdate(self, pUserPasswordUpdateField: "CTORATstpUserPasswordUpdateField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspUserPasswordUpdate(self, pUserPasswordUpdateField, pRspInfoField, nRequestID) #¼���豸������Ӧ,����pRspInputDeviceSerialField��һ��CTORATstpRspInputDeviceSerialField����� def OnRspInputDeviceSerial(self, pRspInputDeviceSerialField: "CTORATstpRspInputDeviceSerialField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspInputDeviceSerial(self, pRspInputDeviceSerialField, pRspInfoField, nRequestID) #����¼����Ӧ,����pInputOrderField��һ��CTORATstpInputOrderField����� def OnRspOrderInsert(self, pInputOrderField: "CTORATstpInputOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspOrderInsert(self, pInputOrderField, pRspInfoField, nRequestID) #�����ر�,����pOrderField��һ��CTORATstpOrderField����� def OnRtnOrder(self, pOrderField: "CTORATstpOrderField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnOrder(self, pOrderField) #��������ر�,����pInputOrderField��һ��CTORATstpInputOrderField����� def OnErrRtnOrderInsert(self, pInputOrderField: "CTORATstpInputOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnErrRtnOrderInsert(self, pInputOrderField, pRspInfoField, nRequestID) #�ɽ��ر�,����pTradeField��һ��CTORATstpTradeField����� def OnRtnTrade(self, pTradeField: "CTORATstpTradeField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnTrade(self, pTradeField) #������Ӧ,����pInputOrderActionField��һ��CTORATstpInputOrderActionField����� def OnRspOrderAction(self, pInputOrderActionField: "CTORATstpInputOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspOrderAction(self, pInputOrderActionField, pRspInfoField, nRequestID) #��������ر�,����pInputOrderActionField��һ��CTORATstpInputOrderActionField����� def OnErrRtnOrderAction(self, pInputOrderActionField: "CTORATstpInputOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnErrRtnOrderAction(self, pInputOrderActionField, pRspInfoField, nRequestID) #������¼����Ӧ,����pInputCondOrderField��һ��CTORATstpInputCondOrderField����� def OnRspCondOrderInsert(self, pInputCondOrderField: "CTORATstpInputCondOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspCondOrderInsert(self, pInputCondOrderField, pRspInfoField, nRequestID) #�������ر�,����pConditionOrderField��һ��CTORATstpConditionOrderField����� def OnRtnCondOrder(self, pConditionOrderField: "CTORATstpConditionOrderField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnCondOrder(self, pConditionOrderField) #������¼�����ر�,����pInputCondOrderField��һ��CTORATstpInputCondOrderField����� def OnErrRtnCondOrderInsert(self, pInputCondOrderField: "CTORATstpInputCondOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnErrRtnCondOrderInsert(self, pInputCondOrderField, pRspInfoField, nRequestID) #������������Ӧ,����pInputCondOrderActionField��һ��CTORATstpInputCondOrderActionField����� def OnRspCondOrderAction(self, pInputCondOrderActionField: "CTORATstpInputCondOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspCondOrderAction(self, pInputCondOrderActionField, pRspInfoField, nRequestID) #��������������ر�,����pInputCondOrderActionField��һ��CTORATstpInputCondOrderActionField����� def OnErrRtnCondOrderAction(self, pInputCondOrderActionField: "CTORATstpInputCondOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnErrRtnCondOrderAction(self, pInputCondOrderActionField, pRspInfoField, nRequestID) #Э�齻�ױ���¼����Ӧ,����pInputNegoOrderField��һ��CTORATstpInputNegoOrderField����� def OnRspNegoOrderInsert(self, pInputNegoOrderField: "CTORATstpInputNegoOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspNegoOrderInsert(self, pInputNegoOrderField, pRspInfoField, nRequestID) #Э�齻�ױ����ر�,����pNegoOrderField��һ��CTORATstpNegoOrderField����� def OnRtnNegoOrder(self, pNegoOrderField: "CTORATstpNegoOrderField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnNegoOrder(self, pNegoOrderField) #Э�齻�ױ�������ر�,����pInputNegoOrderField��һ��CTORATstpInputNegoOrderField����� def OnErrRtnNegoOrderInsert(self, pInputNegoOrderField: "CTORATstpInputNegoOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnErrRtnNegoOrderInsert(self, pInputNegoOrderField, pRspInfoField, nRequestID) #Э�齻�׳ɽ��ر�,����pNegoTradeField��һ��CTORATstpNegoTradeField����� def OnRtnNegoTrade(self, pNegoTradeField: "CTORATstpNegoTradeField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnNegoTrade(self, pNegoTradeField) #Э�齻�ױ�������¼����Ӧ,����pInputNegoOrderActionField��һ��CTORATstpInputNegoOrderActionField����� def OnRspNegoOrderAction(self, pInputNegoOrderActionField: "CTORATstpInputNegoOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspNegoOrderAction(self, pInputNegoOrderActionField, pRspInfoField, nRequestID) #Э�齻�ױ�����������ر�,����pInputNegoOrderActionField��һ��CTORATstpInputNegoOrderActionField����� def OnErrRtnNegoOrderAction(self, pInputNegoOrderActionField: "CTORATstpInputNegoOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnErrRtnNegoOrderAction(self, pInputNegoOrderActionField, pRspInfoField, nRequestID) #����¼����Ӧ����չ��,����pInputOrderExField��һ��CTORATstpInputOrderExField����� def OnRspOrderInsertEx(self, pInputOrderExField: "CTORATstpInputOrderExField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspOrderInsertEx(self, pInputOrderExField, pRspInfoField, nRequestID) #����������Ӧ����չ��,����pInputOrderActionExField��һ��CTORATstpInputOrderActionExField����� def OnRspOrderActionEx(self, pInputOrderActionExField: "CTORATstpInputOrderActionExField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspOrderActionEx(self, pInputOrderActionExField, pRspInfoField, nRequestID) #�г�״̬�ر�,����pMarketStatusField��һ��CTORATstpMarketStatusField����� def OnRtnMarketStatus(self, pMarketStatusField: "CTORATstpMarketStatusField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnMarketStatus(self, pMarketStatusField) #�ʽ�ת����Ӧ,����pInputTransferFundField��һ��CTORATstpInputTransferFundField����� def OnRspTransferFund(self, pInputTransferFundField: "CTORATstpInputTransferFundField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspTransferFund(self, pInputTransferFundField, pRspInfoField, nRequestID) #�ʽ�ת�ƴ���ر�,����pInputTransferFundField��һ��CTORATstpInputTransferFundField����� def OnErrRtnTransferFund(self, pInputTransferFundField: "CTORATstpInputTransferFundField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnErrRtnTransferFund(self, pInputTransferFundField, pRspInfoField, nRequestID) #�ʽ�ת�ƻر�,����pTransferFundField��һ��CTORATstpTransferFundField����� def OnRtnTransferFund(self, pTransferFundField: "CTORATstpTransferFundField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnTransferFund(self, pTransferFundField) #��λת����Ӧ,����pInputTransferPositionField��һ��CTORATstpInputTransferPositionField����� def OnRspTransferPosition(self, pInputTransferPositionField: "CTORATstpInputTransferPositionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspTransferPosition(self, pInputTransferPositionField, pRspInfoField, nRequestID) #��λת�ƴ���ر�,����pInputTransferPositionField��һ��CTORATstpInputTransferPositionField����� def OnErrRtnTransferPosition(self, pInputTransferPositionField: "CTORATstpInputTransferPositionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnErrRtnTransferPosition(self, pInputTransferPositionField, pRspInfoField, nRequestID) #��λת�ƻر�,����pTransferPositionField��һ��CTORATstpTransferPositionField����� def OnRtnTransferPosition(self, pTransferPositionField: "CTORATstpTransferPositionField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnTransferPosition(self, pTransferPositionField) #��Χϵͳ��λת�ƻر�,����pPeripheryTransferPositionField��һ��CTORATstpPeripheryTransferPositionField����� def OnRtnPeripheryTransferPosition(self, pPeripheryTransferPositionField: "CTORATstpPeripheryTransferPositionField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnPeripheryTransferPosition(self, pPeripheryTransferPositionField) #��Χϵͳ�ʽ�ת�ƻر�,����pPeripheryTransferFundField��һ��CTORATstpPeripheryTransferFundField����� def OnRtnPeripheryTransferFund(self, pPeripheryTransferFundField: "CTORATstpPeripheryTransferFundField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnPeripheryTransferFund(self, pPeripheryTransferFundField) #��ѯ���н���ϵͳ�ʽ���Ӧ,����pRspInquiryJZFundField��һ��CTORATstpRspInquiryJZFundField����� def OnRspInquiryJZFund(self, pRspInquiryJZFundField: "CTORATstpRspInquiryJZFundField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspInquiryJZFund(self, pRspInquiryJZFundField, pRspInfoField, nRequestID) #��ѯ�����˻������Ӧ,����pRspInquiryBankAccountFundField��һ��CTORATstpRspInquiryBankAccountFundField����� def OnRspInquiryBankAccountFund(self, pRspInquiryBankAccountFundField: "CTORATstpRspInquiryBankAccountFundField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspInquiryBankAccountFund(self, pRspInquiryBankAccountFundField, pRspInfoField, nRequestID) #����֪ͨ�ر�,����pTradingNoticeField��һ��CTORATstpTradingNoticeField����� def OnRtnTradingNotice(self, pTradingNoticeField: "CTORATstpTradingNoticeField") -> "void": return _traderapi.CTORATstpTraderSpi_OnRtnTradingNotice(self, pTradingNoticeField) #��ѯ��󱨵�����Ӧ,����pRspInquiryMaxOrderVolumeField��һ��CTORATstpRspInquiryMaxOrderVolumeField����� def OnRspInquiryMaxOrderVolume(self, pRspInquiryMaxOrderVolumeField: "CTORATstpRspInquiryMaxOrderVolumeField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspInquiryMaxOrderVolume(self, pRspInquiryMaxOrderVolumeField, pRspInfoField, nRequestID) #���׳ɽ����жȲ�ѯ��Ӧ,����pInquiryTradeConcentrationField��һ��CTORATstpInquiryTradeConcentrationField����� def OnRspInquiryTradeConcentration(self, pInquiryTradeConcentrationField: "CTORATstpInquiryTradeConcentrationField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspInquiryTradeConcentration(self, pInquiryTradeConcentrationField, pRspInfoField, nRequestID) #�����޸Ŀ��ֳɱ���Ӧ,����pReqModifyOpenPosCostField��һ��CTORATstpReqModifyOpenPosCostField����� def OnRspModifyOpenPosCost(self, pReqModifyOpenPosCostField: "CTORATstpReqModifyOpenPosCostField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspModifyOpenPosCost(self, pReqModifyOpenPosCostField, pRspInfoField, nRequestID) #¼��ڵ��ʽ������Ϣ��Ӧ,����pInputNodeFundAssignmentField��һ��CTORATstpInputNodeFundAssignmentField����� def OnRspInputNodeFundAssignment(self, pInputNodeFundAssignmentField: "CTORATstpInputNodeFundAssignmentField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspInputNodeFundAssignment(self, pInputNodeFundAssignmentField, pRspInfoField, nRequestID) #��ѯ�ڵ��ʽ���������Ӧ,����pRspInquiryNodeFundAssignmentField��һ��CTORATstpRspInquiryNodeFundAssignmentField����� def OnRspInquiryNodeFundAssignment(self, pRspInquiryNodeFundAssignmentField: "CTORATstpRspInquiryNodeFundAssignmentField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspInquiryNodeFundAssignment(self, pRspInquiryNodeFundAssignmentField, pRspInfoField, nRequestID) #��ѯ��������Ӧ,����pExchangeField��һ��CTORATstpExchangeField����� def OnRspQryExchange(self, pExchangeField: "CTORATstpExchangeField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryExchange(self, pExchangeField, pRspInfoField, nRequestID, bIsLast) #��ѯ֤ȯ��Ϣ��Ӧ,����pSecurityField��һ��CTORATstpSecurityField����� def OnRspQrySecurity(self, pSecurityField: "CTORATstpSecurityField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQrySecurity(self, pSecurityField, pRspInfoField, nRequestID, bIsLast) #��ѯ�¹���Ϣ��Ӧ,����pIPOInfoField��һ��CTORATstpIPOInfoField����� def OnRspQryIPOInfo(self, pIPOInfoField: "CTORATstpIPOInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryIPOInfo(self, pIPOInfoField, pRspInfoField, nRequestID, bIsLast) #��ѯ�û���Ӧ,����pUserField��һ��CTORATstpUserField����� def OnRspQryUser(self, pUserField: "CTORATstpUserField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryUser(self, pUserField, pRspInfoField, nRequestID, bIsLast) #��ѯͶ������Ӧ,����pInvestorField��һ��CTORATstpInvestorField����� def OnRspQryInvestor(self, pInvestorField: "CTORATstpInvestorField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryInvestor(self, pInvestorField, pRspInfoField, nRequestID, bIsLast) #��ѯ�ɶ��˻���Ӧ,����pShareholderAccountField��һ��CTORATstpShareholderAccountField����� def OnRspQryShareholderAccount(self, pShareholderAccountField: "CTORATstpShareholderAccountField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryShareholderAccount(self, pShareholderAccountField, pRspInfoField, nRequestID, bIsLast) #��ѯ�����ծ��Ϣ��Ӧ,����pRationalInfoField��һ��CTORATstpRationalInfoField����� def OnRspQryRationalInfo(self, pRationalInfoField: "CTORATstpRationalInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryRationalInfo(self, pRationalInfoField, pRspInfoField, nRequestID, bIsLast) #��ѯ������Ӧ,����pOrderField��һ��CTORATstpOrderField����� def OnRspQryOrder(self, pOrderField: "CTORATstpOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryOrder(self, pOrderField, pRspInfoField, nRequestID, bIsLast) #��ѯ��������,����pOrderActionField��һ��CTORATstpOrderActionField����� def OnRspQryOrderAction(self, pOrderActionField: "CTORATstpOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryOrderAction(self, pOrderActionField, pRspInfoField, nRequestID, bIsLast) #��ѯ�ɽ���Ӧ,����pTradeField��һ��CTORATstpTradeField����� def OnRspQryTrade(self, pTradeField: "CTORATstpTradeField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryTrade(self, pTradeField, pRspInfoField, nRequestID, bIsLast) #��ѯ�ʽ��˻���Ӧ,����pTradingAccountField��һ��CTORATstpTradingAccountField����� def OnRspQryTradingAccount(self, pTradingAccountField: "CTORATstpTradingAccountField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryTradingAccount(self, pTradingAccountField, pRspInfoField, nRequestID, bIsLast) #��ѯͶ���ֲ߳���Ӧ,����pPositionField��һ��CTORATstpPositionField����� def OnRspQryPosition(self, pPositionField: "CTORATstpPositionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryPosition(self, pPositionField, pRspInfoField, nRequestID, bIsLast) #��ѯ�������׷�����Ӧ,����pTradingFeeField��һ��CTORATstpTradingFeeField����� def OnRspQryTradingFee(self, pTradingFeeField: "CTORATstpTradingFeeField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryTradingFee(self, pTradingFeeField, pRspInfoField, nRequestID, bIsLast) #��ѯӶ�������Ӧ,����pInvestorTradingFeeField��һ��CTORATstpInvestorTradingFeeField����� def OnRspQryInvestorTradingFee(self, pInvestorTradingFeeField: "CTORATstpInvestorTradingFeeField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryInvestorTradingFee(self, pInvestorTradingFeeField, pRspInfoField, nRequestID, bIsLast) #��ѯ�¹��깺�����Ӧ,����pIPOQuotaField��һ��CTORATstpIPOQuotaField����� def OnRspQryIPOQuota(self, pIPOQuotaField: "CTORATstpIPOQuotaField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryIPOQuota(self, pIPOQuotaField, pRspInfoField, nRequestID, bIsLast) #��ѯ������ϸ�ʽ���Ӧ,����pOrderFundDetailField��һ��CTORATstpOrderFundDetailField����� def OnRspQryOrderFundDetail(self, pOrderFundDetailField: "CTORATstpOrderFundDetailField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryOrderFundDetail(self, pOrderFundDetailField, pRspInfoField, nRequestID, bIsLast) #��ѯ�ʽ�ת����ˮ��Ӧ,����pFundTransferDetailField��һ��CTORATstpFundTransferDetailField����� def OnRspQryFundTransferDetail(self, pFundTransferDetailField: "CTORATstpFundTransferDetailField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryFundTransferDetail(self, pFundTransferDetailField, pRspInfoField, nRequestID, bIsLast) #��ѯ�ֲ�ת����ˮ��Ӧ,����pPositionTransferDetailField��һ��CTORATstpPositionTransferDetailField����� def OnRspQryPositionTransferDetail(self, pPositionTransferDetailField: "CTORATstpPositionTransferDetailField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryPositionTransferDetail(self, pPositionTransferDetailField, pRspInfoField, nRequestID, bIsLast) #��ѯ��Χϵͳ��λ������ˮ��Ӧ,����pPeripheryPositionTransferDetailField��һ��CTORATstpPeripheryPositionTransferDetailField����� def OnRspQryPeripheryPositionTransferDetail(self, pPeripheryPositionTransferDetailField: "CTORATstpPeripheryPositionTransferDetailField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryPeripheryPositionTransferDetail(self, pPeripheryPositionTransferDetailField, pRspInfoField, nRequestID, bIsLast) #��ѯ��Χϵͳ�ʽ������ˮ��Ӧ,����pPeripheryFundTransferDetailField��һ��CTORATstpPeripheryFundTransferDetailField����� def OnRspQryPeripheryFundTransferDetail(self, pPeripheryFundTransferDetailField: "CTORATstpPeripheryFundTransferDetailField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryPeripheryFundTransferDetail(self, pPeripheryFundTransferDetailField, pRspInfoField, nRequestID, bIsLast) #��ѯծȯת����Ϣ��Ӧ,����pBondConversionInfoField��һ��CTORATstpBondConversionInfoField����� def OnRspQryBondConversionInfo(self, pBondConversionInfoField: "CTORATstpBondConversionInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryBondConversionInfo(self, pBondConversionInfoField, pRspInfoField, nRequestID, bIsLast) #��ѯծȯ������Ϣ��Ӧ,����pBondPutbackInfoField��һ��CTORATstpBondPutbackInfoField����� def OnRspQryBondPutbackInfo(self, pBondPutbackInfoField: "CTORATstpBondPutbackInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryBondPutbackInfo(self, pBondPutbackInfoField, pRspInfoField, nRequestID, bIsLast) #��ѯͶ�������������Ʋ�����Ӧ,����pInvestorCondOrderLimitParamField��һ��CTORATstpInvestorCondOrderLimitParamField����� def OnRspQryInvestorCondOrderLimitParam(self, pInvestorCondOrderLimitParamField: "CTORATstpInvestorCondOrderLimitParamField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryInvestorCondOrderLimitParam(self, pInvestorCondOrderLimitParamField, pRspInfoField, nRequestID, bIsLast) #��ѯ��������Ӧ,����pConditionOrderField��һ��CTORATstpConditionOrderField����� def OnRspQryConditionOrder(self, pConditionOrderField: "CTORATstpConditionOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryConditionOrder(self, pConditionOrderField, pRspInfoField, nRequestID, bIsLast) #��ѯ������������Ӧ,����pCondOrderActionField��һ��CTORATstpCondOrderActionField����� def OnRspQryCondOrderAction(self, pCondOrderActionField: "CTORATstpCondOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryCondOrderAction(self, pCondOrderActionField, pRspInfoField, nRequestID, bIsLast) #��ѯ����֪ͨ��Ӧ,����pTradingNoticeField��һ��CTORATstpTradingNoticeField����� def OnRspQryTradingNotice(self, pTradingNoticeField: "CTORATstpTradingNoticeField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryTradingNotice(self, pTradingNoticeField, pRspInfoField, nRequestID, bIsLast) #��ѯ�¹��깺��Ž����Ӧ,����pIPONumberResultField��һ��CTORATstpIPONumberResultField����� def OnRspQryIPONumberResult(self, pIPONumberResultField: "CTORATstpIPONumberResultField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryIPONumberResult(self, pIPONumberResultField, pRspInfoField, nRequestID, bIsLast) #��ѯ�¹��깺��ǩ�����Ӧ,����pIPOMatchNumberResultField��һ��CTORATstpIPOMatchNumberResultField����� def OnRspQryIPOMatchNumberResult(self, pIPOMatchNumberResultField: "CTORATstpIPOMatchNumberResultField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryIPOMatchNumberResult(self, pIPOMatchNumberResultField, pRspInfoField, nRequestID, bIsLast) #��ѯ����Э����Ӧ,����pShareholderSpecPrivilegeField��һ��CTORATstpShareholderSpecPrivilegeField����� def OnRspQryShareholderSpecPrivilege(self, pShareholderSpecPrivilegeField: "CTORATstpShareholderSpecPrivilegeField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryShareholderSpecPrivilege(self, pShareholderSpecPrivilegeField, pRspInfoField, nRequestID, bIsLast) #��ѯ�г���Ӧ,����pMarketField��һ��CTORATstpMarketField����� def OnRspQryMarket(self, pMarketField: "CTORATstpMarketField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryMarket(self, pMarketField, pRspInfoField, nRequestID, bIsLast) #��ѯETF�嵥��Ϣ��Ӧ,����pETFFileField��һ��CTORATstpETFFileField����� def OnRspQryETFFile(self, pETFFileField: "CTORATstpETFFileField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryETFFile(self, pETFFileField, pRspInfoField, nRequestID, bIsLast) #��ѯETF�ɷ�֤ȯ��Ϣ��Ӧ,����pETFBasketField��һ��CTORATstpETFBasketField����� def OnRspQryETFBasket(self, pETFBasketField: "CTORATstpETFBasketField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryETFBasket(self, pETFBasketField, pRspInfoField, nRequestID, bIsLast) #��ѯͶ�����޲���Ϣ��Ӧ,����pInvestorPositionLimitField��һ��CTORATstpInvestorPositionLimitField����� def OnRspQryInvestorPositionLimit(self, pInvestorPositionLimitField: "CTORATstpInvestorPositionLimitField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryInvestorPositionLimit(self, pInvestorPositionLimitField, pRspInfoField, nRequestID, bIsLast) #��ѯ���ͨ�����г�����״̬��Ϣ��Ӧ,����pSZSEImcParamsField��һ��CTORATstpSZSEImcParamsField����� def OnRspQrySZSEImcParams(self, pSZSEImcParamsField: "CTORATstpSZSEImcParamsField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQrySZSEImcParams(self, pSZSEImcParamsField, pRspInfoField, nRequestID, bIsLast) #��ѯ���ͨ�����г�����������Ϣ��Ӧ,����pSZSEImcExchangeRateField��һ��CTORATstpSZSEImcExchangeRateField����� def OnRspQrySZSEImcExchangeRate(self, pSZSEImcExchangeRateField: "CTORATstpSZSEImcExchangeRateField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQrySZSEImcExchangeRate(self, pSZSEImcExchangeRateField, pRspInfoField, nRequestID, bIsLast) #��ѯ���ͨ��С�۲���Ϣ��Ӧ,����pSZSEHKPriceTickInfoField��һ��CTORATstpSZSEHKPriceTickInfoField����� def OnRspQrySZSEHKPriceTickInfo(self, pSZSEHKPriceTickInfoField: "CTORATstpSZSEHKPriceTickInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQrySZSEHKPriceTickInfo(self, pSZSEHKPriceTickInfoField, pRspInfoField, nRequestID, bIsLast) #��ѯLOF������Ϣ��Ӧ,����pLofFundInfoField��һ��CTORATstpLofFundInfoField����� def OnRspQryLofFundInfo(self, pLofFundInfoField: "CTORATstpLofFundInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryLofFundInfo(self, pLofFundInfoField, pRspInfoField, nRequestID, bIsLast) #��ѯͶ������Ѻ�ֲ���Ӧ,����pPledgePositionField��һ��CTORATstpPledgePositionField����� def OnRspQryPledgePosition(self, pPledgePositionField: "CTORATstpPledgePositionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryPledgePosition(self, pPledgePositionField, pRspInfoField, nRequestID, bIsLast) #��ѯ֤ȯ��Ѻ��Ϣ��Ӧ,����pPledgeInfoField��һ��CTORATstpPledgeInfoField����� def OnRspQryPledgeInfo(self, pPledgeInfoField: "CTORATstpPledgeInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryPledgeInfo(self, pPledgeInfoField, pRspInfoField, nRequestID, bIsLast) #��ѯϵͳ�ڵ���Ϣ��Ӧ,����pSystemNodeInfoField��һ��CTORATstpSystemNodeInfoField����� def OnRspQrySystemNodeInfo(self, pSystemNodeInfoField: "CTORATstpSystemNodeInfoField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQrySystemNodeInfo(self, pSystemNodeInfoField, pRspInfoField, nRequestID, bIsLast) #��ѯ��׼ȯ�����Ӧ,����pStandardBondPositionField��һ��CTORATstpStandardBondPositionField����� def OnRspQryStandardBondPosition(self, pStandardBondPositionField: "CTORATstpStandardBondPositionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryStandardBondPosition(self, pStandardBondPositionField, pRspInfoField, nRequestID, bIsLast) #��ѯδ����ծȯ��Ѻ�ع�ί����Ӧ,����pPrematurityRepoOrderField��һ��CTORATstpPrematurityRepoOrderField����� def OnRspQryPrematurityRepoOrder(self, pPrematurityRepoOrderField: "CTORATstpPrematurityRepoOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryPrematurityRepoOrder(self, pPrematurityRepoOrderField, pRspInfoField, nRequestID, bIsLast) #��ѯЭ�齻�ױ�����Ӧ,����pNegoOrderField��һ��CTORATstpNegoOrderField����� def OnRspQryNegoOrder(self, pNegoOrderField: "CTORATstpNegoOrderField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryNegoOrder(self, pNegoOrderField, pRspInfoField, nRequestID, bIsLast) #��ѯЭ�齻�׳�����Ӧ,����pNegoOrderActionField��һ��CTORATstpNegoOrderActionField����� def OnRspQryNegoOrderAction(self, pNegoOrderActionField: "CTORATstpNegoOrderActionField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryNegoOrderAction(self, pNegoOrderActionField, pRspInfoField, nRequestID, bIsLast) #��ѯЭ�齻�׳ɽ���Ӧ,����pNegoTradeField��һ��CTORATstpNegoTradeField����� def OnRspQryNegoTrade(self, pNegoTradeField: "CTORATstpNegoTradeField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryNegoTrade(self, pNegoTradeField, pRspInfoField, nRequestID, bIsLast) #��ѯЭ�齻�ײ�����Ӧ,����pNegotiationParamField��һ��CTORATstpNegotiationParamField����� def OnRspQryNegotiationParam(self, pNegotiationParamField: "CTORATstpNegotiationParamField", pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int", bIsLast: "bool") -> "void": return _traderapi.CTORATstpTraderSpi_OnRspQryNegotiationParam(self, pNegotiationParamField, pRspInfoField, nRequestID, bIsLast) def __init__(self): if self.__class__ == CTORATstpTraderSpi: _self = None else: _self = self _traderapi.CTORATstpTraderSpi_swiginit(self, _traderapi.new_CTORATstpTraderSpi(_self, )) __swig_destroy__ = _traderapi.delete_CTORATstpTraderSpi def __disown__(self): self.this.disown() _traderapi.disown_CTORATstpTraderSpi(self) return weakref.proxy(self) # Register CTORATstpTraderSpi in _traderapi: _traderapi.CTORATstpTraderSpi_swigregister(CTORATstpTraderSpi) class CTORATstpTraderApi(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract") __repr__ = _swig_repr @staticmethod #�����ӿڶ���,����1Ϊ���ļ����Ŀ¼,����2Ϊ���������Ƿ���ܴ��� def CreateTstpTraderApi(*args) -> "TORASTOCKAPI::CTORATstpTraderApi *": return _traderapi.CTORATstpTraderApi_CreateTstpTraderApi(*args) @staticmethod #��ȡ�ӿڰ汾�� def GetApiVersion() -> "char const *": return _traderapi.CTORATstpTraderApi_GetApiVersion() #ɾ���ӿڶ���,����ʹ�ñ��ӿڶ���ʱ,���øú���ɾ���ӿڶ��� def Release(self) -> "void": return _traderapi.CTORATstpTraderApi_Release(self) #��ʼ���ӿڶ���,��ʼ�����л���,ֻ�е��ú�,�ӿڲſ�ʼ���� def Init(self) -> "void": return _traderapi.CTORATstpTraderApi_Init(self) #�ȴ��ӿ��߳̽������� def Join(self) -> "int": return _traderapi.CTORATstpTraderApi_Join(self) #ע��ǰ�û������ַ,pszFrontAddressΪǰ�û������ַ,��ʽtcp://127.0.0.1:17001 def RegisterFront(self, pszFrontAddress: "char *") -> "void": return _traderapi.CTORATstpTraderApi_RegisterFront(self, pszFrontAddress) #ע�����ַ����������ַ,pszNsAddressΪ���ַ����������ַ,��ʽtcp://127.0.0.1:12001 def RegisterNameServer(self, pszNsAddress: "char *") -> "void": return _traderapi.CTORATstpTraderApi_RegisterNameServer(self, pszNsAddress) #@param pFensUserInfoField���û���Ϣ��,����pFensUserInfoField��һ��CTORATstpFensUserInfoField����� def RegisterFensUserInfo(self, pFensUserInfoField: "CTORATstpFensUserInfoField") -> "void": return _traderapi.CTORATstpTraderApi_RegisterFensUserInfo(self, pFensUserInfoField) #ע��ص��ӿ�,pSpiΪ�����Իص��ӿ����ʵ�� def RegisterSpi(self, pSpi: "CTORATstpTraderSpi") -> "void": return _traderapi.CTORATstpTraderApi_RegisterSpi(self, pSpi) #����˽����,nResumeTypeΪ˽�����ش���ʽ,TORA_TERT_RESTART��ʾ�ӱ������տ�ʼ�ش�,TORA_TERT_RESUME��ʾ���ϴ��յ�������,TORA_TERT_QUICK��ʾֻ���͵�¼��˽���������� def SubscribePrivateTopic(self, nResumeType: "TORASTOCKAPI::TORA_TE_RESUME_TYPE") -> "void": return _traderapi.CTORATstpTraderApi_SubscribePrivateTopic(self, nResumeType) #���Ĺ�����,nResumeTypeΪ�������ش���ʽ,TORA_TERT_RESTART��ʾ�ӱ������տ�ʼ�ش�,TORA_TERT_RESUME��ʾ���ϴ��յ�������,TORA_TERT_QUICK��ʾֻ���͵�¼�󹫹��������� def SubscribePublicTopic(self, nResumeType: "TORASTOCKAPI::TORA_TE_RESUME_TYPE") -> "void": return _traderapi.CTORATstpTraderApi_SubscribePublicTopic(self, nResumeType) #��ȡ������Ϣ def ReqGetConnectionInfo(self, nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqGetConnectionInfo(self, nRequestID) #��¼����,����pReqUserLoginField��һ��CTORATstpReqUserLoginField����� def ReqUserLogin(self, pReqUserLoginField: "CTORATstpReqUserLoginField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqUserLogin(self, pReqUserLoginField, nRequestID) #�dz�����,����pUserLogoutField��һ��CTORATstpUserLogoutField����� def ReqUserLogout(self, pUserLogoutField: "CTORATstpUserLogoutField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqUserLogout(self, pUserLogoutField, nRequestID) #�޸���������,����pUserPasswordUpdateField��һ��CTORATstpUserPasswordUpdateField����� def ReqUserPasswordUpdate(self, pUserPasswordUpdateField: "CTORATstpUserPasswordUpdateField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqUserPasswordUpdate(self, pUserPasswordUpdateField, nRequestID) #¼���豸��������,����pReqInputDeviceSerialField��һ��CTORATstpReqInputDeviceSerialField����� def ReqInputDeviceSerial(self, pReqInputDeviceSerialField: "CTORATstpReqInputDeviceSerialField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqInputDeviceSerial(self, pReqInputDeviceSerialField, nRequestID) #����¼������,����pInputOrderField��һ��CTORATstpInputOrderField����� def ReqOrderInsert(self, pInputOrderField: "CTORATstpInputOrderField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqOrderInsert(self, pInputOrderField, nRequestID) #��������,����pInputOrderActionField��һ��CTORATstpInputOrderActionField����� def ReqOrderAction(self, pInputOrderActionField: "CTORATstpInputOrderActionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqOrderAction(self, pInputOrderActionField, nRequestID) #������¼������,����pInputCondOrderField��һ��CTORATstpInputCondOrderField����� def ReqCondOrderInsert(self, pInputCondOrderField: "CTORATstpInputCondOrderField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqCondOrderInsert(self, pInputCondOrderField, nRequestID) #��������������,����pInputCondOrderActionField��һ��CTORATstpInputCondOrderActionField����� def ReqCondOrderAction(self, pInputCondOrderActionField: "CTORATstpInputCondOrderActionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqCondOrderAction(self, pInputCondOrderActionField, nRequestID) #Э�齻�ױ���¼������,����pInputNegoOrderField��һ��CTORATstpInputNegoOrderField����� def ReqNegoOrderInsert(self, pInputNegoOrderField: "CTORATstpInputNegoOrderField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqNegoOrderInsert(self, pInputNegoOrderField, nRequestID) #Э�齻�ױ�������¼������,����pInputNegoOrderActionField��һ��CTORATstpInputNegoOrderActionField����� def ReqNegoOrderAction(self, pInputNegoOrderActionField: "CTORATstpInputNegoOrderActionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqNegoOrderAction(self, pInputNegoOrderActionField, nRequestID) #����¼��������չ��,����pInputOrderExField��һ��CTORATstpInputOrderExField����� def ReqOrderInsertEx(self, pInputOrderExField: "CTORATstpInputOrderExField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqOrderInsertEx(self, pInputOrderExField, nRequestID) #��������������չ��,����pInputOrderActionExField��һ��CTORATstpInputOrderActionExField����� def ReqOrderActionEx(self, pInputOrderActionExField: "CTORATstpInputOrderActionExField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqOrderActionEx(self, pInputOrderActionExField, nRequestID) #�ʽ�ת������,����pInputTransferFundField��һ��CTORATstpInputTransferFundField����� def ReqTransferFund(self, pInputTransferFundField: "CTORATstpInputTransferFundField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqTransferFund(self, pInputTransferFundField, nRequestID) #��λת������,����pInputTransferPositionField��һ��CTORATstpInputTransferPositionField����� def ReqTransferPosition(self, pInputTransferPositionField: "CTORATstpInputTransferPositionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqTransferPosition(self, pInputTransferPositionField, nRequestID) #��ѯ���н���ϵͳ�ʽ�����,����pReqInquiryJZFundField��һ��CTORATstpReqInquiryJZFundField����� def ReqInquiryJZFund(self, pReqInquiryJZFundField: "CTORATstpReqInquiryJZFundField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqInquiryJZFund(self, pReqInquiryJZFundField, nRequestID) #��ѯ�����˻��������,����pReqInquiryBankAccountFundField��һ��CTORATstpReqInquiryBankAccountFundField����� def ReqInquiryBankAccountFund(self, pReqInquiryBankAccountFundField: "CTORATstpReqInquiryBankAccountFundField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqInquiryBankAccountFund(self, pReqInquiryBankAccountFundField, nRequestID) #��ѯ��󱨵�������,����pReqInquiryMaxOrderVolumeField��һ��CTORATstpReqInquiryMaxOrderVolumeField����� def ReqInquiryMaxOrderVolume(self, pReqInquiryMaxOrderVolumeField: "CTORATstpReqInquiryMaxOrderVolumeField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqInquiryMaxOrderVolume(self, pReqInquiryMaxOrderVolumeField, nRequestID) #��ѯ���׳ɽ����ж�����,����pInquiryTradeConcentrationField��һ��CTORATstpInquiryTradeConcentrationField����� def ReqInquiryTradeConcentration(self, pInquiryTradeConcentrationField: "CTORATstpInquiryTradeConcentrationField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqInquiryTradeConcentration(self, pInquiryTradeConcentrationField, nRequestID) #�����޸Ŀ��ֳɱ�����,����pReqModifyOpenPosCostField��һ��CTORATstpReqModifyOpenPosCostField����� def ReqModifyOpenPosCost(self, pReqModifyOpenPosCostField: "CTORATstpReqModifyOpenPosCostField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqModifyOpenPosCost(self, pReqModifyOpenPosCostField, nRequestID) #¼��ڵ��ʽ������Ϣ����,����pInputNodeFundAssignmentField��һ��CTORATstpInputNodeFundAssignmentField����� def ReqInputNodeFundAssignment(self, pInputNodeFundAssignmentField: "CTORATstpInputNodeFundAssignmentField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqInputNodeFundAssignment(self, pInputNodeFundAssignmentField, nRequestID) #��ѯ�ڵ��ʽ�����������,����pReqInquiryNodeFundAssignmentField��һ��CTORATstpReqInquiryNodeFundAssignmentField����� def ReqInquiryNodeFundAssignment(self, pReqInquiryNodeFundAssignmentField: "CTORATstpReqInquiryNodeFundAssignmentField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqInquiryNodeFundAssignment(self, pReqInquiryNodeFundAssignmentField, nRequestID) #��ѯ����������,����pQryExchangeField��һ��CTORATstpQryExchangeField����� def ReqQryExchange(self, pQryExchangeField: "CTORATstpQryExchangeField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryExchange(self, pQryExchangeField, nRequestID) #��ѯ֤ȯ��Ϣ����,����pQrySecurityField��һ��CTORATstpQrySecurityField����� def ReqQrySecurity(self, pQrySecurityField: "CTORATstpQrySecurityField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQrySecurity(self, pQrySecurityField, nRequestID) #��ѯ�¹���Ϣ����,����pQryIPOInfoField��һ��CTORATstpQryIPOInfoField����� def ReqQryIPOInfo(self, pQryIPOInfoField: "CTORATstpQryIPOInfoField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryIPOInfo(self, pQryIPOInfoField, nRequestID) #��ѯ�û�����,����pQryUserField��һ��CTORATstpQryUserField����� def ReqQryUser(self, pQryUserField: "CTORATstpQryUserField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryUser(self, pQryUserField, nRequestID) #��ѯͶ��������,����pQryInvestorField��һ��CTORATstpQryInvestorField����� def ReqQryInvestor(self, pQryInvestorField: "CTORATstpQryInvestorField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryInvestor(self, pQryInvestorField, nRequestID) #��ѯ�ɶ��˻�����,����pQryShareholderAccountField��һ��CTORATstpQryShareholderAccountField����� def ReqQryShareholderAccount(self, pQryShareholderAccountField: "CTORATstpQryShareholderAccountField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryShareholderAccount(self, pQryShareholderAccountField, nRequestID) #��ѯ�����ծ��Ϣ����,����pQryRationalInfoField��һ��CTORATstpQryRationalInfoField����� def ReqQryRationalInfo(self, pQryRationalInfoField: "CTORATstpQryRationalInfoField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryRationalInfo(self, pQryRationalInfoField, nRequestID) #��ѯ��������,����pQryOrderField��һ��CTORATstpQryOrderField����� def ReqQryOrder(self, pQryOrderField: "CTORATstpQryOrderField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryOrder(self, pQryOrderField, nRequestID) #��ѯ��������,����pQryOrderActionField��һ��CTORATstpQryOrderActionField����� def ReqQryOrderAction(self, pQryOrderActionField: "CTORATstpQryOrderActionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryOrderAction(self, pQryOrderActionField, nRequestID) #��ѯ�ɽ�����,����pQryTradeField��һ��CTORATstpQryTradeField����� def ReqQryTrade(self, pQryTradeField: "CTORATstpQryTradeField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryTrade(self, pQryTradeField, nRequestID) #��ѯ�ʽ��˻�����,����pQryTradingAccountField��һ��CTORATstpQryTradingAccountField����� def ReqQryTradingAccount(self, pQryTradingAccountField: "CTORATstpQryTradingAccountField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryTradingAccount(self, pQryTradingAccountField, nRequestID) #��ѯͶ���ֲ߳�����,����pQryPositionField��һ��CTORATstpQryPositionField����� def ReqQryPosition(self, pQryPositionField: "CTORATstpQryPositionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryPosition(self, pQryPositionField, nRequestID) #��ѯ�������׷�������,����pQryTradingFeeField��һ��CTORATstpQryTradingFeeField����� def ReqQryTradingFee(self, pQryTradingFeeField: "CTORATstpQryTradingFeeField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryTradingFee(self, pQryTradingFeeField, nRequestID) #��ѯӶ���������,����pQryInvestorTradingFeeField��һ��CTORATstpQryInvestorTradingFeeField����� def ReqQryInvestorTradingFee(self, pQryInvestorTradingFeeField: "CTORATstpQryInvestorTradingFeeField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryInvestorTradingFee(self, pQryInvestorTradingFeeField, nRequestID) #��ѯ�¹��깺�������,����pQryIPOQuotaField��һ��CTORATstpQryIPOQuotaField����� def ReqQryIPOQuota(self, pQryIPOQuotaField: "CTORATstpQryIPOQuotaField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryIPOQuota(self, pQryIPOQuotaField, nRequestID) #��ѯ������ϸ�ʽ�����,����pQryOrderFundDetailField��һ��CTORATstpQryOrderFundDetailField����� def ReqQryOrderFundDetail(self, pQryOrderFundDetailField: "CTORATstpQryOrderFundDetailField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryOrderFundDetail(self, pQryOrderFundDetailField, nRequestID) #��ѯ�ʽ�ת����ˮ����,����pQryFundTransferDetailField��һ��CTORATstpQryFundTransferDetailField����� def ReqQryFundTransferDetail(self, pQryFundTransferDetailField: "CTORATstpQryFundTransferDetailField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryFundTransferDetail(self, pQryFundTransferDetailField, nRequestID) #��ѯ�ֲ�ת����ˮ����,����pQryPositionTransferDetailField��һ��CTORATstpQryPositionTransferDetailField����� def ReqQryPositionTransferDetail(self, pQryPositionTransferDetailField: "CTORATstpQryPositionTransferDetailField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryPositionTransferDetail(self, pQryPositionTransferDetailField, nRequestID) #��ѯ��Χϵͳ��λ������ˮ����,����pQryPeripheryPositionTransferDetailField��һ��CTORATstpQryPeripheryPositionTransferDetailField����� def ReqQryPeripheryPositionTransferDetail(self, pQryPeripheryPositionTransferDetailField: "CTORATstpQryPeripheryPositionTransferDetailField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryPeripheryPositionTransferDetail(self, pQryPeripheryPositionTransferDetailField, nRequestID) #��ѯ��Χϵͳ�ʽ������ˮ����,����pQryPeripheryFundTransferDetailField��һ��CTORATstpQryPeripheryFundTransferDetailField����� def ReqQryPeripheryFundTransferDetail(self, pQryPeripheryFundTransferDetailField: "CTORATstpQryPeripheryFundTransferDetailField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryPeripheryFundTransferDetail(self, pQryPeripheryFundTransferDetailField, nRequestID) #��ѯծȯת����Ϣ����,����pQryBondConversionInfoField��һ��CTORATstpQryBondConversionInfoField����� def ReqQryBondConversionInfo(self, pQryBondConversionInfoField: "CTORATstpQryBondConversionInfoField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryBondConversionInfo(self, pQryBondConversionInfoField, nRequestID) #��ѯծȯ������Ϣ����,����pQryBondPutbackInfoField��һ��CTORATstpQryBondPutbackInfoField����� def ReqQryBondPutbackInfo(self, pQryBondPutbackInfoField: "CTORATstpQryBondPutbackInfoField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryBondPutbackInfo(self, pQryBondPutbackInfoField, nRequestID) #��ѯͶ�������������Ʋ�������,����pQryInvestorCondOrderLimitParamField��һ��CTORATstpQryInvestorCondOrderLimitParamField����� def ReqQryInvestorCondOrderLimitParam(self, pQryInvestorCondOrderLimitParamField: "CTORATstpQryInvestorCondOrderLimitParamField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryInvestorCondOrderLimitParam(self, pQryInvestorCondOrderLimitParamField, nRequestID) #��ѯ����������,����pQryConditionOrderField��һ��CTORATstpQryConditionOrderField����� def ReqQryConditionOrder(self, pQryConditionOrderField: "CTORATstpQryConditionOrderField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryConditionOrder(self, pQryConditionOrderField, nRequestID) #��ѯ��������������,����pQryCondOrderActionField��һ��CTORATstpQryCondOrderActionField����� def ReqQryCondOrderAction(self, pQryCondOrderActionField: "CTORATstpQryCondOrderActionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryCondOrderAction(self, pQryCondOrderActionField, nRequestID) #��ѯ����֪ͨ����,����pQryTradingNoticeField��һ��CTORATstpQryTradingNoticeField����� def ReqQryTradingNotice(self, pQryTradingNoticeField: "CTORATstpQryTradingNoticeField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryTradingNotice(self, pQryTradingNoticeField, nRequestID) #��ѯ�¹��깺��Ž������,����pQryIPONumberResultField��һ��CTORATstpQryIPONumberResultField����� def ReqQryIPONumberResult(self, pQryIPONumberResultField: "CTORATstpQryIPONumberResultField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryIPONumberResult(self, pQryIPONumberResultField, nRequestID) #��ѯ�¹��깺��ǩ�������,����pQryIPOMatchNumberResultField��һ��CTORATstpQryIPOMatchNumberResultField����� def ReqQryIPOMatchNumberResult(self, pQryIPOMatchNumberResultField: "CTORATstpQryIPOMatchNumberResultField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryIPOMatchNumberResult(self, pQryIPOMatchNumberResultField, nRequestID) #��ѯ����Э������,����pQryShareholderSpecPrivilegeField��һ��CTORATstpQryShareholderSpecPrivilegeField����� def ReqQryShareholderSpecPrivilege(self, pQryShareholderSpecPrivilegeField: "CTORATstpQryShareholderSpecPrivilegeField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryShareholderSpecPrivilege(self, pQryShareholderSpecPrivilegeField, nRequestID) #��ѯ�г�����,����pQryMarketField��һ��CTORATstpQryMarketField����� def ReqQryMarket(self, pQryMarketField: "CTORATstpQryMarketField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryMarket(self, pQryMarketField, nRequestID) #��ѯETF�嵥��Ϣ����,����pQryETFFileField��һ��CTORATstpQryETFFileField����� def ReqQryETFFile(self, pQryETFFileField: "CTORATstpQryETFFileField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryETFFile(self, pQryETFFileField, nRequestID) #��ѯETF�ɷ�֤ȯ��Ϣ����,����pQryETFBasketField��һ��CTORATstpQryETFBasketField����� def ReqQryETFBasket(self, pQryETFBasketField: "CTORATstpQryETFBasketField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryETFBasket(self, pQryETFBasketField, nRequestID) #��ѯͶ�����޲���Ϣ����,����pQryInvestorPositionLimitField��һ��CTORATstpQryInvestorPositionLimitField����� def ReqQryInvestorPositionLimit(self, pQryInvestorPositionLimitField: "CTORATstpQryInvestorPositionLimitField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryInvestorPositionLimit(self, pQryInvestorPositionLimitField, nRequestID) #��ѯ���ͨ�����г�����״̬��Ϣ����,����pQrySZSEImcParamsField��һ��CTORATstpQrySZSEImcParamsField����� def ReqQrySZSEImcParams(self, pQrySZSEImcParamsField: "CTORATstpQrySZSEImcParamsField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQrySZSEImcParams(self, pQrySZSEImcParamsField, nRequestID) #��ѯ���ͨ�����г�����������Ϣ����,����pQrySZSEImcExchangeRateField��һ��CTORATstpQrySZSEImcExchangeRateField����� def ReqQrySZSEImcExchangeRate(self, pQrySZSEImcExchangeRateField: "CTORATstpQrySZSEImcExchangeRateField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQrySZSEImcExchangeRate(self, pQrySZSEImcExchangeRateField, nRequestID) #��ѯ���ͨ��С�۲���Ϣ����,����pQrySZSEHKPriceTickInfoField��һ��CTORATstpQrySZSEHKPriceTickInfoField����� def ReqQrySZSEHKPriceTickInfo(self, pQrySZSEHKPriceTickInfoField: "CTORATstpQrySZSEHKPriceTickInfoField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQrySZSEHKPriceTickInfo(self, pQrySZSEHKPriceTickInfoField, nRequestID) #��ѯLOF������Ϣ����,����pQryLofFundInfoField��һ��CTORATstpQryLofFundInfoField����� def ReqQryLofFundInfo(self, pQryLofFundInfoField: "CTORATstpQryLofFundInfoField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryLofFundInfo(self, pQryLofFundInfoField, nRequestID) #��ѯͶ������Ѻ�ֲ�����,����pQryPledgePositionField��һ��CTORATstpQryPledgePositionField����� def ReqQryPledgePosition(self, pQryPledgePositionField: "CTORATstpQryPledgePositionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryPledgePosition(self, pQryPledgePositionField, nRequestID) #��ѯ֤ȯ��Ѻ��Ϣ����,����pQryPledgeInfoField��һ��CTORATstpQryPledgeInfoField����� def ReqQryPledgeInfo(self, pQryPledgeInfoField: "CTORATstpQryPledgeInfoField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryPledgeInfo(self, pQryPledgeInfoField, nRequestID) #��ѯϵͳ�ڵ���Ϣ����,����pQrySystemNodeInfoField��һ��CTORATstpQrySystemNodeInfoField����� def ReqQrySystemNodeInfo(self, pQrySystemNodeInfoField: "CTORATstpQrySystemNodeInfoField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQrySystemNodeInfo(self, pQrySystemNodeInfoField, nRequestID) #��ѯ��׼ȯ�������,����pQryStandardBondPositionField��һ��CTORATstpQryStandardBondPositionField����� def ReqQryStandardBondPosition(self, pQryStandardBondPositionField: "CTORATstpQryStandardBondPositionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryStandardBondPosition(self, pQryStandardBondPositionField, nRequestID) #��ѯδ����ծȯ��Ѻ�ع�ί������,����pQryPrematurityRepoOrderField��һ��CTORATstpQryPrematurityRepoOrderField����� def ReqQryPrematurityRepoOrder(self, pQryPrematurityRepoOrderField: "CTORATstpQryPrematurityRepoOrderField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryPrematurityRepoOrder(self, pQryPrematurityRepoOrderField, nRequestID) #��ѯЭ�齻�ױ�������,����pQryNegoOrderField��һ��CTORATstpQryNegoOrderField����� def ReqQryNegoOrder(self, pQryNegoOrderField: "CTORATstpQryNegoOrderField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryNegoOrder(self, pQryNegoOrderField, nRequestID) #��ѯЭ�齻�׳�������,����pQryNegoOrderActionField��һ��CTORATstpQryNegoOrderActionField����� def ReqQryNegoOrderAction(self, pQryNegoOrderActionField: "CTORATstpQryNegoOrderActionField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryNegoOrderAction(self, pQryNegoOrderActionField, nRequestID) #��ѯЭ�齻�׳ɽ�����,����pQryNegoTradeField��һ��CTORATstpQryNegoTradeField����� def ReqQryNegoTrade(self, pQryNegoTradeField: "CTORATstpQryNegoTradeField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryNegoTrade(self, pQryNegoTradeField, nRequestID) #��ѯЭ�齻�ײ�������,����pQryNegotiationParamField��һ��CTORATstpQryNegotiationParamField����� def ReqQryNegotiationParam(self, pQryNegotiationParamField: "CTORATstpQryNegotiationParamField", nRequestID: "int") -> "int": return _traderapi.CTORATstpTraderApi_ReqQryNegotiationParam(self, pQryNegotiationParamField, nRequestID) # Register CTORATstpTraderApi in _traderapi: _traderapi.CTORATstpTraderApi_swigregister(CTORATstpTraderApi) #�����ӿڶ���,����1Ϊ���ļ����Ŀ¼,����2Ϊ���������Ƿ���ܴ��� def CTORATstpTraderApi_CreateTstpTraderApi(*args) -> "TORASTOCKAPI::CTORATstpTraderApi *": return _traderapi.CTORATstpTraderApi_CreateTstpTraderApi(*args) #��ȡ�ӿڰ汾�� def CTORATstpTraderApi_GetApiVersion() -> "char const *": return _traderapi.CTORATstpTraderApi_GetApiVersion()