//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // Generated from: bank.proto namespace Bank { using tas; [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MessageHead")] public partial class MessageHead : global::ProtoBuf.IExtensible { public MessageHead() {} private uint _FunCode = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"FunCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FunCode { get { return _FunCode; } set { _FunCode = value; } } private uint _RequestID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RequestID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RequestID { get { return _RequestID; } set { _RequestID = value; } } private uint _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _AccessId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AccessId { get { return _AccessId; } set { _AccessId = value; } } private long _ClientTime = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ClientTime { get { return _ClientTime; } set { _ClientTime = value; } } private uint _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsId { get { return _GoodsId; } set { _GoodsId = value; } } private byte[] _UUID = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UUID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public byte[] UUID { get { return _UUID; } set { _UUID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryReqPageInfo")] public partial class QueryReqPageInfo : global::ProtoBuf.IExtensible { public QueryReqPageInfo() {} private int _PageNumber = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"PageNumber", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PageNumber { get { return _PageNumber; } set { _PageNumber = value; } } private int _RecordPerPage = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RecordPerPage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RecordPerPage { get { return _RecordPerPage; } set { _RecordPerPage = value; } } private int _QueryMark = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"QueryMark", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int QueryMark { get { return _QueryMark; } set { _QueryMark = value; } } private string _SortField = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SortField", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SortField { get { return _SortField; } set { _SortField = value; } } private int _SortOrder = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SortOrder", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SortOrder { get { return _SortOrder; } set { _SortOrder = value; } } private int _NeedTotalCount = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NeedTotalCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int NeedTotalCount { get { return _NeedTotalCount; } set { _NeedTotalCount = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryRspPageInfo")] public partial class QueryRspPageInfo : global::ProtoBuf.IExtensible { public QueryRspPageInfo() {} private int _PageNumber = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"PageNumber", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PageNumber { get { return _PageNumber; } set { _PageNumber = value; } } private int _RecordPerPage = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RecordPerPage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RecordPerPage { get { return _RecordPerPage; } set { _RecordPerPage = value; } } private int _QueryMark = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"QueryMark", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int QueryMark { get { return _QueryMark; } set { _QueryMark = value; } } private string _SortField = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SortField", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SortField { get { return _SortField; } set { _SortField = value; } } private int _SortOrder = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SortOrder", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SortOrder { get { return _SortOrder; } set { _SortOrder = value; } } private int _RecordCount = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RecordCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RecordCount { get { return _RecordCount; } set { _RecordCount = value; } } private int _TotalCount = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TotalCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TotalCount { get { return _TotalCount; } set { _TotalCount = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CommonPackage")] public partial class CommonPackage : global::ProtoBuf.IExtensible { public CommonPackage() {} private Bank.MessageHead _Header; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSignReq")] public partial class BankSignReq : global::ProtoBuf.IExtensible { public BankSignReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _BankAccountNo; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _BankAccountName; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankAccountName { get { return _BankAccountName; } set { _BankAccountName = value; } } private string _ExBankNo; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"ExBankNo", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExBankNo { get { return _ExBankNo; } set { _ExBankNo = value; } } private string _ExBankName; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"ExBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExBankName { get { return _ExBankName; } set { _ExBankName = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _PaymentNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"PaymentNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PaymentNo { get { return _PaymentNo; } set { _PaymentNo = value; } } private string _ProtocolNo = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ProtocolNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProtocolNo { get { return _ProtocolNo; } set { _ProtocolNo = value; } } private string _OpenBankNo = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OpenBankNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenBankNo { get { return _OpenBankNo; } set { _OpenBankNo = value; } } private string _OpenBankName = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OpenBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenBankName { get { return _OpenBankName; } set { _OpenBankName = value; } } private string _CustomerName; [global::ProtoBuf.ProtoMember(16, IsRequired = true, Name=@"CustomerName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CustomerName { get { return _CustomerName; } set { _CustomerName = value; } } private long _CertType; [global::ProtoBuf.ProtoMember(17, IsRequired = true, Name=@"CertType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long CertType { get { return _CertType; } set { _CertType = value; } } private string _CertID; [global::ProtoBuf.ProtoMember(18, IsRequired = true, Name=@"CertID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CertID { get { return _CertID; } set { _CertID = value; } } private string _BankAccountPWD = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"BankAccountPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountPWD { get { return _BankAccountPWD; } set { _BankAccountPWD = value; } } private string _AgentName = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"AgentName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AgentName { get { return _AgentName; } set { _AgentName = value; } } private int _AgentCertType = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"AgentCertType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AgentCertType { get { return _AgentCertType; } set { _AgentCertType = value; } } private string _AgentCertID = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"AgentCertID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AgentCertID { get { return _AgentCertID; } set { _AgentCertID = value; } } private int _BankAccountType = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"BankAccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BankAccountType { get { return _BankAccountType; } set { _BankAccountType = value; } } private string _BankProvince = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"BankProvince", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankProvince { get { return _BankProvince; } set { _BankProvince = value; } } private string _BankCity = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"BankCity", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankCity { get { return _BankCity; } set { _BankCity = value; } } private int _BankCardType = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"BankCardType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BankCardType { get { return _BankCardType; } set { _BankCardType = value; } } private string _MobilePhone = ""; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"MobilePhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MobilePhone { get { return _MobilePhone; } set { _MobilePhone = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _IdentifyCode = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"IdentifyCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IdentifyCode { get { return _IdentifyCode; } set { _IdentifyCode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSignRsp")] public partial class BankSignRsp : global::ProtoBuf.IExtensible { public BankSignRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _NetAddr = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"NetAddr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NetAddr { get { return _NetAddr; } set { _NetAddr = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCancelSignReq")] public partial class BankCancelSignReq : global::ProtoBuf.IExtensible { public BankCancelSignReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _BankAccountNo; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _BankAccountName; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankAccountName { get { return _BankAccountName; } set { _BankAccountName = value; } } private string _ExBankNo; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"ExBankNo", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExBankNo { get { return _ExBankNo; } set { _ExBankNo = value; } } private string _ExBankName; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"ExBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExBankName { get { return _ExBankName; } set { _ExBankName = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _PaymentNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"PaymentNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PaymentNo { get { return _PaymentNo; } set { _PaymentNo = value; } } private string _ProtocolNo = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ProtocolNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProtocolNo { get { return _ProtocolNo; } set { _ProtocolNo = value; } } private string _OpenBankNo; [global::ProtoBuf.ProtoMember(14, IsRequired = true, Name=@"OpenBankNo", DataFormat = global::ProtoBuf.DataFormat.Default)] public string OpenBankNo { get { return _OpenBankNo; } set { _OpenBankNo = value; } } private string _CustomerName; [global::ProtoBuf.ProtoMember(15, IsRequired = true, Name=@"CustomerName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CustomerName { get { return _CustomerName; } set { _CustomerName = value; } } private long _CertType; [global::ProtoBuf.ProtoMember(16, IsRequired = true, Name=@"CertType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long CertType { get { return _CertType; } set { _CertType = value; } } private string _CertID; [global::ProtoBuf.ProtoMember(17, IsRequired = true, Name=@"CertID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CertID { get { return _CertID; } set { _CertID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCancelSignRsp")] public partial class BankCancelSignRsp : global::ProtoBuf.IExtensible { public BankCancelSignRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _NetAddr = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"NetAddr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NetAddr { get { return _NetAddr; } set { _NetAddr = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawReq")] public partial class BankWithDrawReq : global::ProtoBuf.IExtensible { public BankWithDrawReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private string _Desc = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Desc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Desc { get { return _Desc; } set { _Desc = value; } } private string _IdentifyCode = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"IdentifyCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IdentifyCode { get { return _IdentifyCode; } set { _IdentifyCode = value; } } private string _BranchBankName = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BranchBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BranchBankName { get { return _BranchBankName; } set { _BranchBankName = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawRsp")] public partial class BankWithDrawRsp : global::ProtoBuf.IExtensible { public BankWithDrawRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private string _NetAddr = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"NetAddr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NetAddr { get { return _NetAddr; } set { _NetAddr = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankDepositReq")] public partial class BankDepositReq : global::ProtoBuf.IExtensible { public BankDepositReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private string _Desc = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Desc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Desc { get { return _Desc; } set { _Desc = value; } } private string _IdentifyCode = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"IdentifyCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IdentifyCode { get { return _IdentifyCode; } set { _IdentifyCode = value; } } private string _BranchBankName = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BranchBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BranchBankName { get { return _BranchBankName; } set { _BranchBankName = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankDepositRsp")] public partial class BankDepositRsp : global::ProtoBuf.IExtensible { public BankDepositRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private string _NetAddr = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"NetAddr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NetAddr { get { return _NetAddr; } set { _NetAddr = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankInOutConfirmReq")] public partial class BankInOutConfirmReq : global::ProtoBuf.IExtensible { public BankInOutConfirmReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private int _Result = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Result { get { return _Result; } set { _Result = value; } } private string _Desc = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Desc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Desc { get { return _Desc; } set { _Desc = value; } } private string _AuditReason = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"AuditReason", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditReason { get { return _AuditReason; } set { _AuditReason = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankInOutConfirmRsp")] public partial class BankInOutConfirmRsp : global::ProtoBuf.IExtensible { public BankInOutConfirmRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSignNtf")] public partial class BankSignNtf : global::ProtoBuf.IExtensible { public BankSignNtf() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private string _Desc = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Desc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Desc { get { return _Desc; } set { _Desc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCancelSignNtf")] public partial class BankCancelSignNtf : global::ProtoBuf.IExtensible { public BankCancelSignNtf() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private string _Desc = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Desc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Desc { get { return _Desc; } set { _Desc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ArrayCustomer")] public partial class ArrayCustomer : global::ProtoBuf.IExtensible { public ArrayCustomer() {} private string _CustomerName = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"CustomerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomerName { get { return _CustomerName; } set { _CustomerName = value; } } private int _Type = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Type { get { return _Type; } set { _Type = value; } } private int _Sex = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Sex { get { return _Sex; } set { _Sex = value; } } private string _Country = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Country", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Country { get { return _Country; } set { _Country = value; } } private string _Province = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Province", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Province { get { return _Province; } set { _Province = value; } } private string _City = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"City", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string City { get { return _City; } set { _City = value; } } private int _CardType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CardType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CardType { get { return _CardType; } set { _CardType = value; } } private string _CardNum = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = value; } } private string _IDAddress = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"IDAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IDAddress { get { return _IDAddress; } set { _IDAddress = value; } } private string _CurrentAddress = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CurrentAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CurrentAddress { get { return _CurrentAddress; } set { _CurrentAddress = value; } } private string _PostalCode = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"PostalCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PostalCode { get { return _PostalCode; } set { _PostalCode = value; } } private string _TelePhone = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TelePhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TelePhone { get { return _TelePhone; } set { _TelePhone = value; } } private string _OfficePhone = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OfficePhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OfficePhone { get { return _OfficePhone; } set { _OfficePhone = value; } } private string _MobilePhone = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"MobilePhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MobilePhone { get { return _MobilePhone; } set { _MobilePhone = value; } } private string _Fax = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"Fax", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Fax { get { return _Fax; } set { _Fax = value; } } private string _Email = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"Email", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Email { get { return _Email; } set { _Email = value; } } private string _QQ = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"QQ", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string QQ { get { return _QQ; } set { _QQ = value; } } private string _WeChat = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"WeChat", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WeChat { get { return _WeChat; } set { _WeChat = value; } } private string _WeBlog = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"WeBlog", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WeBlog { get { return _WeBlog; } set { _WeBlog = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _BankAccountName = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"BankAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountName { get { return _BankAccountName; } set { _BankAccountName = value; } } private string _BankId = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"BankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankId { get { return _BankId; } set { _BankId = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ArrayFuturesAccount")] public partial class ArrayFuturesAccount : global::ProtoBuf.IExtensible { public ArrayFuturesAccount() {} private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _TaAccountCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TaAccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TaAccountCode { get { return _TaAccountCode; } set { _TaAccountCode = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _Name = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Name", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Name { get { return _Name; } set { _Name = value; } } private int _AccountStatus = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountStatus { get { return _AccountStatus; } set { _AccountStatus = value; } } private string _Password = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Password", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Password { get { return _Password; } set { _Password = value; } } private int _OpenFlag = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OpenFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int OpenFlag { get { return _OpenFlag; } set { _OpenFlag = value; } } private string _RegisterDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"RegisterDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RegisterDate { get { return _RegisterDate; } set { _RegisterDate = value; } } private string _ValidDate = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ValidDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidDate { get { return _ValidDate; } set { _ValidDate = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSignCheckReq")] public partial class BankSignCheckReq : global::ProtoBuf.IExtensible { public BankSignCheckReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSignCheckRsp")] public partial class BankSignCheckRsp : global::ProtoBuf.IExtensible { public BankSignCheckRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private Bank.ArrayCustomer _Customer = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Customer", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayCustomer Customer { get { return _Customer; } set { _Customer = value; } } private Bank.ArrayFuturesAccount _FuturesAccount = null; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FuturesAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayFuturesAccount FuturesAccount { get { return _FuturesAccount; } set { _FuturesAccount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSignInformReq")] public partial class BankSignInformReq : global::ProtoBuf.IExtensible { public BankSignInformReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSignInformRsp")] public partial class BankSignInformRsp : global::ProtoBuf.IExtensible { public BankSignInformRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCancelSignCheckReq")] public partial class BankCancelSignCheckReq : global::ProtoBuf.IExtensible { public BankCancelSignCheckReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private int _CheckCleanFlag = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CheckCleanFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CheckCleanFlag { get { return _CheckCleanFlag; } set { _CheckCleanFlag = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCancelSignCheckRsp")] public partial class BankCancelSignCheckRsp : global::ProtoBuf.IExtensible { public BankCancelSignCheckRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private Bank.ArrayCustomer _Customer = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Customer", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayCustomer Customer { get { return _Customer; } set { _Customer = value; } } private Bank.ArrayFuturesAccount _FuturesAccount = null; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FuturesAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayFuturesAccount FuturesAccount { get { return _FuturesAccount; } set { _FuturesAccount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCancelSignInformReq")] public partial class BankCancelSignInformReq : global::ProtoBuf.IExtensible { public BankCancelSignInformReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCancelSignInformRsp")] public partial class BankCancelSignInformRsp : global::ProtoBuf.IExtensible { public BankCancelSignInformRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankDepositAmountReq")] public partial class BankDepositAmountReq : global::ProtoBuf.IExtensible { public BankDepositAmountReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankDepositAmountRsp")] public partial class BankDepositAmountRsp : global::ProtoBuf.IExtensible { public BankDepositAmountRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankDepositCheckReq")] public partial class BankDepositCheckReq : global::ProtoBuf.IExtensible { public BankDepositCheckReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankDepositCheckRsp")] public partial class BankDepositCheckRsp : global::ProtoBuf.IExtensible { public BankDepositCheckRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private Bank.ArrayCustomer _Customer = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Customer", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayCustomer Customer { get { return _Customer; } set { _Customer = value; } } private Bank.ArrayFuturesAccount _FuturesAccount = null; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FuturesAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayFuturesAccount FuturesAccount { get { return _FuturesAccount; } set { _FuturesAccount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawFrozenReq")] public partial class BankWithDrawFrozenReq : global::ProtoBuf.IExtensible { public BankWithDrawFrozenReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawFrozenRsp")] public partial class BankWithDrawFrozenRsp : global::ProtoBuf.IExtensible { public BankWithDrawFrozenRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private Bank.ArrayCustomer _Customer = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Customer", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayCustomer Customer { get { return _Customer; } set { _Customer = value; } } private Bank.ArrayFuturesAccount _FuturesAccount = null; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FuturesAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayFuturesAccount FuturesAccount { get { return _FuturesAccount; } set { _FuturesAccount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawDefrostReq")] public partial class BankWithDrawDefrostReq : global::ProtoBuf.IExtensible { public BankWithDrawDefrostReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawDefrostRsp")] public partial class BankWithDrawDefrostRsp : global::ProtoBuf.IExtensible { public BankWithDrawDefrostRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawDeductReq")] public partial class BankWithDrawDeductReq : global::ProtoBuf.IExtensible { public BankWithDrawDeductReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawDeductRsp")] public partial class BankWithDrawDeductRsp : global::ProtoBuf.IExtensible { public BankWithDrawDeductRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ArrayBankClearList")] public partial class ArrayBankClearList : global::ProtoBuf.IExtensible { public ArrayBankClearList() {} private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _BelongAccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BelongAccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BelongAccountCode { get { return _BelongAccountCode; } set { _BelongAccountCode = value; } } private int _BelongAccountType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BelongAccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BelongAccountType { get { return _BelongAccountType; } set { _BelongAccountType = value; } } private int _MoneyType = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MoneyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MoneyType { get { return _MoneyType; } set { _MoneyType = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ArrayBankClearFailList")] public partial class ArrayBankClearFailList : global::ProtoBuf.IExtensible { public ArrayBankClearFailList() {} private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private double _Balance = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Balance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Balance { get { return _Balance; } set { _Balance = value; } } private double _CurrentBalance = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CurrentBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CurrentBalance { get { return _CurrentBalance; } set { _CurrentBalance = value; } } private double _AmountIn = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AmountIn", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AmountIn { get { return _AmountIn; } set { _AmountIn = value; } } private double _AmountOut = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AmountOut", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AmountOut { get { return _AmountOut; } set { _AmountOut = value; } } private double _PlatfromAmountIn = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PlatfromAmountIn", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PlatfromAmountIn { get { return _PlatfromAmountIn; } set { _PlatfromAmountIn = value; } } private double _PlatfromAmountOut = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PlatfromAmountOut", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PlatfromAmountOut { get { return _PlatfromAmountOut; } set { _PlatfromAmountOut = value; } } private double _PlatfromBalance = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"PlatfromBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PlatfromBalance { get { return _PlatfromBalance; } set { _PlatfromBalance = value; } } private double _PlatfromCurrentBalance = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"PlatfromCurrentBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PlatfromCurrentBalance { get { return _PlatfromCurrentBalance; } set { _PlatfromCurrentBalance = value; } } private double _ErrType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ErrType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ErrType { get { return _ErrType; } set { _ErrType = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankClearReq")] public partial class BankClearReq : global::ProtoBuf.IExtensible { public BankClearReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ClearDate = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClearDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClearDate { get { return _ClearDate; } set { _ClearDate = value; } } private readonly global::System.Collections.Generic.List _List = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"List", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List List { get { return _List; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankClearRsp")] public partial class BankClearRsp : global::ProtoBuf.IExtensible { public BankClearRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ClearDate = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClearDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClearDate { get { return _ClearDate; } set { _ClearDate = value; } } private readonly global::System.Collections.Generic.List _List = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"List", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List List { get { return _List; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankForceSignReq")] public partial class BankForceSignReq : global::ProtoBuf.IExtensible { public BankForceSignReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _BankAccountName = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountName { get { return _BankAccountName; } set { _BankAccountName = value; } } private string _BankId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankId { get { return _BankId; } set { _BankId = value; } } private string _BankName = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankName { get { return _BankName; } set { _BankName = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _PaymentNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"PaymentNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PaymentNo { get { return _PaymentNo; } set { _PaymentNo = value; } } private string _ProtocolNo = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ProtocolNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProtocolNo { get { return _ProtocolNo; } set { _ProtocolNo = value; } } private string _OpenBankNo = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OpenBankNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenBankNo { get { return _OpenBankNo; } set { _OpenBankNo = value; } } private string _OpenBankName = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OpenBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenBankName { get { return _OpenBankName; } set { _OpenBankName = value; } } private string _CustomerName = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"CustomerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomerName { get { return _CustomerName; } set { _CustomerName = value; } } private long _CertType = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CertType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CertType { get { return _CertType; } set { _CertType = value; } } private string _CertID = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"CertID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CertID { get { return _CertID; } set { _CertID = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _AgentName = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"AgentName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AgentName { get { return _AgentName; } set { _AgentName = value; } } private int _AgentCertType = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"AgentCertType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AgentCertType { get { return _AgentCertType; } set { _AgentCertType = value; } } private string _AgentCertID = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"AgentCertID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AgentCertID { get { return _AgentCertID; } set { _AgentCertID = value; } } private int _BankAccountType = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"BankAccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BankAccountType { get { return _BankAccountType; } set { _BankAccountType = value; } } private string _BankProvince = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"BankProvince", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankProvince { get { return _BankProvince; } set { _BankProvince = value; } } private string _BankCity = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"BankCity", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankCity { get { return _BankCity; } set { _BankCity = value; } } private int _BankCardType = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"BankCardType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BankCardType { get { return _BankCardType; } set { _BankCardType = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankForceSignRsp")] public partial class BankForceSignRsp : global::ProtoBuf.IExtensible { public BankForceSignRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankForceCancelSignReq")] public partial class BankForceCancelSignReq : global::ProtoBuf.IExtensible { public BankForceCancelSignReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankForceCancelSignRsp")] public partial class BankForceCancelSignRsp : global::ProtoBuf.IExtensible { public BankForceCancelSignRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBankSignInfoReq")] public partial class GetBankSignInfoReq : global::ProtoBuf.IExtensible { public GetBankSignInfoReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBankSignInfoRsp")] public partial class GetBankSignInfoRsp : global::ProtoBuf.IExtensible { public GetBankSignInfoRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private Bank.ArrayCustomer _Customer = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Customer", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayCustomer Customer { get { return _Customer; } set { _Customer = value; } } private Bank.ArrayFuturesAccount _FuturesAccount = null; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FuturesAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayFuturesAccount FuturesAccount { get { return _FuturesAccount; } set { _FuturesAccount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBankCancelSignInfoReq")] public partial class GetBankCancelSignInfoReq : global::ProtoBuf.IExtensible { public GetBankCancelSignInfoReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private int _CheckCleanFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CheckCleanFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CheckCleanFlag { get { return _CheckCleanFlag; } set { _CheckCleanFlag = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBankCancelSignInfoRsp")] public partial class GetBankCancelSignInfoRsp : global::ProtoBuf.IExtensible { public GetBankCancelSignInfoRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private Bank.ArrayCustomer _Customer = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Customer", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayCustomer Customer { get { return _Customer; } set { _Customer = value; } } private Bank.ArrayFuturesAccount _FuturesAccount = null; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FuturesAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayFuturesAccount FuturesAccount { get { return _FuturesAccount; } set { _FuturesAccount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCheckAcoountReq")] public partial class BankCheckAcoountReq : global::ProtoBuf.IExtensible { public BankCheckAcoountReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _CheckDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CheckDate { get { return _CheckDate; } set { _CheckDate = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankCheckAcoountRsp")] public partial class BankCheckAcoountRsp : global::ProtoBuf.IExtensible { public BankCheckAcoountRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _CheckDate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CheckDate { get { return _CheckDate; } set { _CheckDate = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSettleReq")] public partial class BankSettleReq : global::ProtoBuf.IExtensible { public BankSettleReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _SettleDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SettleDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SettleDate { get { return _SettleDate; } set { _SettleDate = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSettleRsp")] public partial class BankSettleRsp : global::ProtoBuf.IExtensible { public BankSettleRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _SettleDate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SettleDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SettleDate { get { return _SettleDate; } set { _SettleDate = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ArrayUnilateralAccount")] public partial class ArrayUnilateralAccount : global::ProtoBuf.IExtensible { public ArrayUnilateralAccount() {} private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _UnilateralDealType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UnilateralDealType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int UnilateralDealType { get { return _UnilateralDealType; } set { _UnilateralDealType = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UnilateralAccountReq")] public partial class UnilateralAccountReq : global::ProtoBuf.IExtensible { public UnilateralAccountReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _UnilateralDealType = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"UnilateralDealType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int UnilateralDealType { get { return _UnilateralDealType; } set { _UnilateralDealType = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UnilateralAccountRsp")] public partial class UnilateralAccountRsp : global::ProtoBuf.IExtensible { public UnilateralAccountRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ArrayBankParamConfig")] public partial class ArrayBankParamConfig : global::ProtoBuf.IExtensible { public ArrayBankParamConfig() {} private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ShowField = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ShowField", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ShowField { get { return _ShowField; } set { _ShowField = value; } } private double _LessOutAmount = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LessOutAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double LessOutAmount { get { return _LessOutAmount; } set { _LessOutAmount = value; } } private int _LessOutAmountType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LessOutAmountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LessOutAmountType { get { return _LessOutAmountType; } set { _LessOutAmountType = value; } } private int _AuditSignFunc = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AuditSignFunc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AuditSignFunc { get { return _AuditSignFunc; } set { _AuditSignFunc = value; } } private int _AuditEndFunc = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AuditEndFunc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AuditEndFunc { get { return _AuditEndFunc; } set { _AuditEndFunc = value; } } private int _MinInAmountType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MinInAmountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MinInAmountType { get { return _MinInAmountType; } set { _MinInAmountType = value; } } private double _MinInAmount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MinInAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MinInAmount { get { return _MinInAmount; } set { _MinInAmount = value; } } private int _MaxInAmountType = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"MaxInAmountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MaxInAmountType { get { return _MaxInAmountType; } set { _MaxInAmountType = value; } } private double _MaxInAmount = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"MaxInAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MaxInAmount { get { return _MaxInAmount; } set { _MaxInAmount = value; } } private int _AmountInNumType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AmountInNumType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AmountInNumType { get { return _AmountInNumType; } set { _AmountInNumType = value; } } private int _AmountInNum = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"AmountInNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AmountInNum { get { return _AmountInNum; } set { _AmountInNum = value; } } private int _MinOutAmountType = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"MinOutAmountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MinOutAmountType { get { return _MinOutAmountType; } set { _MinOutAmountType = value; } } private double _MinOutAmount = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"MinOutAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MinOutAmount { get { return _MinOutAmount; } set { _MinOutAmount = value; } } private int _MaxOutAmountType = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"MaxOutAmountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MaxOutAmountType { get { return _MaxOutAmountType; } set { _MaxOutAmountType = value; } } private double _MaxOutAmount = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"MaxOutAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MaxOutAmount { get { return _MaxOutAmount; } set { _MaxOutAmount = value; } } private int _AmountOutNumType = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"AmountOutNumType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AmountOutNumType { get { return _AmountOutNumType; } set { _AmountOutNumType = value; } } private int _AmountOutNum = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"AmountOutNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AmountOutNum { get { return _AmountOutNum; } set { _AmountOutNum = value; } } private int _TotalMaxAmountOutType = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"TotalMaxAmountOutType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TotalMaxAmountOutType { get { return _TotalMaxAmountOutType; } set { _TotalMaxAmountOutType = value; } } private double _TotalMaxAmountOut = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"TotalMaxAmountOut", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TotalMaxAmountOut { get { return _TotalMaxAmountOut; } set { _TotalMaxAmountOut = value; } } private string _InMoneyStartTime = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"InMoneyStartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InMoneyStartTime { get { return _InMoneyStartTime; } set { _InMoneyStartTime = value; } } private string _InMoneyEndTime = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"InMoneyEndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InMoneyEndTime { get { return _InMoneyEndTime; } set { _InMoneyEndTime = value; } } private string _OutMoneyStartTime = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"OutMoneyStartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OutMoneyStartTime { get { return _OutMoneyStartTime; } set { _OutMoneyStartTime = value; } } private string _OutMoneyEndTime = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"OutMoneyEndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OutMoneyEndTime { get { return _OutMoneyEndTime; } set { _OutMoneyEndTime = value; } } private int _IsAllowInMoney = int.MinValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"IsAllowInMoney", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsAllowInMoney { get { return _IsAllowInMoney; } set { _IsAllowInMoney = value; } } private int _IsAllowOutMoney = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"IsAllowOutMoney", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsAllowOutMoney { get { return _IsAllowOutMoney; } set { _IsAllowOutMoney = value; } } private int _ModifyBankNoType = int.MinValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"ModifyBankNoType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ModifyBankNoType { get { return _ModifyBankNoType; } set { _ModifyBankNoType = value; } } private string _SettleTime = ""; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"SettleTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SettleTime { get { return _SettleTime; } set { _SettleTime = value; } } private string _SignInTime = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"SignInTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SignInTime { get { return _SignInTime; } set { _SignInTime = value; } } private string _SignOutTime = ""; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"SignOutTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SignOutTime { get { return _SignOutTime; } set { _SignOutTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ManageBankParamConfigReq")] public partial class ManageBankParamConfigReq : global::ProtoBuf.IExtensible { public ManageBankParamConfigReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _List = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"List", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List List { get { return _List; } } private int _DealType = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DealType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int DealType { get { return _DealType; } set { _DealType = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ManageBankParamConfigRsp")] public partial class ManageBankParamConfigRsp : global::ProtoBuf.IExtensible { public ManageBankParamConfigRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SignUpdateReq")] public partial class SignUpdateReq : global::ProtoBuf.IExtensible { public SignUpdateReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _OpenBankNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OpenBankNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenBankNo { get { return _OpenBankNo; } set { _OpenBankNo = value; } } private string _OpenBankName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OpenBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenBankName { get { return _OpenBankName; } set { _OpenBankName = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _BankAccountName = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountName { get { return _BankAccountName; } set { _BankAccountName = value; } } private string _BankId = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankId { get { return _BankId; } set { _BankId = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SignUpdateRsp")] public partial class SignUpdateRsp : global::ProtoBuf.IExtensible { public SignUpdateRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSettleDistributeReq")] public partial class BankSettleDistributeReq : global::ProtoBuf.IExtensible { public BankSettleDistributeReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _SettleDate = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SettleDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SettleDate { get { return _SettleDate; } set { _SettleDate = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankSettleDistributeRsp")] public partial class BankSettleDistributeRsp : global::ProtoBuf.IExtensible { public BankSettleDistributeRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _SettleDate = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SettleDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SettleDate { get { return _SettleDate; } set { _SettleDate = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankExchChargeOutAppReq")] public partial class BankExchChargeOutAppReq : global::ProtoBuf.IExtensible { public BankExchChargeOutAppReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _ExchID = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExchID { get { return _ExchID; } set { _ExchID = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private int _TransferType = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TransferType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TransferType { get { return _TransferType; } set { _TransferType = value; } } private string _AppEndDateTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"AppEndDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppEndDateTime { get { return _AppEndDateTime; } set { _AppEndDateTime = value; } } private string _TargetBankUserName = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TargetBankUserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankUserName { get { return _TargetBankUserName; } set { _TargetBankUserName = value; } } private string _TargetBankNoID = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TargetBankNoID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankNoID { get { return _TargetBankNoID; } set { _TargetBankNoID = value; } } private string _AppBeginDateTime = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"AppBeginDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppBeginDateTime { get { return _AppBeginDateTime; } set { _AppBeginDateTime = value; } } private string _TargBankAcc = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"TargBankAcc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargBankAcc { get { return _TargBankAcc; } set { _TargBankAcc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankExchChargeOutAppRsp")] public partial class BankExchChargeOutAppRsp : global::ProtoBuf.IExtensible { public BankExchChargeOutAppRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private int _ExchID = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExchID { get { return _ExchID; } set { _ExchID = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private int _TransferType = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TransferType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TransferType { get { return _TransferType; } set { _TransferType = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankExchChargeOutComfirmReq")] public partial class BankExchChargeOutComfirmReq : global::ProtoBuf.IExtensible { public BankExchChargeOutComfirmReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _ExchID = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExchID { get { return _ExchID; } set { _ExchID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private int _Result = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Result { get { return _Result; } set { _Result = value; } } private string _Desc = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Desc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Desc { get { return _Desc; } set { _Desc = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private int _TransferType = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TransferType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TransferType { get { return _TransferType; } set { _TransferType = value; } } private string _AppEndDateTime = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"AppEndDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppEndDateTime { get { return _AppEndDateTime; } set { _AppEndDateTime = value; } } private string _TargetBankUserName = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"TargetBankUserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankUserName { get { return _TargetBankUserName; } set { _TargetBankUserName = value; } } private string _TargetBankNoID = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"TargetBankNoID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankNoID { get { return _TargetBankNoID; } set { _TargetBankNoID = value; } } private string _AppBeginDateTime = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"AppBeginDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppBeginDateTime { get { return _AppBeginDateTime; } set { _AppBeginDateTime = value; } } private string _TargBankAcc = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"TargBankAcc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargBankAcc { get { return _TargBankAcc; } set { _TargBankAcc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankExchChargeOutComfirmRsp")] public partial class BankExchChargeOutComfirmRsp : global::ProtoBuf.IExtensible { public BankExchChargeOutComfirmRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private int _ExchID = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExchID { get { return _ExchID; } set { _ExchID = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private int _TransferType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TransferType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TransferType { get { return _TransferType; } set { _TransferType = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CreateBankAjustAmountReq")] public partial class CreateBankAjustAmountReq : global::ProtoBuf.IExtensible { public CreateBankAjustAmountReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CreateBankAjustAmountRsp")] public partial class CreateBankAjustAmountRsp : global::ProtoBuf.IExtensible { public CreateBankAjustAmountRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SignInReq")] public partial class SignInReq : global::ProtoBuf.IExtensible { public SignInReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankId = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"CusBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankId { get { return _CusBankId; } set { _CusBankId = value; } } private int _ForceSignInFlag = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ForceSignInFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ForceSignInFlag { get { return _ForceSignInFlag; } set { _ForceSignInFlag = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SignInRsp")] public partial class SignInRsp : global::ProtoBuf.IExtensible { public SignInRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SignBankPwdReq")] public partial class SignBankPwdReq : global::ProtoBuf.IExtensible { public SignBankPwdReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankId = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankId { get { return _CusBankId; } set { _CusBankId = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _BankAccountPWD = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankAccountPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountPWD { get { return _BankAccountPWD; } set { _BankAccountPWD = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SignBankPwdInRsp")] public partial class SignBankPwdInRsp : global::ProtoBuf.IExtensible { public SignBankPwdInRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ApplySecretKeyReq")] public partial class ApplySecretKeyReq : global::ProtoBuf.IExtensible { public ApplySecretKeyReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankId { get { return _CusBankId; } set { _CusBankId = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _KMCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"KMCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string KMCode { get { return _KMCode; } set { _KMCode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ApplySecretKeyRsp")] public partial class ApplySecretKeyRsp : global::ProtoBuf.IExtensible { public ApplySecretKeyRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _SecretKey = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SecretKey", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SecretKey { get { return _SecretKey; } set { _SecretKey = value; } } private string _KMCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"KMCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string KMCode { get { return _KMCode; } set { _KMCode = value; } } private string _KPCode = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"KPCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string KPCode { get { return _KPCode; } set { _KPCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankAccountInfoReq")] public partial class QueryBankAccountInfoReq : global::ProtoBuf.IExtensible { public QueryBankAccountInfoReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private Bank.QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _AccountCodeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCodeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountCodeFlag { get { return _AccountCodeFlag; } set { _AccountCodeFlag = value; } } private string _AccountType = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountType { get { return _AccountType; } set { _AccountType = value; } } private int _AccountTypeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountTypeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountTypeFlag { get { return _AccountTypeFlag; } set { _AccountTypeFlag = value; } } private string _Cusbankid = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Cusbankid { get { return _Cusbankid; } set { _Cusbankid = value; } } private int _CusbankidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CusbankidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CusbankidFlag { get { return _CusbankidFlag; } set { _CusbankidFlag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankAccountInfoRsp_")] public partial class QueryBankAccountInfoRsp_ : global::ProtoBuf.IExtensible { public QueryBankAccountInfoRsp_() {} private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _AccountType = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _Cusbankid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Cusbankid { get { return _Cusbankid; } set { _Cusbankid = value; } } private double _BankBalance = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BankBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BankBalance { get { return _BankBalance; } set { _BankBalance = value; } } private double _PlatBalance = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"PlatBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PlatBalance { get { return _PlatBalance; } set { _PlatBalance = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankAccountInfoRsp")] public partial class QueryBankAccountInfoRsp : global::ProtoBuf.IExtensible { public QueryBankAccountInfoRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private Bank.QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryRspPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _Rsps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Rsps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Rsps { get { return _Rsps; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawFrozenExReq")] public partial class BankWithDrawFrozenExReq : global::ProtoBuf.IExtensible { public BankWithDrawFrozenExReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankWithDrawFrozenExRsp")] public partial class BankWithDrawFrozenExRsp : global::ProtoBuf.IExtensible { public BankWithDrawFrozenExRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private Bank.ArrayCustomer _Customer = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Customer", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayCustomer Customer { get { return _Customer; } set { _Customer = value; } } private Bank.ArrayFuturesAccount _FuturesAccount = null; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FuturesAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.ArrayFuturesAccount FuturesAccount { get { return _FuturesAccount; } set { _FuturesAccount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ExchCheckList")] public partial class ExchCheckList : global::ProtoBuf.IExtensible { public ExchCheckList() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _AccountName = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountName { get { return _AccountName; } set { _AccountName = value; } } private int _MoneyType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MoneyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MoneyType { get { return _MoneyType; } set { _MoneyType = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ExchCheckinfoReq")] public partial class ExchCheckinfoReq : global::ProtoBuf.IExtensible { public ExchCheckinfoReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CheckDate = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"CheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CheckDate { get { return _CheckDate; } set { _CheckDate = value; } } private readonly global::System.Collections.Generic.List _List = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"List", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List List { get { return _List; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ExchCheckinfoRsp")] public partial class ExchCheckinfoRsp : global::ProtoBuf.IExtensible { public ExchCheckinfoRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private int _CheckRetCode = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CheckRetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CheckRetCode { get { return _CheckRetCode; } set { _CheckRetCode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankGetIdentifyCodeReq")] public partial class BankGetIdentifyCodeReq : global::ProtoBuf.IExtensible { public BankGetIdentifyCodeReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private string _MobilePhone = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MobilePhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MobilePhone { get { return _MobilePhone; } set { _MobilePhone = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _BankAccountNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _CardNum = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = value; } } private int _CardType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CardType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CardType { get { return _CardType; } set { _CardType = value; } } private int _TradeType = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TradeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TradeType { get { return _TradeType; } set { _TradeType = value; } } private string _CustomerName = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CustomerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomerName { get { return _CustomerName; } set { _CustomerName = value; } } private string _BankCode = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BankCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankCode { get { return _BankCode; } set { _BankCode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankGetIdentifyCodeRsp")] public partial class BankGetIdentifyCodeRsp : global::ProtoBuf.IExtensible { public BankGetIdentifyCodeRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankOutInMoneyQueryReq")] public partial class BankOutInMoneyQueryReq : global::ProtoBuf.IExtensible { public BankOutInMoneyQueryReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Exchticket = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Exchticket { get { return _Exchticket; } set { _Exchticket = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankOutInMoneyQueryRsp")] public partial class BankOutInMoneyQueryRsp : global::ProtoBuf.IExtensible { public BankOutInMoneyQueryRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private long _CustomerSignId = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomerSignId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long CustomerSignId { get { return _CustomerSignId; } set { _CustomerSignId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Exchticket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Exchticket { get { return _Exchticket; } set { _Exchticket = value; } } private long _ResultCode = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ResultCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ResultCode { get { return _ResultCode; } set { _ResultCode = value; } } private string _ResultDesc = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ResultDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResultDesc { get { return _ResultDesc; } set { _ResultDesc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankTransferReq")] public partial class BankTransferReq : global::ProtoBuf.IExtensible { public BankTransferReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankId = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"CusBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankId { get { return _CusBankId; } set { _CusBankId = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BatchNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BatchNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BatchNo { get { return _BatchNo; } set { _BatchNo = value; } } private int _exchstatus = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"exchstatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int exchstatus { get { return _exchstatus; } set { _exchstatus = value; } } private int _bankstatus = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"bankstatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int bankstatus { get { return _bankstatus; } set { _bankstatus = value; } } private string _remark = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = value; } } private string _BUSINUM = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BUSINUM", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BUSINUM { get { return _BUSINUM; } set { _BUSINUM = value; } } private string _fcsSerialNum = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"fcsSerialNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string fcsSerialNum { get { return _fcsSerialNum; } set { _fcsSerialNum = value; } } private string _memName = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"memName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string memName { get { return _memName; } set { _memName = value; } } private string _memNum = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"memNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string memNum { get { return _memNum; } set { _memNum = value; } } private int _addReduce = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"addReduce", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int addReduce { get { return _addReduce; } set { _addReduce = value; } } private double _tradeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"tradeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double tradeAmount { get { return _tradeAmount; } set { _tradeAmount = value; } } private string _procTime = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"procTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string procTime { get { return _procTime; } set { _procTime = value; } } private double _balance = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"balance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double balance { get { return _balance; } set { _balance = value; } } private double _useableBalance = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"useableBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double useableBalance { get { return _useableBalance; } set { _useableBalance = value; } } private string _otherName = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"otherName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string otherName { get { return _otherName; } set { _otherName = value; } } private string _otherNum = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"otherNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string otherNum { get { return _otherNum; } set { _otherNum = value; } } private int _isCrossLine = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"isCrossLine", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int isCrossLine { get { return _isCrossLine; } set { _isCrossLine = value; } } private int _busType = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"busType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int busType { get { return _busType; } set { _busType = value; } } private string _brief = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"brief", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string brief { get { return _brief; } set { _brief = value; } } private string _accountcode = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"accountcode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string accountcode { get { return _accountcode; } set { _accountcode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankTransferRsp")] public partial class BankTransferRsp : global::ProtoBuf.IExtensible { public BankTransferRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private string _CusBankId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CusBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankId { get { return _CusBankId; } set { _CusBankId = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _accountcode = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"accountcode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string accountcode { get { return _accountcode; } set { _accountcode = value; } } private int _accounttype = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"accounttype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int accounttype { get { return _accounttype; } set { _accounttype = value; } } private string _fcsSerialNum = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"fcsSerialNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string fcsSerialNum { get { return _fcsSerialNum; } set { _fcsSerialNum = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankExchMoneyInOutReq")] public partial class BankExchMoneyInOutReq : global::ProtoBuf.IExtensible { public BankExchMoneyInOutReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AppDateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppDateTime { get { return _AppDateTime; } set { _AppDateTime = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _FundType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FundType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int FundType { get { return _FundType; } set { _FundType = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankExchMoneyInOutRsp")] public partial class BankExchMoneyInOutRsp : global::ProtoBuf.IExtensible { public BankExchMoneyInOutRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankExchMoneyInOutComfirmReq")] public partial class BankExchMoneyInOutComfirmReq : global::ProtoBuf.IExtensible { public BankExchMoneyInOutComfirmReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private int _Result = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Result { get { return _Result; } set { _Result = value; } } private string _Desc = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Desc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Desc { get { return _Desc; } set { _Desc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankExchMoneyInOutComfirmRsp")] public partial class BankExchMoneyInOutComfirmRsp : global::ProtoBuf.IExtensible { public BankExchMoneyInOutComfirmRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _DealTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DealTime { get { return _DealTime; } set { _DealTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankValidationMoneyPwdReq")] public partial class BankValidationMoneyPwdReq : global::ProtoBuf.IExtensible { public BankValidationMoneyPwdReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _Accountcode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Accountcode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Accountcode { get { return _Accountcode; } set { _Accountcode = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _Password = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Password", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Password { get { return _Password; } set { _Password = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BankValidationMoneyPwdRsp")] public partial class BankValidationMoneyPwdRsp : global::ProtoBuf.IExtensible { public BankValidationMoneyPwdRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private int _code = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int code { get { return _code; } set { _code = value; } } private string _desc = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"desc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string desc { get { return _desc; } set { _desc = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankVirtualAccountBalanceReq")] public partial class QueryBankVirtualAccountBalanceReq : global::ProtoBuf.IExtensible { public QueryBankVirtualAccountBalanceReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private Bank.QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _Cusbankid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Cusbankid { get { return _Cusbankid; } set { _Cusbankid = value; } } private int _CusbankidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CusbankidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CusbankidFlag { get { return _CusbankidFlag; } set { _CusbankidFlag = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _CurrencyFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CurrencyFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CurrencyFlag { get { return _CurrencyFlag; } set { _CurrencyFlag = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private int _AccountTypeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccountTypeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountTypeFlag { get { return _AccountTypeFlag; } set { _AccountTypeFlag = value; } } private string _queryDate = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"queryDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string queryDate { get { return _queryDate; } set { _queryDate = value; } } private int _queryDateFlag = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"queryDateFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int queryDateFlag { get { return _queryDateFlag; } set { _queryDateFlag = value; } } private string _queryEndDate = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"queryEndDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string queryEndDate { get { return _queryEndDate; } set { _queryEndDate = value; } } private int _queryEndDateFlag = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"queryEndDateFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int queryEndDateFlag { get { return _queryEndDateFlag; } set { _queryEndDateFlag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankVirtualAccountBalanceRsp_")] public partial class QueryBankVirtualAccountBalanceRsp_ : global::ProtoBuf.IExtensible { public QueryBankVirtualAccountBalanceRsp_() {} private string _Cusbankid = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Cusbankid { get { return _Cusbankid; } set { _Cusbankid = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountType { get { return _AccountType; } set { _AccountType = value; } } private double _BankBalance = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BankBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BankBalance { get { return _BankBalance; } set { _BankBalance = value; } } private double _UseableBalance = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UseableBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UseableBalance { get { return _UseableBalance; } set { _UseableBalance = value; } } private string _ReturnResult = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ReturnResult", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReturnResult { get { return _ReturnResult; } set { _ReturnResult = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankVirtualAccountBalanceRsp")] public partial class QueryBankVirtualAccountBalanceRsp : global::ProtoBuf.IExtensible { public QueryBankVirtualAccountBalanceRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private Bank.QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryRspPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _Rsps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Rsps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Rsps { get { return _Rsps; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RealtimeClearReq")] public partial class RealtimeClearReq : global::ProtoBuf.IExtensible { public RealtimeClearReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankId = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"CusBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankId { get { return _CusBankId; } set { _CusBankId = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _fcsSerialNum = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"fcsSerialNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string fcsSerialNum { get { return _fcsSerialNum; } set { _fcsSerialNum = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RealtimeClearRsp")] public partial class RealtimeClearRsp : global::ProtoBuf.IExtensible { public RealtimeClearRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private string _CusBankId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CusBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankId { get { return _CusBankId; } set { _CusBankId = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _fcsSerialNum = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"fcsSerialNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string fcsSerialNum { get { return _fcsSerialNum; } set { _fcsSerialNum = value; } } private string _ReturnResult = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ReturnResult", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReturnResult { get { return _ReturnResult; } set { _ReturnResult = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankAccountBalanceReq")] public partial class QueryBankAccountBalanceReq : global::ProtoBuf.IExtensible { public QueryBankAccountBalanceReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private Bank.QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _AccountCodeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCodeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountCodeFlag { get { return _AccountCodeFlag; } set { _AccountCodeFlag = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _CurrencyFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CurrencyFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CurrencyFlag { get { return _CurrencyFlag; } set { _CurrencyFlag = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _ExtOperatorIDFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExtOperatorIDFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExtOperatorIDFlag { get { return _ExtOperatorIDFlag; } set { _ExtOperatorIDFlag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankAccountBalanceRsp_")] public partial class QueryBankAccountBalanceRsp_ : global::ProtoBuf.IExtensible { public QueryBankAccountBalanceRsp_() {} private string _CusBankId = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"CusBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankId { get { return _CusBankId; } set { _CusBankId = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Exchticket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Exchticket { get { return _Exchticket; } set { _Exchticket = value; } } private double _BankBalance = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BankBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BankBalance { get { return _BankBalance; } set { _BankBalance = value; } } private double _InAmount = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"InAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double InAmount { get { return _InAmount; } set { _InAmount = value; } } private double _OutAmount = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OutAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OutAmount { get { return _OutAmount; } set { _OutAmount = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankAccountBalanceRsp")] public partial class QueryBankAccountBalanceRsp : global::ProtoBuf.IExtensible { public QueryBankAccountBalanceRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private Bank.QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryRspPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _Rsps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Rsps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Rsps { get { return _Rsps; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ModifiyBankSignLevelReq")] public partial class ModifiyBankSignLevelReq : global::ProtoBuf.IExtensible { public ModifiyBankSignLevelReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _SignLevel = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SignLevel", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SignLevel { get { return _SignLevel; } set { _SignLevel = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ModifiyBankSignLevelRsp")] public partial class ModifiyBankSignLevelRsp : global::ProtoBuf.IExtensible { public ModifiyBankSignLevelRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _Exchticket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Exchticket { get { return _Exchticket; } set { _Exchticket = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankSignLevelReq")] public partial class QueryBankSignLevelReq : global::ProtoBuf.IExtensible { public QueryBankSignLevelReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private Bank.QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private int _AccountCodeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountCodeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccountCodeFlag { get { return _AccountCodeFlag; } set { _AccountCodeFlag = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private int _CurrencyFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CurrencyFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CurrencyFlag { get { return _CurrencyFlag; } set { _CurrencyFlag = value; } } private long _ExtOperatorID = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _ExtOperatorIDFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExtOperatorIDFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExtOperatorIDFlag { get { return _ExtOperatorIDFlag; } set { _ExtOperatorIDFlag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankSignLevelRsp_")] public partial class QueryBankSignLevelRsp_ : global::ProtoBuf.IExtensible { public QueryBankSignLevelRsp_() {} private string _AccountCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _Exchticket = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Exchticket { get { return _Exchticket; } set { _Exchticket = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Status { get { return _Status; } set { _Status = value; } } private string _SignLevel = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SignLevel", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SignLevel { get { return _SignLevel; } set { _SignLevel = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankSignLevelRsp")] public partial class QueryBankSignLevelRsp : global::ProtoBuf.IExtensible { public QueryBankSignLevelRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private Bank.QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryRspPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _Rsps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Rsps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Rsps { get { return _Rsps; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryProvinceInfoReq")] public partial class QueryProvinceInfoReq : global::ProtoBuf.IExtensible { public QueryProvinceInfoReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private Bank.QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _Provinceid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Provinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Provinceid { get { return _Provinceid; } set { _Provinceid = value; } } private int _ProvinceidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ProvinceidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ProvinceidFlag { get { return _ProvinceidFlag; } set { _ProvinceidFlag = value; } } private string _ProvinceName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ProvinceName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProvinceName { get { return _ProvinceName; } set { _ProvinceName = value; } } private int _ProvinceNameFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ProvinceNameFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ProvinceNameFlag { get { return _ProvinceNameFlag; } set { _ProvinceNameFlag = value; } } private int _flag = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int flag { get { return _flag; } set { _flag = value; } } private int _flagFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"flagFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int flagFlag { get { return _flagFlag; } set { _flagFlag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryProvinceInfoRsp_")] public partial class QueryProvinceInfoRsp_ : global::ProtoBuf.IExtensible { public QueryProvinceInfoRsp_() {} private string _Provinceid = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Provinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Provinceid { get { return _Provinceid; } set { _Provinceid = value; } } private string _ProvinceName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ProvinceName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProvinceName { get { return _ProvinceName; } set { _ProvinceName = value; } } private int _flag = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int flag { get { return _flag; } set { _flag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryProvinceInfoRsp")] public partial class QueryProvinceInfoRsp : global::ProtoBuf.IExtensible { public QueryProvinceInfoRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private Bank.QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryRspPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _Rsps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Rsps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Rsps { get { return _Rsps; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryCityInfoReq")] public partial class QueryCityInfoReq : global::ProtoBuf.IExtensible { public QueryCityInfoReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private Bank.QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _cityid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"cityid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string cityid { get { return _cityid; } set { _cityid = value; } } private int _cityidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"cityidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int cityidFlag { get { return _cityidFlag; } set { _cityidFlag = value; } } private string _Provinceid = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Provinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Provinceid { get { return _Provinceid; } set { _Provinceid = value; } } private int _ProvinceidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ProvinceidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ProvinceidFlag { get { return _ProvinceidFlag; } set { _ProvinceidFlag = value; } } private int _flag = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int flag { get { return _flag; } set { _flag = value; } } private int _flagFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"flagFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int flagFlag { get { return _flagFlag; } set { _flagFlag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryCityInfoRsp_")] public partial class QueryCityInfoRsp_ : global::ProtoBuf.IExtensible { public QueryCityInfoRsp_() {} private string _cityid = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"cityid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string cityid { get { return _cityid; } set { _cityid = value; } } private string _cityname = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"cityname", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string cityname { get { return _cityname; } set { _cityname = value; } } private string _Provinceid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Provinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Provinceid { get { return _Provinceid; } set { _Provinceid = value; } } private string _ProvinceName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ProvinceName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProvinceName { get { return _ProvinceName; } set { _ProvinceName = value; } } private int _flag = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int flag { get { return _flag; } set { _flag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryCityInfoRsp")] public partial class QueryCityInfoRsp : global::ProtoBuf.IExtensible { public QueryCityInfoRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private Bank.QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryRspPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _Rsps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Rsps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Rsps { get { return _Rsps; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankCityInfoRelReq")] public partial class QueryBankCityInfoRelReq : global::ProtoBuf.IExtensible { public QueryBankCityInfoRelReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private Bank.QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _platcityid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"platcityid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string platcityid { get { return _platcityid; } set { _platcityid = value; } } private int _platcityidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"platcityidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int platcityidFlag { get { return _platcityidFlag; } set { _platcityidFlag = value; } } private string _cusbankid = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string cusbankid { get { return _cusbankid; } set { _cusbankid = value; } } private int _cusbankidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"cusbankidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int cusbankidFlag { get { return _cusbankidFlag; } set { _cusbankidFlag = value; } } private string _bankcityid = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"bankcityid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string bankcityid { get { return _bankcityid; } set { _bankcityid = value; } } private int _bankcityidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"bankcityidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int bankcityidFlag { get { return _bankcityidFlag; } set { _bankcityidFlag = value; } } private int _codetype = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"codetype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int codetype { get { return _codetype; } set { _codetype = value; } } private int _codetypeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"codetypeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int codetypeFlag { get { return _codetypeFlag; } set { _codetypeFlag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankCityInfoRelRsp_")] public partial class QueryBankCityInfoRelRsp_ : global::ProtoBuf.IExtensible { public QueryBankCityInfoRelRsp_() {} private string _platcityid = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"platcityid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string platcityid { get { return _platcityid; } set { _platcityid = value; } } private string _cusbankid = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string cusbankid { get { return _cusbankid; } set { _cusbankid = value; } } private string _bankcityid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"bankcityid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string bankcityid { get { return _bankcityid; } set { _bankcityid = value; } } private string _Provinceid = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Provinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Provinceid { get { return _Provinceid; } set { _Provinceid = value; } } private string _cityname = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"cityname", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string cityname { get { return _cityname; } set { _cityname = value; } } private string _ProvinceName = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ProvinceName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProvinceName { get { return _ProvinceName; } set { _ProvinceName = value; } } private int _codetype = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"codetype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int codetype { get { return _codetype; } set { _codetype = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankCityInfoRelRsp")] public partial class QueryBankCityInfoRelRsp : global::ProtoBuf.IExtensible { public QueryBankCityInfoRelRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private Bank.QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryRspPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _Rsps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Rsps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Rsps { get { return _Rsps; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankProvinceInfoRelReq")] public partial class QueryBankProvinceInfoRelReq : global::ProtoBuf.IExtensible { public QueryBankProvinceInfoRelReq() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private Bank.QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _platProvinceid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"platProvinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string platProvinceid { get { return _platProvinceid; } set { _platProvinceid = value; } } private int _platProvinceidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"platProvinceidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int platProvinceidFlag { get { return _platProvinceidFlag; } set { _platProvinceidFlag = value; } } private string _cusbankid = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string cusbankid { get { return _cusbankid; } set { _cusbankid = value; } } private int _cusbankidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"cusbankidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int cusbankidFlag { get { return _cusbankidFlag; } set { _cusbankidFlag = value; } } private string _bankProvinceid = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"bankProvinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string bankProvinceid { get { return _bankProvinceid; } set { _bankProvinceid = value; } } private int _bankProvinceidFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"bankProvinceidFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int bankProvinceidFlag { get { return _bankProvinceidFlag; } set { _bankProvinceidFlag = value; } } private int _codetype = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"codetype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int codetype { get { return _codetype; } set { _codetype = value; } } private int _codetypeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"codetypeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int codetypeFlag { get { return _codetypeFlag; } set { _codetypeFlag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankProvinceInfoRelRsp_")] public partial class QueryBankProvinceInfoRelRsp_ : global::ProtoBuf.IExtensible { public QueryBankProvinceInfoRelRsp_() {} private string _platProvinceid = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"platProvinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string platProvinceid { get { return _platProvinceid; } set { _platProvinceid = value; } } private string _cusbankid = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string cusbankid { get { return _cusbankid; } set { _cusbankid = value; } } private string _bankProvinceid = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"bankProvinceid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string bankProvinceid { get { return _bankProvinceid; } set { _bankProvinceid = value; } } private string _bankProvincename = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"bankProvincename", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string bankProvincename { get { return _bankProvincename; } set { _bankProvincename = value; } } private int _codetype = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"codetype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int codetype { get { return _codetype; } set { _codetype = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryBankProvinceInfoRelRsp")] public partial class QueryBankProvinceInfoRelRsp : global::ProtoBuf.IExtensible { public QueryBankProvinceInfoRelRsp() {} private Bank.MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.MessageHead Header { get { return _Header; } set { _Header = value; } } private int _RetCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RetCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RetCode { get { return _RetCode; } set { _RetCode = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private Bank.QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public Bank.QueryRspPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _Rsps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Rsps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Rsps { get { return _Rsps; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }