//------------------------------------------------------------------------------ // // 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: mtp.proto namespace 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 string _UUID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UUID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UUID { get { return _UUID; } set { _UUID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ResponseTopic = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ResponseTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResponseTopic { get { return _ResponseTopic; } set { _ResponseTopic = value; } } private ulong _AccountID2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AccountID2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID2 { get { return _AccountID2; } set { _AccountID2 = 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 MessageHead _Header; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] public 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=@"NotifyHead")] public partial class NotifyHead : global::ProtoBuf.IExtensible { public NotifyHead() {} private int _NtfMode = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"NtfMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int NtfMode { get { return _NtfMode; } set { _NtfMode = value; } } private readonly global::System.Collections.Generic.List _ExcludeAcctIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"ExcludeAcctIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List ExcludeAcctIDs { get { return _ExcludeAcctIDs; } } private readonly global::System.Collections.Generic.List _ExchIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"ExchIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List ExchIDs { get { return _ExchIDs; } } private readonly global::System.Collections.Generic.List _MemberIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"MemberIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List MemberIDs { get { return _MemberIDs; } } private readonly global::System.Collections.Generic.List _AccountIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"AccountIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AccountIDs { get { return _AccountIDs; } } 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=@"CommonNtf")] public partial class CommonNtf : global::ProtoBuf.IExtensible { public CommonNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = 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=@"LoginReq")] public partial class LoginReq : global::ProtoBuf.IExtensible { public LoginReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private string _LoginPWD = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LoginPWD { get { return _LoginPWD; } set { _LoginPWD = value; } } private uint _LoginType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LoginType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginType { get { return _LoginType; } set { _LoginType = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private string _Version = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Version", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Version { get { return _Version; } set { _Version = value; } } private string _MobilePhone = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MobilePhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MobilePhone { get { return _MobilePhone; } set { _MobilePhone = value; } } private string _GUID = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"GUID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GUID { get { return _GUID; } set { _GUID = value; } } private string _LoginIp = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"LoginIp", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LoginIp { get { return _LoginIp; } set { _LoginIp = value; } } private uint _LoginPort = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LoginPort", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginPort { get { return _LoginPort; } set { _LoginPort = value; } } private string _DeviceID = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"DeviceID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeviceID { get { return _DeviceID; } set { _DeviceID = value; } } private string _EnvironmentInfo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"EnvironmentInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EnvironmentInfo { get { return _EnvironmentInfo; } set { _EnvironmentInfo = value; } } private string _LoginCode = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"LoginCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LoginCode { get { return _LoginCode; } set { _LoginCode = 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=@"LoginRsp")] public partial class LoginRsp : global::ProtoBuf.IExtensible { public LoginRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private uint _LoginUserType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginUserType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginUserType { get { return _LoginUserType; } set { _LoginUserType = value; } } private uint _AccountStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AccountStatus { get { return _AccountStatus; } set { _AccountStatus = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MemberUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MemberUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MemberUserID { get { return _MemberUserID; } set { _MemberUserID = value; } } private readonly global::System.Collections.Generic.List _AccountIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(9, Name=@"AccountIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AccountIDs { get { return _AccountIDs; } } private string _Token = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Token", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Token { get { return _Token; } set { _Token = value; } } private ulong _SystemTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"SystemTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SystemTime { get { return _SystemTime; } set { _SystemTime = value; } } private uint _HasUpdatedPwd = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"HasUpdatedPwd", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HasUpdatedPwd { get { return _HasUpdatedPwd; } set { _HasUpdatedPwd = value; } } private uint _PwdWrongCnt = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"PwdWrongCnt", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PwdWrongCnt { get { return _PwdWrongCnt; } set { _PwdWrongCnt = value; } } private uint _PwdWrongLockCnt = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"PwdWrongLockCnt", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PwdWrongLockCnt { get { return _PwdWrongLockCnt; } set { _PwdWrongLockCnt = value; } } private uint _LoginLockHourNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"LoginLockHourNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginLockHourNum { get { return _LoginLockHourNum; } set { _LoginLockHourNum = value; } } private string _LoginCode = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"LoginCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LoginCode { get { return _LoginCode; } set { _LoginCode = 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=@"LogoutReq")] public partial class LogoutReq : global::ProtoBuf.IExtensible { public LogoutReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private string _Token = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Token", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Token { get { return _Token; } set { _Token = value; } } private string _LoginIp = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LoginIp", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LoginIp { get { return _LoginIp; } set { _LoginIp = value; } } private uint _LoginPort = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginPort", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginPort { get { return _LoginPort; } set { _LoginPort = 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=@"LogoutRsp")] public partial class LogoutRsp : global::ProtoBuf.IExtensible { public LogoutRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"TokenCheckReq")] public partial class TokenCheckReq : global::ProtoBuf.IExtensible { public TokenCheckReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private string _Token = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Token", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Token { get { return _Token; } set { _Token = value; } } private ulong _SystemTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SystemTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SystemTime { get { return _SystemTime; } set { _SystemTime = value; } } private uint _CheckType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CheckType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CheckType { get { return _CheckType; } set { _CheckType = 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=@"TokenCheckRsp")] public partial class TokenCheckRsp : global::ProtoBuf.IExtensible { public TokenCheckRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private uint _TokenStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TokenStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TokenStatus { get { return _TokenStatus; } set { _TokenStatus = value; } } private uint _LoginUserType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"LoginUserType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginUserType { get { return _LoginUserType; } set { _LoginUserType = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MemberUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MemberUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MemberUserID { get { return _MemberUserID; } set { _MemberUserID = value; } } private readonly global::System.Collections.Generic.List _AccountIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(9, Name=@"AccountIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AccountIDs { get { return _AccountIDs; } } private ulong _SystemTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"SystemTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SystemTime { get { return _SystemTime; } set { _SystemTime = 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=@"ModifyPwdReq")] public partial class ModifyPwdReq : global::ProtoBuf.IExtensible { public ModifyPwdReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ModifyPwdType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ModifyPwdType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ModifyPwdType { get { return _ModifyPwdType; } set { _ModifyPwdType = value; } } private ulong _ModifyPwdID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ModifyPwdID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ModifyPwdID { get { return _ModifyPwdID; } set { _ModifyPwdID = value; } } private string _OldPwd = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OldPwd", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldPwd { get { return _OldPwd; } set { _OldPwd = value; } } private string _NewPwd = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"NewPwd", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NewPwd { get { return _NewPwd; } set { _NewPwd = 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=@"ModifyPwdRsp")] public partial class ModifyPwdRsp : global::ProtoBuf.IExtensible { public ModifyPwdRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"LoginStatusOperReq")] public partial class LoginStatusOperReq : global::ProtoBuf.IExtensible { public LoginStatusOperReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private uint _LoginStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginStatus { get { return _LoginStatus; } set { _LoginStatus = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = 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=@"LoginStatusOperRsp")] public partial class LoginStatusOperRsp : global::ProtoBuf.IExtensible { public LoginStatusOperRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private uint _LoginStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginStatus { get { return _LoginStatus; } set { _LoginStatus = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = 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=@"AuthLoginReq")] public partial class AuthLoginReq : global::ProtoBuf.IExtensible { public AuthLoginReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _AuthID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AuthID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuthID { get { return _AuthID; } set { _AuthID = value; } } private uint _AuthType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AuthType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuthType { get { return _AuthType; } set { _AuthType = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private string _Version = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Version", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Version { get { return _Version; } set { _Version = value; } } private string _GUID = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GUID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GUID { get { return _GUID; } set { _GUID = value; } } private string _LoginIp = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"LoginIp", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LoginIp { get { return _LoginIp; } set { _LoginIp = value; } } private uint _LoginPort = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"LoginPort", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginPort { get { return _LoginPort; } set { _LoginPort = value; } } private string _DeviceID = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeviceID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeviceID { get { return _DeviceID; } set { _DeviceID = value; } } private string _EnvironmentInfo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"EnvironmentInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EnvironmentInfo { get { return _EnvironmentInfo; } set { _EnvironmentInfo = 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=@"AuthLoginRsp")] public partial class AuthLoginRsp : global::ProtoBuf.IExtensible { public AuthLoginRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _AuthID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AuthID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuthID { get { return _AuthID; } set { _AuthID = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private uint _LoginUserType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"LoginUserType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LoginUserType { get { return _LoginUserType; } set { _LoginUserType = value; } } private uint _AccountStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AccountStatus { get { return _AccountStatus; } set { _AccountStatus = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MemberUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"MemberUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MemberUserID { get { return _MemberUserID; } set { _MemberUserID = value; } } private readonly global::System.Collections.Generic.List _AccountIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(10, Name=@"AccountIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AccountIDs { get { return _AccountIDs; } } private string _Token = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Token", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Token { get { return _Token; } set { _Token = value; } } private ulong _SystemTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"SystemTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SystemTime { get { return _SystemTime; } set { _SystemTime = value; } } private uint _HasUpdatedPwd = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"HasUpdatedPwd", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HasUpdatedPwd { get { return _HasUpdatedPwd; } set { _HasUpdatedPwd = 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=@"ManageKickoffReq")] public partial class ManageKickoffReq : global::ProtoBuf.IExtensible { public ManageKickoffReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _LoginIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"LoginIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List LoginIDs { get { return _LoginIDs; } } 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=@"ManageKickoffRsp")] public partial class ManageKickoffRsp : global::ProtoBuf.IExtensible { public ManageKickoffRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"ErrorNtf")] public partial class ErrorNtf : global::ProtoBuf.IExtensible { public ErrorNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(2, 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=@"CustOfflineNtf")] public partial class CustOfflineNtf : global::ProtoBuf.IExtensible { public CustOfflineNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _SessionID = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"SessionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List SessionID { get { return _SessionID; } } private readonly global::System.Collections.Generic.List _LoginID = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List LoginID { get { return _LoginID; } } 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=@"PosChangedNtf")] public partial class PosChangedNtf : global::ProtoBuf.IExtensible { public PosChangedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, 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 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=@"MoneyChangedNtf")] public partial class MoneyChangedNtf : global::ProtoBuf.IExtensible { public MoneyChangedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"HoldsChangedNtf")] public partial class HoldsChangedNtf : global::ProtoBuf.IExtensible { public HoldsChangedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private double _TradePrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradePrice { get { return _TradePrice; } set { _TradePrice = value; } } private double _HolderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"HolderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HolderPrice { get { return _HolderPrice; } set { _HolderPrice = 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=@"BltMsgNtf")] public partial class BltMsgNtf : global::ProtoBuf.IExtensible { public BltMsgNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private int _MsgID = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MsgID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MsgID { get { return _MsgID; } set { _MsgID = value; } } private uint _MsgType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MsgType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MsgType { get { return _MsgType; } set { _MsgType = value; } } private string _PublishDate = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"PublishDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PublishDate { get { return _PublishDate; } set { _PublishDate = value; } } private string _Pubber = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Pubber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Pubber { get { return _Pubber; } set { _Pubber = value; } } private int _TopFlag = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TopFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TopFlag { get { return _TopFlag; } set { _TopFlag = value; } } private string _ValidDateEnd = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ValidDateEnd", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidDateEnd { get { return _ValidDateEnd; } set { _ValidDateEnd = value; } } private string _Title = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Title", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Title { get { return _Title; } set { _Title = value; } } private string _Content = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Content", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Content { get { return _Content; } set { _Content = 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=@"ArrayCloseInfo")] public partial class ArrayCloseInfo : global::ProtoBuf.IExtensible { public ArrayCloseInfo() {} private ulong _ClosedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ClosedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClosedOrderID { get { return _ClosedOrderID; } set { _ClosedOrderID = value; } } private ulong _ClosedQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClosedQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClosedQty { get { return _ClosedQty; } set { _ClosedQty = value; } } private double _ClosePL = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClosePL", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ClosePL { get { return _ClosePL; } set { _ClosePL = value; } } private double _RlsUsedMargin = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RlsUsedMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RlsUsedMargin { get { return _RlsUsedMargin; } set { _RlsUsedMargin = value; } } private double _TradeCharge = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradeCharge { get { return _TradeCharge; } set { _TradeCharge = value; } } private double _WareHouseCharge = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WareHouseCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WareHouseCharge { get { return _WareHouseCharge; } set { _WareHouseCharge = value; } } private double _TradeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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 _OpenTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OpenTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenTime { get { return _OpenTime; } set { _OpenTime = value; } } private double _OpenPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OpenPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OpenPrice { get { return _OpenPrice; } set { _OpenPrice = value; } } private ulong _MatchAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"MatchAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MatchAccountID { get { return _MatchAccountID; } set { _MatchAccountID = value; } } private double _RealClosePL = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"RealClosePL", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RealClosePL { get { return _RealClosePL; } set { _RealClosePL = 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=@"DeclareOrderNtf")] public partial class DeclareOrderNtf : global::ProtoBuf.IExtensible { public DeclareOrderNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = value; } } private ulong _CancelQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CancelQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CancelQty { get { return _CancelQty; } set { _CancelQty = value; } } private uint _OrderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OrderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderStatus { get { return _OrderStatus; } set { _OrderStatus = value; } } private string _ActiveTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ActiveTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ActiveTime { get { return _ActiveTime; } set { _ActiveTime = value; } } private string _CancelTime = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CancelTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CancelTime { get { return _CancelTime; } set { _CancelTime = value; } } private string _UpdateTime = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"UpdateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UpdateTime { get { return _UpdateTime; } set { _UpdateTime = 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=@"OrderDealedNtf")] public partial class OrderDealedNtf : global::ProtoBuf.IExtensible { public OrderDealedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = 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 ulong _ActiveQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ActiveQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ActiveQty { get { return _ActiveQty; } set { _ActiveQty = value; } } private uint _OrderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderStatus { get { return _OrderStatus; } set { _OrderStatus = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private double _TradePrice = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradePrice { get { return _TradePrice; } set { _TradePrice = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _OrderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderType { get { return _OrderType; } set { _OrderType = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private readonly global::System.Collections.Generic.List _CloseInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(17, Name=@"CloseInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List CloseInfos { get { return _CloseInfos; } } private uint _SpecialAccount = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"SpecialAccount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecialAccount { get { return _SpecialAccount; } set { _SpecialAccount = value; } } private double _TradeCharge = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"TradeCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradeCharge { get { return _TradeCharge; } set { _TradeCharge = value; } } private double _WareHouseCharge = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"WareHouseCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WareHouseCharge { get { return _WareHouseCharge; } set { _WareHouseCharge = value; } } private double _UsedMargin = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"UsedMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UsedMargin { get { return _UsedMargin; } set { _UsedMargin = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private uint _MemberID = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"MemberID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MemberID { get { return _MemberID; } set { _MemberID = value; } } private ulong _MatchAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"MatchAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MatchAccountID { get { return _MatchAccountID; } set { _MatchAccountID = value; } } private uint _BuildType = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"BuildType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuildType { get { return _BuildType; } set { _BuildType = value; } } private uint _CloseType = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"CloseType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CloseType { get { return _CloseType; } set { _CloseType = 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=@"OrderFailedNtf")] public partial class OrderFailedNtf : global::ProtoBuf.IExtensible { public OrderFailedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 int _Reason = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Reason", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Reason { get { return _Reason; } set { _Reason = 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=@"OrderClosedNtf")] public partial class OrderClosedNtf : global::ProtoBuf.IExtensible { public OrderClosedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = 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 ulong _ActiveQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ActiveQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ActiveQty { get { return _ActiveQty; } set { _ActiveQty = value; } } private uint _OrderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderStatus { get { return _OrderStatus; } set { _OrderStatus = 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=@"OrderCanceledNtf")] public partial class OrderCanceledNtf : global::ProtoBuf.IExtensible { public OrderCanceledNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 ulong _CancelQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CancelQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CancelQty { get { return _CancelQty; } set { _CancelQty = value; } } private uint _OrderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderStatus { get { return _OrderStatus; } set { _OrderStatus = 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=@"OperateChangeNtf")] public partial class OperateChangeNtf : global::ProtoBuf.IExtensible { public OperateChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private string _IP = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"IP", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IP { get { return _IP; } set { _IP = value; } } private uint _OperatorId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OperatorId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorId { get { return _OperatorId; } set { _OperatorId = value; } } private string _OperateType = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OperateType { get { return _OperateType; } set { _OperateType = value; } } private string _OperateTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OperateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OperateTime { get { return _OperateTime; } set { _OperateTime = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = value; } } private int _ObjectType = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ObjectType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ObjectType { get { return _ObjectType; } set { _ObjectType = value; } } private string _ObjectId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ObjectId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ObjectId { get { return _ObjectId; } set { _ObjectId = value; } } private string _ObjectCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ObjectCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ObjectCode { get { return _ObjectCode; } set { _ObjectCode = value; } } private string _Content = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Content", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Content { get { return _Content; } set { _Content = 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=@"RiskControlNtf")] public partial class RiskControlNtf : global::ProtoBuf.IExtensible { public RiskControlNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private int _AccountStatus = int.MinValue; [global::ProtoBuf.ProtoMember(4, 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 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 _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 _AccountName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountName { get { return _AccountName; } set { _AccountName = value; } } private int _RiskLevel = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"RiskLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RiskLevel { get { return _RiskLevel; } set { _RiskLevel = value; } } private string _MsgContent = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"MsgContent", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MsgContent { get { return _MsgContent; } set { _MsgContent = value; } } private string _Idate = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Idate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Idate { get { return _Idate; } set { _Idate = value; } } private double _RiskRate = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"RiskRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RiskRate { get { return _RiskRate; } set { _RiskRate = value; } } private double _CurrentNetBalance = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CurrentNetBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CurrentNetBalance { get { return _CurrentNetBalance; } set { _CurrentNetBalance = value; } } private int _RiskType = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"RiskType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RiskType { get { return _RiskType; } set { _RiskType = 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=@"ForceCloseStatusNtf")] public partial class ForceCloseStatusNtf : global::ProtoBuf.IExtensible { public ForceCloseStatusNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _OrderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderStatus { get { return _OrderStatus; } set { _OrderStatus = 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=@"ForceCloseDealedNtf")] public partial class ForceCloseDealedNtf : global::ProtoBuf.IExtensible { public ForceCloseDealedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = 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 ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private double _TradePrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradePrice { get { return _TradePrice; } set { _TradePrice = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private double _TradeCharge = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TradeCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradeCharge { get { return _TradeCharge; } set { _TradeCharge = 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=@"MarketStatusChangeNtf")] public partial class MarketStatusChangeNtf : global::ProtoBuf.IExtensible { public MarketStatusChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private uint _StepType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"StepType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StepType { get { return _StepType; } set { _StepType = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = value; } } private string _NotifyTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"NotifyTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NotifyTime { get { return _NotifyTime; } set { _NotifyTime = 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=@"GoodsStatusChangeNtf")] public partial class GoodsStatusChangeNtf : global::ProtoBuf.IExtensible { public GoodsStatusChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, 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 uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = 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=@"AccountChangeNtf")] public partial class AccountChangeNtf : global::ProtoBuf.IExtensible { public AccountChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = 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=@"MarketPlanChangeNtf")] public partial class MarketPlanChangeNtf : global::ProtoBuf.IExtensible { public MarketPlanChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private readonly global::System.Collections.Generic.List _MarketPlanChange = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"MarketPlanChange", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List MarketPlanChange { get { return _MarketPlanChange; } } 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=@"MarketPlanChange")] public partial class MarketPlanChange : global::ProtoBuf.IExtensible { public MarketPlanChange() {} private uint _SignalType; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"SignalType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public uint SignalType { get { return _SignalType; } set { _SignalType = value; } } private string _ControlTime = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ControlTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ControlTime { get { return _ControlTime; } set { _ControlTime = value; } } private uint _MarketTypeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketTypeId { get { return _MarketTypeId; } set { _MarketTypeId = value; } } private readonly global::System.Collections.Generic.List _GoodsId = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"GoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List GoodsId { get { return _GoodsId; } } private uint _RunStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RunStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RunStatus { get { return _RunStatus; } set { _RunStatus = value; } } private uint _RunStep = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RunStep", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RunStep { get { return _RunStep; } set { _RunStep = value; } } private string _NextTradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"NextTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NextTradeDate { get { return _NextTradeDate; } set { _NextTradeDate = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _OpenMarketDate = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OpenMarketDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenMarketDate { get { return _OpenMarketDate; } set { _OpenMarketDate = value; } } private string _LastTradeDateOfWeek = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LastTradeDateOfWeek", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LastTradeDateOfWeek { get { return _LastTradeDateOfWeek; } set { _LastTradeDateOfWeek = value; } } private uint _TradeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TradeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeMode { get { return _TradeMode; } set { _TradeMode = 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=@"GoodsChangeNtf")] public partial class GoodsChangeNtf : global::ProtoBuf.IExtensible { public GoodsChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = 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=@"ManualChangeMarketReq")] public partial class ManualChangeMarketReq : global::ProtoBuf.IExtensible { public ManualChangeMarketReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private int _MarketID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _Operate = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Operate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Operate { get { return _Operate; } set { _Operate = 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=@"ManualChangeMarketRsp")] public partial class ManualChangeMarketRsp : global::ProtoBuf.IExtensible { public ManualChangeMarketRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _MarketID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MarketID { get { return _MarketID; } set { _MarketID = 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 int _ErrorCode = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ErrorCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ErrorCode { get { return _ErrorCode; } set { _ErrorCode = 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=@"ReckonResultNtf")] public partial class ReckonResultNtf : global::ProtoBuf.IExtensible { public ReckonResultNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private int _MarketID = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(4, 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 _TradeDay = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = 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=@"MarketStatusManualChangeNtf")] public partial class MarketStatusManualChangeNtf : global::ProtoBuf.IExtensible { public MarketStatusManualChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private int _MarketID = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(4, 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 _StepType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"StepType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int StepType { get { return _StepType; } set { _StepType = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = 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=@"GoodsStatusManualChangeNtf")] public partial class GoodsStatusManualChangeNtf : global::ProtoBuf.IExtensible { public GoodsStatusManualChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private int _MarketID = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _GoodsID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int GoodsID { get { return _GoodsID; } set { _GoodsID = 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 _TradeDay = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = 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=@"GoodsClosePlanChangeNtf")] public partial class GoodsClosePlanChangeNtf : global::ProtoBuf.IExtensible { public GoodsClosePlanChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, 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 string _CloseDate = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CloseDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CloseDate { get { return _CloseDate; } set { _CloseDate = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private string _EndTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"EndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndTime { get { return _EndTime; } set { _EndTime = 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=@"AccountDataChange")] public partial class AccountDataChange : global::ProtoBuf.IExtensible { public AccountDataChange() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = 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=@"UserChangeNtf")] public partial class UserChangeNtf : global::ProtoBuf.IExtensible { public UserChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = value; } } private readonly global::System.Collections.Generic.List _AccountChange = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"AccountChange", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List AccountChange { get { return _AccountChange; } } 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=@"LoginAccChange")] public partial class LoginAccChange : global::ProtoBuf.IExtensible { public LoginAccChange() {} private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = 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=@"LoginAccChangeNtf")] public partial class LoginAccChangeNtf : global::ProtoBuf.IExtensible { public LoginAccChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private readonly global::System.Collections.Generic.List _LoginAccChange = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"LoginAccChange", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List LoginAccChange { get { return _LoginAccChange; } } 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=@"SCFBusinessStatusNtf")] public partial class SCFBusinessStatusNtf : global::ProtoBuf.IExtensible { public SCFBusinessStatusNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = value; } } private int _BusinessType = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BusinessType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BusinessType { get { return _BusinessType; } set { _BusinessType = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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 _RetMsg = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"RetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetMsg { get { return _RetMsg; } set { _RetMsg = value; } } private int _ReturnCode = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ReturnCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReturnCode { get { return _ReturnCode; } set { _ReturnCode = 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=@"WRTradeDealedNtf")] public partial class WRTradeDealedNtf : global::ProtoBuf.IExtensible { public WRTradeDealedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _ListingOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ListingOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ListingOrderID { get { return _ListingOrderID; } set { _ListingOrderID = value; } } private ulong _DelistingOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DelistingOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DelistingOrderID { get { return _DelistingOrderID; } set { _DelistingOrderID = value; } } private ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = value; } } private ulong _ActiveQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ActiveQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ActiveQty { get { return _ActiveQty; } set { _ActiveQty = value; } } private ulong _RealTradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RealTradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RealTradeQty { get { return _RealTradeQty; } set { _RealTradeQty = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = value; } } private double _TradePrice = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradePrice { get { return _TradePrice; } set { _TradePrice = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private uint _WRTransferUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"WRTransferUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WRTransferUserID { get { return _WRTransferUserID; } set { _WRTransferUserID = value; } } private double _FreezeFirstAmount = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"FreezeFirstAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeFirstAmount { get { return _FreezeFirstAmount; } set { _FreezeFirstAmount = value; } } private double _UnFreezeFirstAmount = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"UnFreezeFirstAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UnFreezeFirstAmount { get { return _UnFreezeFirstAmount; } set { _UnFreezeFirstAmount = value; } } private double _RealTradeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"RealTradeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RealTradeAmount { get { return _RealTradeAmount; } set { _RealTradeAmount = value; } } private double _PerformanceAmount = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"PerformanceAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PerformanceAmount { get { return _PerformanceAmount; } set { _PerformanceAmount = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private long _PerformanceTemplateID = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"PerformanceTemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PerformanceTemplateID { get { return _PerformanceTemplateID; } set { _PerformanceTemplateID = 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=@"PerformancePlanStepProcessedNtf")] public partial class PerformancePlanStepProcessedNtf : global::ProtoBuf.IExtensible { public PerformancePlanStepProcessedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _PerformancePlanStepID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanStepID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanStepID { get { return _PerformancePlanStepID; } set { _PerformancePlanStepID = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(5, 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=@"MarketStatusToQuoteNtf")] public partial class MarketStatusToQuoteNtf : global::ProtoBuf.IExtensible { public MarketStatusToQuoteNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private string _NotifyTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NotifyTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NotifyTime { get { return _NotifyTime; } set { _NotifyTime = 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=@"ScfAccountRiskNtf")] public partial class ScfAccountRiskNtf : global::ProtoBuf.IExtensible { public ScfAccountRiskNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private int _ScfRiskLv = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ScfRiskLv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ScfRiskLv { get { return _ScfRiskLv; } set { _ScfRiskLv = value; } } private int _ScfStatus = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ScfStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ScfStatus { get { return _ScfStatus; } set { _ScfStatus = 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=@"GoodsAvailableSaleNtf")] public partial class GoodsAvailableSaleNtf : global::ProtoBuf.IExtensible { public GoodsAvailableSaleNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _AvailableQty = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AvailableQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AvailableQty { get { return _AvailableQty; } set { _AvailableQty = 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=@"WRPosTransferNtf")] public partial class WRPosTransferNtf : global::ProtoBuf.IExtensible { public WRPosTransferNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _RelatedOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RelatedOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderId { get { return _RelatedOrderId; } set { _RelatedOrderId = value; } } private int _TradeQty = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TradeQty { get { return _TradeQty; } set { _TradeQty = value; } } private int _Direct = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Direct", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Direct { get { return _Direct; } set { _Direct = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = 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=@"BankInSuccessNtf")] public partial class BankInSuccessNtf : global::ProtoBuf.IExtensible { public BankInSuccessNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _ExchTicket; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private ulong _AccountCode; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private double _Amount; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"BankOutSuccessNtf")] public partial class BankOutSuccessNtf : global::ProtoBuf.IExtensible { public BankOutSuccessNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _ExchTicket; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private ulong _AccountCode; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private double _Amount; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"SystemParamChangeNtf")] public partial class SystemParamChangeNtf : global::ProtoBuf.IExtensible { public SystemParamChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private string _ParamCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ParamCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ParamCode { get { return _ParamCode; } set { _ParamCode = 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=@"RiskCutNtf")] public partial class RiskCutNtf : global::ProtoBuf.IExtensible { public RiskCutNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private int _RiskLevel = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RiskLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RiskLevel { get { return _RiskLevel; } set { _RiskLevel = value; } } private string _Idate = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Idate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Idate { get { return _Idate; } set { _Idate = value; } } private double _CurRate = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CurRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CurRate { get { return _CurRate; } set { _CurRate = value; } } private double _CutRate = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CutRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CutRate { get { return _CutRate; } set { _CutRate = value; } } private double _SafeRate = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SafeRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SafeRate { get { return _SafeRate; } set { _SafeRate = 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=@"TradeDealedSourceInfo")] public partial class TradeDealedSourceInfo : global::ProtoBuf.IExtensible { public TradeDealedSourceInfo() {} private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private double _Price = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price { get { return _Price; } set { _Price = value; } } private ulong _HoldTradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"HoldTradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong HoldTradeID { get { return _HoldTradeID; } set { _HoldTradeID = 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=@"DeliveryDealedNtf")] public partial class DeliveryDealedNtf : global::ProtoBuf.IExtensible { public DeliveryDealedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private ulong _DeliveryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryID { get { return _DeliveryID; } set { _DeliveryID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 double _AgreeUnit = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AgreeUnit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AgreeUnit { get { return _AgreeUnit; } set { _AgreeUnit = value; } } private readonly global::System.Collections.Generic.List _TradeDealedSource = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"TradeDealedSource", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List TradeDealedSource { get { return _TradeDealedSource; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"TradeDealedNtf")] public partial class TradeDealedNtf : global::ProtoBuf.IExtensible { public TradeDealedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private ulong _CloseTradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CloseTradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CloseTradeID { get { return _CloseTradeID; } set { _CloseTradeID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private double _AgreeUnit = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AgreeUnit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AgreeUnit { get { return _AgreeUnit; } set { _AgreeUnit = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private double _Price = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price { get { return _Price; } set { _Price = 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=@"LoginFirstNtf")] public partial class LoginFirstNtf : global::ProtoBuf.IExtensible { public LoginFirstNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private readonly global::System.Collections.Generic.List _AccountIds = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"AccountIds", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AccountIds { get { return _AccountIds; } } 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=@"AuctionGoodsStatusChangeNtf")] public partial class AuctionGoodsStatusChangeNtf : global::ProtoBuf.IExtensible { public AuctionGoodsStatusChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, 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 string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = value; } } private uint _TradeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeMode { get { return _TradeMode; } set { _TradeMode = value; } } private uint _DecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"DecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DecimalPlace { get { return _DecimalPlace; } set { _DecimalPlace = value; } } private uint _GroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"GroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GroupID { get { return _GroupID; } set { _GroupID = 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=@"TradeDateRedoneNtf")] public partial class TradeDateRedoneNtf : global::ProtoBuf.IExtensible { public TradeDateRedoneNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _Redone = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Redone", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Redone { get { return _Redone; } set { _Redone = 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=@"MallSellerReceiveSuccessNtf")] public partial class MallSellerReceiveSuccessNtf : global::ProtoBuf.IExtensible { public MallSellerReceiveSuccessNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _BuyerAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyerAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyerAccountID { get { return _BuyerAccountID; } set { _BuyerAccountID = value; } } private ulong _SellerAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SellerAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellerAccountID { get { return _SellerAccountID; } set { _SellerAccountID = value; } } private double _ShoppingAmount = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ShoppingAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ShoppingAmount { get { return _ShoppingAmount; } set { _ShoppingAmount = value; } } private double _MaidRatio = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MaidRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MaidRatio { get { return _MaidRatio; } set { _MaidRatio = value; } } private ulong _PayMentID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PayMentID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PayMentID { get { return _PayMentID; } set { _PayMentID = value; } } private double _ExchDivRation = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchDivRation", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchDivRation { get { return _ExchDivRation; } set { _ExchDivRation = 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=@"PerformanceBuildAgreementNtf")] public partial class PerformanceBuildAgreementNtf : global::ProtoBuf.IExtensible { public PerformanceBuildAgreementNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private int _PerformanceType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformanceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PerformanceType { get { return _PerformanceType; } set { _PerformanceType = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(6, 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 int _PerformanceStatus = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PerformanceStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PerformanceStatus { get { return _PerformanceStatus; } set { _PerformanceStatus = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = value; } } private double _OverShortAmount = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OverShortAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OverShortAmount { get { return _OverShortAmount; } set { _OverShortAmount = 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=@"RelievingAccRelationNtf")] public partial class RelievingAccRelationNtf : global::ProtoBuf.IExtensible { public RelievingAccRelationNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"QuoteQtyUseUpNtf")] public partial class QuoteQtyUseUpNtf : global::ProtoBuf.IExtensible { public QuoteQtyUseUpNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _QuoteId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"QuoteId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteId { get { return _QuoteId; } set { _QuoteId = 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=@"DeliveryGoodsChangeNtf")] public partial class DeliveryGoodsChangeNtf : global::ProtoBuf.IExtensible { public DeliveryGoodsChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = 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=@"OptionTradeNtf")] public partial class OptionTradeNtf : global::ProtoBuf.IExtensible { public OptionTradeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _HolderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"HolderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong HolderQty { get { return _HolderQty; } set { _HolderQty = value; } } private double _HolderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"HolderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HolderPrice { get { return _HolderPrice; } set { _HolderPrice = value; } } private double _HolderAmount = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"HolderAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HolderAmount { get { return _HolderAmount; } set { _HolderAmount = value; } } private uint _IsCloseToday = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"IsCloseToday", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsCloseToday { get { return _IsCloseToday; } set { _IsCloseToday = value; } } private uint _OptionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OptionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptionType { get { return _OptionType; } set { _OptionType = value; } } private double _Premium = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Premium", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Premium { get { return _Premium; } set { _Premium = value; } } private uint _IsPreClose = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"IsPreClose", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsPreClose { get { return _IsPreClose; } set { _IsPreClose = value; } } private double _ClosePrice = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"ClosePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ClosePrice { get { return _ClosePrice; } set { _ClosePrice = value; } } private uint _IsComfirmClose = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"IsComfirmClose", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsComfirmClose { get { return _IsComfirmClose; } set { _IsComfirmClose = 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=@"GoodsMaxQtyNtf")] public partial class GoodsMaxQtyNtf : global::ProtoBuf.IExtensible { public GoodsMaxQtyNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private long _BuyMaxQty = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BuyMaxQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BuyMaxQty { get { return _BuyMaxQty; } set { _BuyMaxQty = value; } } private int _LimitType = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"LimitType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LimitType { get { return _LimitType; } set { _LimitType = 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=@"RiskOrderCanceledNtf")] public partial class RiskOrderCanceledNtf : global::ProtoBuf.IExtensible { public RiskOrderCanceledNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"TradeRiskRuleConfigChangeNtf")] public partial class TradeRiskRuleConfigChangeNtf : global::ProtoBuf.IExtensible { public TradeRiskRuleConfigChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _RuleChangeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RuleChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RuleChangeType { get { return _RuleChangeType; } set { _RuleChangeType = value; } } private uint _RiskRuleID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RiskRuleID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RiskRuleID { get { return _RiskRuleID; } set { _RiskRuleID = value; } } private uint _RiskRuleGroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RiskRuleGroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RiskRuleGroupID { get { return _RiskRuleGroupID; } set { _RiskRuleGroupID = value; } } private readonly global::System.Collections.Generic.List _GroupAddRuleIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"GroupAddRuleIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List GroupAddRuleIDs { get { return _GroupAddRuleIDs; } } private readonly global::System.Collections.Generic.List _GroupDelRuleIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(8, Name=@"GroupDelRuleIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List GroupDelRuleIDs { get { return _GroupDelRuleIDs; } } 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=@"TradeTemplateConfigChangeNtf")] public partial class TradeTemplateConfigChangeNtf : global::ProtoBuf.IExtensible { public TradeTemplateConfigChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _TemplateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TemplateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TemplateType { get { return _TemplateType; } set { _TemplateType = value; } } private uint _TemplateID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TemplateID { get { return _TemplateID; } set { _TemplateID = value; } } private readonly global::System.Collections.Generic.List _AddAuxIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"AddAuxIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AddAuxIDs { get { return _AddAuxIDs; } } private readonly global::System.Collections.Generic.List _DelAuxIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"DelAuxIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List DelAuxIDs { get { return _DelAuxIDs; } } private readonly global::System.Collections.Generic.List _UpdateAuxIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"UpdateAuxIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List UpdateAuxIDs { get { return _UpdateAuxIDs; } } 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=@"TaAccountTemplateConfigChangeNtf")] public partial class TaAccountTemplateConfigChangeNtf : global::ProtoBuf.IExtensible { public TaAccountTemplateConfigChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"ExtenalAccountCfgSyncFinishNtf")] public partial class ExtenalAccountCfgSyncFinishNtf : global::ProtoBuf.IExtensible { public ExtenalAccountCfgSyncFinishNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _ChannelID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ChannelID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChannelID { get { return _ChannelID; } set { _ChannelID = 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=@"RiskAccountTradeLimitStatusChangeNtf")] public partial class RiskAccountTradeLimitStatusChangeNtf : global::ProtoBuf.IExtensible { public RiskAccountTradeLimitStatusChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _RiskTradeStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RiskTradeStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RiskTradeStatus { get { return _RiskTradeStatus; } set { _RiskTradeStatus = 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=@"RiskToWebNtf")] public partial class RiskToWebNtf : global::ProtoBuf.IExtensible { public RiskToWebNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _MsgId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MsgId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MsgId { get { return _MsgId; } set { _MsgId = value; } } private string _Content = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Content", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Content { get { return _Content; } set { _Content = 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=@"AccountConfigChangeNtf")] public partial class AccountConfigChangeNtf : global::ProtoBuf.IExtensible { public AccountConfigChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _NtfType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"NtfType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint NtfType { get { return _NtfType; } set { _NtfType = value; } } private ulong _Userid = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Userid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Userid { get { return _Userid; } set { _Userid = value; } } private uint _Roletype = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Roletype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Roletype { get { return _Roletype; } set { _Roletype = value; } } private ulong _Accountid = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Accountid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Accountid { get { return _Accountid; } set { _Accountid = value; } } private ulong _Groupid = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Groupid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Groupid { get { return _Groupid; } set { _Groupid = value; } } private ulong _Goodsid = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Goodsid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Goodsid { get { return _Goodsid; } set { _Goodsid = value; } } private uint _ChangType = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ChangType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangType { get { return _ChangType; } set { _ChangType = 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=@"GoodsGroupChangeNtf")] public partial class GoodsGroupChangeNtf : global::ProtoBuf.IExtensible { public GoodsGroupChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _GoodsGroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsGroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsGroupID { get { return _GoodsGroupID; } set { _GoodsGroupID = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = 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=@"AuctionGroupInfoNtf")] public partial class AuctionGroupInfoNtf : global::ProtoBuf.IExtensible { public AuctionGroupInfoNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _AutoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AutoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AutoId { get { return _AutoId; } set { _AutoId = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = 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=@"AuctionGroupStatusNtf")] public partial class AuctionGroupStatusNtf : global::ProtoBuf.IExtensible { public AuctionGroupStatusNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = value; } } private uint _TradeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeMode { get { return _TradeMode; } set { _TradeMode = value; } } private uint _GroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"GroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GroupID { get { return _GroupID; } set { _GroupID = 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=@"PerformancePlanProcessedNtf")] public partial class PerformancePlanProcessedNtf : global::ProtoBuf.IExtensible { public PerformancePlanProcessedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = 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 _TradeTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private uint _Score = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Score { get { return _Score; } set { _Score = 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=@"OTCOptionGoodsMaxQtyNtf")] public partial class OTCOptionGoodsMaxQtyNtf : global::ProtoBuf.IExtensible { public OTCOptionGoodsMaxQtyNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _GoodsGroupId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsGroupId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsGroupId { get { return _GoodsGroupId; } set { _GoodsGroupId = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private long _BuyMaxQty = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BuyMaxQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BuyMaxQty { get { return _BuyMaxQty; } set { _BuyMaxQty = value; } } private int _LimitType = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"LimitType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LimitType { get { return _LimitType; } set { _LimitType = 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=@"FollowOrderSetNtf")] public partial class FollowOrderSetNtf : global::ProtoBuf.IExtensible { public FollowOrderSetNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _StrategyId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"StrategyId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong StrategyId { get { return _StrategyId; } set { _StrategyId = value; } } private string _StrategyName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"StrategyName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StrategyName { get { return _StrategyName; } set { _StrategyName = value; } } private uint _Type = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Type { get { return _Type; } set { _Type = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private double _Ratio = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Ratio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Ratio { get { return _Ratio; } set { _Ratio = value; } } private uint _Direct = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Direct", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Direct { get { return _Direct; } set { _Direct = value; } } private string _AccountId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountId { get { return _AccountId; } set { _AccountId = value; } } private string _AccountId2 = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"AccountId2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountId2 { get { return _AccountId2; } set { _AccountId2 = value; } } private uint _ChangeNtfType = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ChangeNtfType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeNtfType { get { return _ChangeNtfType; } set { _ChangeNtfType = value; } } private string _GoodsId = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"GoodsId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsId { get { return _GoodsId; } set { _GoodsId = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint 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=@"SpotQuoteStatusChangeNtf")] public partial class SpotQuoteStatusChangeNtf : global::ProtoBuf.IExtensible { public SpotQuoteStatusChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _CurMarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CurMarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CurMarketID { get { return _CurMarketID; } set { _CurMarketID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _DGStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DGStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DGStatus { get { return _DGStatus; } set { _DGStatus = value; } } private uint _QuoteStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"QuoteStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteStatus { get { return _QuoteStatus; } set { _QuoteStatus = value; } } private uint _ListingStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ListingStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ListingStatus { get { return _ListingStatus; } set { _ListingStatus = value; } } private uint _AuctionStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AuctionStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuctionStatus { get { return _AuctionStatus; } set { _AuctionStatus = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = value; } } private uint _CurUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CurUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CurUserID { get { return _CurUserID; } set { _CurUserID = value; } } private ulong _CurAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CurAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CurAccountID { get { return _CurAccountID; } set { _CurAccountID = 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=@"ChannelLockBuyChangeNtf")] public partial class ChannelLockBuyChangeNtf : global::ProtoBuf.IExtensible { public ChannelLockBuyChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private ulong _ActiveID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ActiveID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ActiveID { get { return _ActiveID; } set { _ActiveID = 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=@"ChannelSetChangeNtf")] public partial class ChannelSetChangeNtf : global::ProtoBuf.IExtensible { public ChannelSetChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private ulong _Cid = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Cid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Cid { get { return _Cid; } set { _Cid = 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=@"BuyListingTradeDealedNtf")] public partial class BuyListingTradeDealedNtf : global::ProtoBuf.IExtensible { public BuyListingTradeDealedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _ListingStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ListingStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ListingStatus { get { return _ListingStatus; } set { _ListingStatus = value; } } private double _TradeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(6, 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 _TradeTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = 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=@"SpotShopGoodsStatusChangeNtf")] public partial class SpotShopGoodsStatusChangeNtf : global::ProtoBuf.IExtensible { public SpotShopGoodsStatusChangeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = 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=@"OrderSuccessedNtf")] public partial class OrderSuccessedNtf : global::ProtoBuf.IExtensible { public OrderSuccessedNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, 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 string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"JdpQuoteSuccessNtf")] public partial class JdpQuoteSuccessNtf : global::ProtoBuf.IExtensible { public JdpQuoteSuccessNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 string _NickName = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NickName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NickName { get { return _NickName; } set { _NickName = value; } } private double _Price = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price { get { return _Price; } set { _Price = value; } } private double _PrizeaAmount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PrizeaAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PrizeaAmount { get { return _PrizeaAmount; } set { _PrizeaAmount = value; } } private string _Ordertime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Ordertime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Ordertime { get { return _Ordertime; } set { _Ordertime = 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=@"JdpTradeSuccessNtf")] public partial class JdpTradeSuccessNtf : global::ProtoBuf.IExtensible { public JdpTradeSuccessNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private uint _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeQty { get { return _TradeQty; } set { _TradeQty = value; } } private double _TradeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(10, 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 uint _PayType = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"PayType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PayType { get { return _PayType; } set { _PayType = value; } } private double _RemaiAmount = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"RemaiAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RemaiAmount { get { return _RemaiAmount; } set { _RemaiAmount = value; } } private string _PayendTime = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"PayendTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PayendTime { get { return _PayendTime; } set { _PayendTime = value; } } private string _PayTime = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"PayTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PayTime { get { return _PayTime; } set { _PayTime = 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=@"AIAppointNtf")] public partial class AIAppointNtf : global::ProtoBuf.IExtensible { public AIAppointNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private string _StartAppointTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StartAppointTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartAppointTime { get { return _StartAppointTime; } set { _StartAppointTime = value; } } private string _EndAppointTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"EndAppointTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndAppointTime { get { return _EndAppointTime; } set { _EndAppointTime = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private uint _AppointType = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AppointType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AppointType { get { return _AppointType; } set { _AppointType = 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=@"OrderReq")] public partial class OrderReq : global::ProtoBuf.IExtensible { public OrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private double _MarketMaxSub = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"MarketMaxSub", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MarketMaxSub { get { return _MarketMaxSub; } set { _MarketMaxSub = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _BuildType = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"BuildType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuildType { get { return _BuildType; } set { _BuildType = value; } } private double _CurtQuotePrice = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"CurtQuotePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CurtQuotePrice { get { return _CurtQuotePrice; } set { _CurtQuotePrice = value; } } private double _SpPrice = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"SpPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SpPrice { get { return _SpPrice; } set { _SpPrice = value; } } private double _SlPrice = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"SlPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SlPrice { get { return _SlPrice; } set { _SlPrice = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private uint _TimevalidType = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"TimevalidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TimevalidType { get { return _TimevalidType; } set { _TimevalidType = value; } } private uint _TriggerType = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"TriggerType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TriggerType { get { return _TriggerType; } set { _TriggerType = value; } } private double _TriggerPrice = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"TriggerPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TriggerPrice { get { return _TriggerPrice; } set { _TriggerPrice = value; } } private uint _ListingSelectType = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"ListingSelectType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ListingSelectType { get { return _ListingSelectType; } set { _ListingSelectType = value; } } private uint _DelistingType = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"DelistingType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DelistingType { get { return _DelistingType; } set { _DelistingType = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private uint _OptionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"OptionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptionType { get { return _OptionType; } set { _OptionType = value; } } private double _Premium = int.MinValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"Premium", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Premium { get { return _Premium; } set { _Premium = value; } } private uint _TriggerOperator = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"TriggerOperator", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TriggerOperator { get { return _TriggerOperator; } set { _TriggerOperator = value; } } private string _ServiceTime = ""; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"ServiceTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ServiceTime { get { return _ServiceTime; } set { _ServiceTime = 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=@"OrderRsp")] public partial class OrderRsp : global::ProtoBuf.IExtensible { public OrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"CancelOrderReq")] public partial class CancelOrderReq : global::ProtoBuf.IExtensible { public CancelOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private ulong _OldOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OldOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OldOrderId { get { return _OldOrderId; } set { _OldOrderId = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = 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=@"CancelOrderRsp")] public partial class CancelOrderRsp : global::ProtoBuf.IExtensible { public CancelOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExchActionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchActionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExchActionID { get { return _ExchActionID; } set { _ExchActionID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"RiskCloseReq")] public partial class RiskCloseReq : global::ProtoBuf.IExtensible { public RiskCloseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _EntrustID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"EntrustID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong EntrustID { get { return _EntrustID; } set { _EntrustID = value; } } private string _RiskCloseTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RiskCloseTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RiskCloseTime { get { return _RiskCloseTime; } set { _RiskCloseTime = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _BuildType = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BuildType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuildType { get { return _BuildType; } set { _BuildType = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private string _RiskCloseSendTime = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"RiskCloseSendTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RiskCloseSendTime { get { return _RiskCloseSendTime; } set { _RiskCloseSendTime = value; } } private uint _CloseType = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"CloseType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CloseType { get { return _CloseType; } set { _CloseType = 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=@"RiskCloseRsp")] public partial class RiskCloseRsp : global::ProtoBuf.IExtensible { public RiskCloseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _CloseRspResult = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CloseRspResult", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CloseRspResult { get { return _CloseRspResult; } set { _CloseRspResult = value; } } private ulong _EntrustID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"EntrustID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong EntrustID { get { return _EntrustID; } set { _EntrustID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = 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=@"WairhouseReceiptHolderTranslateReq")] public partial class WairhouseReceiptHolderTranslateReq : global::ProtoBuf.IExtensible { public WairhouseReceiptHolderTranslateReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 ulong _TranslateQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TranslateQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TranslateQty { get { return _TranslateQty; } set { _TranslateQty = value; } } private uint _TranslateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TranslateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TranslateType { get { return _TranslateType; } set { _TranslateType = value; } } private uint _UnfreezeFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"UnfreezeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UnfreezeFlag { get { return _UnfreezeFlag; } set { _UnfreezeFlag = value; } } private uint _BusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BusinessID { get { return _BusinessID; } set { _BusinessID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _WRSerialNo = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"WRSerialNo", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRSerialNo { get { return _WRSerialNo; } set { _WRSerialNo = 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=@"WairhouseReceiptHolderTranslateRsp")] public partial class WairhouseReceiptHolderTranslateRsp : global::ProtoBuf.IExtensible { public WairhouseReceiptHolderTranslateRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _BusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BusinessID { get { return _BusinessID; } set { _BusinessID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _WRSerialNo = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRSerialNo", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRSerialNo { get { return _WRSerialNo; } set { _WRSerialNo = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = 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=@"DeliveryDealCloseReq")] public partial class DeliveryDealCloseReq : global::ProtoBuf.IExtensible { public DeliveryDealCloseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _DeliveryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryID { get { return _DeliveryID; } set { _DeliveryID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = value; } } private double _ClosePrice = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClosePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ClosePrice { get { return _ClosePrice; } set { _ClosePrice = value; } } private ulong _CloseQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CloseQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CloseQty { get { return _CloseQty; } set { _CloseQty = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _DeliveryPriceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"DeliveryPriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryPriceType { get { return _DeliveryPriceType; } set { _DeliveryPriceType = 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=@"DeliveryDealCloseRsp")] public partial class DeliveryDealCloseRsp : global::ProtoBuf.IExtensible { public DeliveryDealCloseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryID { get { return _DeliveryID; } set { _DeliveryID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private double _TradeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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 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=@"DeliveryTradeReq")] public partial class DeliveryTradeReq : global::ProtoBuf.IExtensible { public DeliveryTradeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _DeliveryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryID { get { return _DeliveryID; } set { _DeliveryID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"DeliveryTradeRsp")] public partial class DeliveryTradeRsp : global::ProtoBuf.IExtensible { public DeliveryTradeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryID { get { return _DeliveryID; } set { _DeliveryID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 double _TotalOpenAmount = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TotalOpenAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TotalOpenAmount { get { return _TotalOpenAmount; } set { _TotalOpenAmount = value; } } private double _TotalPayAmount = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TotalPayAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TotalPayAmount { get { return _TotalPayAmount; } set { _TotalPayAmount = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"DeliveryTransferReq")] public partial class DeliveryTransferReq : global::ProtoBuf.IExtensible { public DeliveryTransferReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _DeliveryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryID { get { return _DeliveryID; } set { _DeliveryID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _CloseAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CloseAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CloseAccountID { get { return _CloseAccountID; } set { _CloseAccountID = value; } } private ulong _MatchAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MatchAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MatchAccountID { get { return _MatchAccountID; } set { _MatchAccountID = value; } } private double _Price = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price { get { return _Price; } set { _Price = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"DeliveryTransferRsp")] public partial class DeliveryTransferRsp : global::ProtoBuf.IExtensible { public DeliveryTransferRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryID { get { return _DeliveryID; } set { _DeliveryID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"PreExerciseReq")] public partial class PreExerciseReq : global::ProtoBuf.IExtensible { public PreExerciseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private uint _OptionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OptionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptionType { get { return _OptionType; } set { _OptionType = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = 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=@"PreExerciseRsp")] public partial class PreExerciseRsp : global::ProtoBuf.IExtensible { public PreExerciseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = 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=@"ConfirmExerciseReq")] public partial class ConfirmExerciseReq : global::ProtoBuf.IExtensible { public ConfirmExerciseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private uint _OptionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OptionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptionType { get { return _OptionType; } set { _OptionType = value; } } private byte[] _ShipperConfigInfo = null; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ShipperConfigInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public byte[] ShipperConfigInfo { get { return _ShipperConfigInfo; } set { _ShipperConfigInfo = value; } } private int _ShipperConfigType = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ShipperConfigType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ShipperConfigType { get { return _ShipperConfigType; } set { _ShipperConfigType = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private int _VersionFlag = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"VersionFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VersionFlag { get { return _VersionFlag; } set { _VersionFlag = 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=@"ConfirmExerciseRsp")] public partial class ConfirmExerciseRsp : global::ProtoBuf.IExtensible { public ConfirmExerciseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = 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=@"ManageForceCloseReq")] public partial class ManageForceCloseReq : global::ProtoBuf.IExtensible { public ManageForceCloseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _EntrustID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"EntrustID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong EntrustID { get { return _EntrustID; } set { _EntrustID = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = 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=@"ManageForceCloseRsp")] public partial class ManageForceCloseRsp : global::ProtoBuf.IExtensible { public ManageForceCloseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _EntrustID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"EntrustID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong EntrustID { get { return _EntrustID; } set { _EntrustID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeQty { get { return _TradeQty; } set { _TradeQty = 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=@"PreSaleListingInfoReq")] public partial class PreSaleListingInfoReq : global::ProtoBuf.IExtensible { public PreSaleListingInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private string _Unit = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Unit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Unit { get { return _Unit; } set { _Unit = value; } } private ulong _ApplyQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ApplyQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyQty { get { return _ApplyQty; } set { _ApplyQty = value; } } private uint _StepPriceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"StepPriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StepPriceType { get { return _StepPriceType; } set { _StepPriceType = value; } } private string _GoodsDesc = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"GoodsDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsDesc { get { return _GoodsDesc; } set { _GoodsDesc = value; } } private string _GoodsPicUrl = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"GoodsPicUrl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsPicUrl { get { return _GoodsPicUrl; } set { _GoodsPicUrl = value; } } private uint _DecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"DecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DecimalPlace { get { return _DecimalPlace; } set { _DecimalPlace = value; } } private uint _SellMarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"SellMarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellMarginAlgorithm { get { return _SellMarginAlgorithm; } set { _SellMarginAlgorithm = value; } } private double _SellMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"SellMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellMarginValue { get { return _SellMarginValue; } set { _SellMarginValue = value; } } private uint _BuyChargeAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"BuyChargeAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyChargeAlgorithm { get { return _BuyChargeAlgorithm; } set { _BuyChargeAlgorithm = value; } } private double _BuyChargeValue = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BuyChargeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyChargeValue { get { return _BuyChargeValue; } set { _BuyChargeValue = value; } } private uint _SellChargeAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"SellChargeAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellChargeAlgorithm { get { return _SellChargeAlgorithm; } set { _SellChargeAlgorithm = value; } } private double _SellChargeValue = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"SellChargeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellChargeValue { get { return _SellChargeValue; } set { _SellChargeValue = value; } } private uint _PerformanceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"PerformanceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PerformanceMode { get { return _PerformanceMode; } set { _PerformanceMode = value; } } private ulong _PerformanceTemplateID = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"PerformanceTemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformanceTemplateID { get { return _PerformanceTemplateID; } set { _PerformanceTemplateID = value; } } private uint _PreSaleStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"PreSaleStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PreSaleStatus { get { return _PreSaleStatus; } set { _PreSaleStatus = value; } } private uint _HandleStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"HandleStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HandleStatus { get { return _HandleStatus; } set { _HandleStatus = value; } } private string _StartDay = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"StartDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartDay { get { return _StartDay; } set { _StartDay = value; } } private string _EndDay = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"EndDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndDay { get { return _EndDay; } set { _EndDay = value; } } private double _SellerFreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"SellerFreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellerFreezeMargin { get { return _SellerFreezeMargin; } set { _SellerFreezeMargin = value; } } private double _SellerFreezeCharge = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"SellerFreezeCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellerFreezeCharge { get { return _SellerFreezeCharge; } set { _SellerFreezeCharge = value; } } private uint _BuyMarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"BuyMarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyMarginAlgorithm { get { return _BuyMarginAlgorithm; } set { _BuyMarginAlgorithm = value; } } private double _BuyMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"BuyMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyMarginValue { get { return _BuyMarginValue; } set { _BuyMarginValue = value; } } private ulong _MinTradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"MinTradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MinTradeQty { get { return _MinTradeQty; } set { _MinTradeQty = value; } } private uint _PerformanceWay = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"PerformanceWay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PerformanceWay { get { return _PerformanceWay; } set { _PerformanceWay = value; } } private double _BuyReleaseRatio = int.MinValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"BuyReleaseRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyReleaseRatio { get { return _BuyReleaseRatio; } set { _BuyReleaseRatio = value; } } private double _SellReleaseRatio = int.MinValue; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"SellReleaseRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellReleaseRatio { get { return _SellReleaseRatio; } set { _SellReleaseRatio = value; } } private uint _ExecuteMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"ExecuteMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExecuteMode { get { return _ExecuteMode; } set { _ExecuteMode = value; } } private uint _ExecuteSide = uint.MaxValue; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"ExecuteSide", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExecuteSide { get { return _ExecuteSide; } set { _ExecuteSide = value; } } private uint _MinQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(35, IsRequired = false, Name=@"MinQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MinQty { get { return _MinQty; } set { _MinQty = value; } } private uint _HoldDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(36, IsRequired = false, Name=@"HoldDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HoldDays { get { return _HoldDays; } set { _HoldDays = value; } } private double _BuyChargeValue2 = int.MinValue; [global::ProtoBuf.ProtoMember(37, IsRequired = false, Name=@"BuyChargeValue2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyChargeValue2 { get { return _BuyChargeValue2; } set { _BuyChargeValue2 = value; } } private double _SellChargeValue2 = int.MinValue; [global::ProtoBuf.ProtoMember(38, IsRequired = false, Name=@"SellChargeValue2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellChargeValue2 { get { return _SellChargeValue2; } set { _SellChargeValue2 = 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=@"PreSaleListingInfoRsp")] public partial class PreSaleListingInfoRsp : global::ProtoBuf.IExtensible { public PreSaleListingInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ListingID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ListingID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ListingID { get { return _ListingID; } set { _ListingID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeQty { get { return _TradeQty; } set { _TradeQty = value; } } private ulong _SellerAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SellerAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellerAccountID { get { return _SellerAccountID; } set { _SellerAccountID = 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=@"PreSaleOrderReq")] public partial class PreSaleOrderReq : global::ProtoBuf.IExtensible { public PreSaleOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ListingID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ListingID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ListingID { get { return _ListingID; } set { _ListingID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"PreSaleOrderRsp")] public partial class PreSaleOrderRsp : global::ProtoBuf.IExtensible { public PreSaleOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ListingID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ListingID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ListingID { get { return _ListingID; } set { _ListingID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"ManageProtoTransferReq")] public partial class ManageProtoTransferReq : global::ProtoBuf.IExtensible { public ManageProtoTransferReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _OutAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OutAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OutAccountID { get { return _OutAccountID; } set { _OutAccountID = value; } } private ulong _InAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InAccountID { get { return _InAccountID; } set { _InAccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private double _TransferPrice = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TransferPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TransferPrice { get { return _TransferPrice; } set { _TransferPrice = value; } } private double _HoldPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"HoldPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HoldPrice { get { return _HoldPrice; } set { _HoldPrice = value; } } private uint _FreezeDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"FreezeDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FreezeDays { get { return _FreezeDays; } set { _FreezeDays = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"ManageProtoTransferRsp")] public partial class ManageProtoTransferRsp : global::ProtoBuf.IExtensible { public ManageProtoTransferRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsDelistReq")] public partial class GoodsDelistReq : global::ProtoBuf.IExtensible { public GoodsDelistReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, 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 uint _AccountType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AccountType { get { return _AccountType; } set { _AccountType = 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=@"GoodsDelistRsp")] public partial class GoodsDelistRsp : global::ProtoBuf.IExtensible { public GoodsDelistRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, 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 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=@"PreSaleCancelReq")] public partial class PreSaleCancelReq : global::ProtoBuf.IExtensible { public PreSaleCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ListingID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ListingID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ListingID { get { return _ListingID; } set { _ListingID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"PreSaleCancelRsp")] public partial class PreSaleCancelRsp : global::ProtoBuf.IExtensible { public PreSaleCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ListingID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ListingID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ListingID { get { return _ListingID; } set { _ListingID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"ChannelOrderReq")] public partial class ChannelOrderReq : global::ProtoBuf.IExtensible { public ChannelOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private uint _ChannelOperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ChannelOperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChannelOperateType { get { return _ChannelOperateType; } set { _ChannelOperateType = value; } } private uint _ChannelOrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ChannelOrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChannelOrderSrc { get { return _ChannelOrderSrc; } set { _ChannelOrderSrc = value; } } private uint _HedgeFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"HedgeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HedgeFlag { get { return _HedgeFlag; } set { _HedgeFlag = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _ChannelBuildType = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"ChannelBuildType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChannelBuildType { get { return _ChannelBuildType; } set { _ChannelBuildType = value; } } private uint _CloseType = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"CloseType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CloseType { get { return _CloseType; } set { _CloseType = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private uint _TimeValidType = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"TimeValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TimeValidType { get { return _TimeValidType; } set { _TimeValidType = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private string _ServiceTime = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"ServiceTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ServiceTime { get { return _ServiceTime; } set { _ServiceTime = value; } } private string _validtime = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"validtime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string validtime { get { return _validtime; } set { _validtime = value; } } private ulong _CloseTodayQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"CloseTodayQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CloseTodayQty { get { return _CloseTodayQty; } set { _CloseTodayQty = 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=@"ChannelOrderRsp")] public partial class ChannelOrderRsp : global::ProtoBuf.IExtensible { public ChannelOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"ManageAmendHolderReq")] public partial class ManageAmendHolderReq : global::ProtoBuf.IExtensible { public ManageAmendHolderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _EntrustID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"EntrustID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong EntrustID { get { return _EntrustID; } set { _EntrustID = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _ChannelOperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ChannelOperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChannelOperateType { get { return _ChannelOperateType; } set { _ChannelOperateType = value; } } private uint _ChannelOrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ChannelOrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChannelOrderSrc { get { return _ChannelOrderSrc; } set { _ChannelOrderSrc = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _ChannelBuildType = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ChannelBuildType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChannelBuildType { get { return _ChannelBuildType; } set { _ChannelBuildType = value; } } private uint _CloseType = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CloseType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CloseType { get { return _CloseType; } set { _CloseType = 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=@"ManageAmendHolderRsp")] public partial class ManageAmendHolderRsp : global::ProtoBuf.IExtensible { public ManageAmendHolderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _EntrustID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"EntrustID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong EntrustID { get { return _EntrustID; } set { _EntrustID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"ManageAmendTradeReq")] public partial class ManageAmendTradeReq : global::ProtoBuf.IExtensible { public ManageAmendTradeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _EntrustID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"EntrustID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong EntrustID { get { return _EntrustID; } set { _EntrustID = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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 uint _ChannelOrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ChannelOrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChannelOrderSrc { get { return _ChannelOrderSrc; } set { _ChannelOrderSrc = value; } } private ulong _MhpInnerTradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MhpInnerTradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MhpInnerTradeID { get { return _MhpInnerTradeID; } set { _MhpInnerTradeID = 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=@"ManageAmendTradeRsp")] public partial class ManageAmendTradeRsp : global::ProtoBuf.IExtensible { public ManageAmendTradeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _EntrustID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"EntrustID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong EntrustID { get { return _EntrustID; } set { _EntrustID = value; } } private ulong _MhpInnerTradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MhpInnerTradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MhpInnerTradeID { get { return _MhpInnerTradeID; } set { _MhpInnerTradeID = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(6, 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=@"CoinExchangeOrderReq")] public partial class CoinExchangeOrderReq : global::ProtoBuf.IExtensible { public CoinExchangeOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private ulong _AccountIDPayer = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountIDPayer", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountIDPayer { get { return _AccountIDPayer; } set { _AccountIDPayer = value; } } private ulong _AccountIDPayee = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountIDPayee", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountIDPayee { get { return _AccountIDPayee; } set { _AccountIDPayee = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private uint _TimevalidType = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"TimevalidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TimevalidType { get { return _TimevalidType; } set { _TimevalidType = value; } } private uint _TriggerType = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"TriggerType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TriggerType { get { return _TriggerType; } set { _TriggerType = value; } } private double _TriggerPrice = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"TriggerPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TriggerPrice { get { return _TriggerPrice; } set { _TriggerPrice = value; } } private uint _TriggerOperator = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"TriggerOperator", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TriggerOperator { get { return _TriggerOperator; } set { _TriggerOperator = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private string _ServiceTime = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ServiceTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ServiceTime { get { return _ServiceTime; } set { _ServiceTime = 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=@"CoinExchangeOrderRsp")] public partial class CoinExchangeOrderRsp : global::ProtoBuf.IExtensible { public CoinExchangeOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"CoinC2COrderReq")] public partial class CoinC2COrderReq : global::ProtoBuf.IExtensible { public CoinC2COrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private uint _TradeCurrencyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeCurrencyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeCurrencyID { get { return _TradeCurrencyID; } set { _TradeCurrencyID = value; } } private uint _PayCurrencyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PayCurrencyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PayCurrencyID { get { return _PayCurrencyID; } set { _PayCurrencyID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _ListType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ListType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ListType { get { return _ListType; } set { _ListType = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _DelistLimitType = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"DelistLimitType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DelistLimitType { get { return _DelistLimitType; } set { _DelistLimitType = value; } } private uint _DelistLimitMinValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"DelistLimitMinValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DelistLimitMinValue { get { return _DelistLimitMinValue; } set { _DelistLimitMinValue = value; } } private uint _DelistLimitMaxValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"DelistLimitMaxValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DelistLimitMaxValue { get { return _DelistLimitMaxValue; } set { _DelistLimitMaxValue = value; } } private string _PayModels = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"PayModels", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PayModels { get { return _PayModels; } set { _PayModels = value; } } private string _PayInfoIDs = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"PayInfoIDs", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PayInfoIDs { get { return _PayInfoIDs; } set { _PayInfoIDs = value; } } private uint _ValidType = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ValidType { get { return _ValidType; } set { _ValidType = value; } } private string _ValidTime = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"ValidTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidTime { get { return _ValidTime; } set { _ValidTime = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private string _ServiceTime = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ServiceTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ServiceTime { get { return _ServiceTime; } set { _ServiceTime = 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=@"CoinC2COrderRsp")] public partial class CoinC2COrderRsp : global::ProtoBuf.IExtensible { public CoinC2COrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"CoinC2CCancelReq")] public partial class CoinC2CCancelReq : global::ProtoBuf.IExtensible { public CoinC2CCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private ulong _OldOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OldOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OldOrderId { get { return _OldOrderId; } set { _OldOrderId = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = 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=@"CoinC2CCancelRsp")] public partial class CoinC2CCancelRsp : global::ProtoBuf.IExtensible { public CoinC2CCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExchActionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchActionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExchActionID { get { return _ExchActionID; } set { _ExchActionID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"ChannelLockReq")] public partial class ChannelLockReq : global::ProtoBuf.IExtensible { public ChannelLockReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _ActiveInfoID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ActiveInfoID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ActiveInfoID { get { return _ActiveInfoID; } set { _ActiveInfoID = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private ulong _GiftQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"GiftQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GiftQty { get { return _GiftQty; } set { _GiftQty = value; } } private string _StopDate = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"StopDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StopDate { get { return _StopDate; } set { _StopDate = value; } } private string _IDCardPhotoURL = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"IDCardPhotoURL", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IDCardPhotoURL { get { return _IDCardPhotoURL; } set { _IDCardPhotoURL = value; } } private string _SignatureURL = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"SignatureURL", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SignatureURL { get { return _SignatureURL; } set { _SignatureURL = 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=@"ChannelLockRsp")] public partial class ChannelLockRsp : global::ProtoBuf.IExtensible { public ChannelLockRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"ChannelCancelLockReq")] public partial class ChannelCancelLockReq : global::ProtoBuf.IExtensible { public ChannelCancelLockReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = 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=@"ChannelCancelLockRsp")] public partial class ChannelCancelLockRsp : global::ProtoBuf.IExtensible { public ChannelCancelLockRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"ChannelTransferInfo")] public partial class ChannelTransferInfo : global::ProtoBuf.IExtensible { public ChannelTransferInfo() {} private ulong _TransferAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"TransferAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TransferAccountID { get { return _TransferAccountID; } set { _TransferAccountID = value; } } private ulong _TransferQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TransferQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TransferQty { get { return _TransferQty; } set { _TransferQty = 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=@"ChannelAuditLockReq")] public partial class ChannelAuditLockReq : global::ProtoBuf.IExtensible { public ChannelAuditLockReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private uint _OperatorType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OperatorType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorType { get { return _OperatorType; } set { _OperatorType = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private readonly global::System.Collections.Generic.List _TransferInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(8, Name=@"TransferInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List TransferInfos { get { return _TransferInfos; } } 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=@"ChannelAuditLockRsp")] public partial class ChannelAuditLockRsp : global::ProtoBuf.IExtensible { public ChannelAuditLockRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = 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=@"ChannelUnlockLockReq")] public partial class ChannelUnlockLockReq : global::ProtoBuf.IExtensible { public ChannelUnlockLockReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"ChannelUnlockLockRsp")] public partial class ChannelUnlockLockRsp : global::ProtoBuf.IExtensible { public ChannelUnlockLockRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = 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=@"ChannelOutsideTradeReq")] public partial class ChannelOutsideTradeReq : global::ProtoBuf.IExtensible { public ChannelOutsideTradeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _OrderID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private double _TradePrice; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"TradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double TradePrice { get { return _TradePrice; } set { _TradePrice = 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=@"ChannelOutsideTradeRsp")] public partial class ChannelOutsideTradeRsp : global::ProtoBuf.IExtensible { public ChannelOutsideTradeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = 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=@"VendorAddFreezePositionReq")] public partial class VendorAddFreezePositionReq : global::ProtoBuf.IExtensible { public VendorAddFreezePositionReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 ulong _AddQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AddQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AddQty { get { return _AddQty; } set { _AddQty = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"VendorAddFreezePositionRsp")] public partial class VendorAddFreezePositionRsp : global::ProtoBuf.IExtensible { public VendorAddFreezePositionRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"VendorUnfreezeAuditPassReq")] public partial class VendorUnfreezeAuditPassReq : global::ProtoBuf.IExtensible { public VendorUnfreezeAuditPassReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReqID { get { return _ReqID; } set { _ReqID = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"VendorUnfreezeAuditPassRsp")] public partial class VendorUnfreezeAuditPassRsp : global::ProtoBuf.IExtensible { public VendorUnfreezeAuditPassRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReqID { get { return _ReqID; } set { _ReqID = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsTransferInfo")] public partial class GoodsTransferInfo : global::ProtoBuf.IExtensible { public GoodsTransferInfo() {} private ulong _OutAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"OutAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OutAccountID { get { return _OutAccountID; } set { _OutAccountID = value; } } private ulong _InAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"InAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InAccountID { get { return _InAccountID; } set { _InAccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private double _Price = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price { get { return _Price; } set { _Price = value; } } private double _CostPrice = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CostPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CostPrice { get { return _CostPrice; } set { _CostPrice = value; } } private uint _IsFreeze = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"IsFreeze", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsFreeze { get { return _IsFreeze; } set { _IsFreeze = value; } } private uint _FreezeDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FreezeDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FreezeDays { get { return _FreezeDays; } set { _FreezeDays = value; } } private ulong _FreezePosQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"FreezePosQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong FreezePosQty { get { return _FreezePosQty; } set { _FreezePosQty = value; } } private ulong _TradePosQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradePosQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradePosQty { get { return _TradePosQty; } set { _TradePosQty = 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=@"GoodsRationReq")] public partial class GoodsRationReq : global::ProtoBuf.IExtensible { public GoodsRationReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _RationInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"RationInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List RationInfos { get { return _RationInfos; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsRationRsp")] public partial class GoodsRationRsp : global::ProtoBuf.IExtensible { public GoodsRationRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsTransferReq")] public partial class GoodsTransferReq : global::ProtoBuf.IExtensible { public GoodsTransferReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _TransferInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"TransferInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List TransferInfos { get { return _TransferInfos; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsTransferRsp")] public partial class GoodsTransferRsp : global::ProtoBuf.IExtensible { public GoodsTransferRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsBuyBackReq")] public partial class GoodsBuyBackReq : global::ProtoBuf.IExtensible { public GoodsBuyBackReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _BuyBackInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"BuyBackInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List BuyBackInfos { get { return _BuyBackInfos; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsBuyBackRsp")] public partial class GoodsBuyBackRsp : global::ProtoBuf.IExtensible { public GoodsBuyBackRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsPickupReq")] public partial class GoodsPickupReq : global::ProtoBuf.IExtensible { public GoodsPickupReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private string _ReciverName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReciverName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReciverName { get { return _ReciverName; } set { _ReciverName = value; } } private uint _CardTypeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CardTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CardTypeId { get { return _CardTypeId; } set { _CardTypeId = value; } } private string _CardNum = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = value; } } private string _PhoneNum = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PhoneNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PhoneNum { get { return _PhoneNum; } set { _PhoneNum = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _TakeRemark = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TakeRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TakeRemark { get { return _TakeRemark; } set { _TakeRemark = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"GoodsPickupRsp")] public partial class GoodsPickupRsp : global::ProtoBuf.IExtensible { public GoodsPickupRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientTicket = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"ChannelSPSLOrderReq")] public partial class ChannelSPSLOrderReq : global::ProtoBuf.IExtensible { public ChannelSPSLOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private double _SpPrice = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"SpPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SpPrice { get { return _SpPrice; } set { _SpPrice = value; } } private double _SlPrice = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"SlPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SlPrice { get { return _SlPrice; } set { _SlPrice = value; } } private uint _PriceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"PriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceType { get { return _PriceType; } set { _PriceType = value; } } private uint _TriggerType = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"TriggerType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TriggerType { get { return _TriggerType; } set { _TriggerType = 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=@"ChannelSPSLOrderRsp")] public partial class ChannelSPSLOrderRsp : global::ProtoBuf.IExtensible { public ChannelSPSLOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = 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=@"TradePosConvertJdpReq")] public partial class TradePosConvertJdpReq : global::ProtoBuf.IExtensible { public TradePosConvertJdpReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _SrcGoodsCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SrcGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SrcGoodsCode { get { return _SrcGoodsCode; } set { _SrcGoodsCode = value; } } private string _DstGoodsCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DstGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DstGoodsCode { get { return _DstGoodsCode; } set { _DstGoodsCode = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, 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 double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _LogID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LogID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogID { get { return _LogID; } set { _LogID = 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=@"TradePosConvertJdpRsp")] public partial class TradePosConvertJdpRsp : global::ProtoBuf.IExtensible { public TradePosConvertJdpRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _SrcGoodsCode = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SrcGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SrcGoodsCode { get { return _SrcGoodsCode; } set { _SrcGoodsCode = value; } } private string _DstGoodsCode = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DstGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DstGoodsCode { get { return _DstGoodsCode; } set { _DstGoodsCode = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, 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 double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private double _ConvertQty = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ConvertQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ConvertQty { get { return _ConvertQty; } set { _ConvertQty = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _LogID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"LogID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogID { get { return _LogID; } set { _LogID = 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=@"CpPositionTransferInRetrialPassReq")] public partial class CpPositionTransferInRetrialPassReq : global::ProtoBuf.IExtensible { public CpPositionTransferInRetrialPassReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"CpPositionTransferInRetrialPassRsp")] public partial class CpPositionTransferInRetrialPassRsp : global::ProtoBuf.IExtensible { public CpPositionTransferInRetrialPassRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"CpPositionTransferInCancelRetrialPassReq")] public partial class CpPositionTransferInCancelRetrialPassReq : global::ProtoBuf.IExtensible { public CpPositionTransferInCancelRetrialPassReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _CancelID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CancelID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CancelID { get { return _CancelID; } set { _CancelID = 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=@"CpPositionTransferInCancelRetrialPassRsp")] public partial class CpPositionTransferInCancelRetrialPassRsp : global::ProtoBuf.IExtensible { public CpPositionTransferInCancelRetrialPassRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _CancelID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CancelID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CancelID { get { return _CancelID; } set { _CancelID = 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=@"CpPresaleReq")] public partial class CpPresaleReq : global::ProtoBuf.IExtensible { public CpPresaleReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private uint _RelatedGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RelatedGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RelatedGoodsID { get { return _RelatedGoodsID; } set { _RelatedGoodsID = value; } } private ulong _PresaleQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PresaleQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PresaleQty { get { return _PresaleQty; } set { _PresaleQty = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private string _endTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string endTime { get { return _endTime; } set { _endTime = value; } } private string _AttachmentUrl = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"AttachmentUrl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AttachmentUrl { get { return _AttachmentUrl; } set { _AttachmentUrl = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"CpPresaleRsp")] public partial class CpPresaleRsp : global::ProtoBuf.IExtensible { public CpPresaleRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"CpPresaleOperateReq")] public partial class CpPresaleOperateReq : global::ProtoBuf.IExtensible { public CpPresaleOperateReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"CpPresaleOperateRsp")] public partial class CpPresaleOperateRsp : global::ProtoBuf.IExtensible { public CpPresaleOperateRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"SubCommand")] public partial class SubCommand : global::ProtoBuf.IExtensible { public SubCommand() {} private uint _CommandCode = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"CommandCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CommandCode { get { return _CommandCode; } set { _CommandCode = value; } } private byte[] _CommandStrings = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"CommandStrings", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public byte[] CommandStrings { get { return _CommandStrings; } set { _CommandStrings = 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=@"AccountCommandReq")] public partial class AccountCommandReq : global::ProtoBuf.IExtensible { public AccountCommandReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _BusinessCode = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BusinessCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BusinessCode { get { return _BusinessCode; } set { _BusinessCode = value; } } private ulong _RelatedOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderId { get { return _RelatedOrderId; } set { _RelatedOrderId = value; } } private ulong _TradeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeId { get { return _TradeId; } set { _TradeId = value; } } private readonly global::System.Collections.Generic.List _SubCommands = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"SubCommands", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List SubCommands { get { return _SubCommands; } } private ulong _SerialNumber = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SerialNumber", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SerialNumber { get { return _SerialNumber; } set { _SerialNumber = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(9, 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=@"AccountCommandRsp")] public partial class AccountCommandRsp : global::ProtoBuf.IExtensible { public AccountCommandRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _BusinessCode = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BusinessCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BusinessCode { get { return _BusinessCode; } set { _BusinessCode = value; } } private ulong _RelatedOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RelatedOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderId { get { return _RelatedOrderId; } set { _RelatedOrderId = value; } } private ulong _TradeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeId { get { return _TradeId; } set { _TradeId = value; } } private readonly global::System.Collections.Generic.List _SubCommands = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(9, Name=@"SubCommands", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List SubCommands { get { return _SubCommands; } } private ulong _SerialNumber = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"SerialNumber", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SerialNumber { get { return _SerialNumber; } set { _SerialNumber = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(11, 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=@"FundOperationCmd")] public partial class FundOperationCmd : global::ProtoBuf.IExtensible { public FundOperationCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private double _ChangeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ChangeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ChangeAmount { get { return _ChangeAmount; } set { _ChangeAmount = value; } } private uint _RelatedGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RelatedGoodsId { get { return _RelatedGoodsId; } set { _RelatedGoodsId = value; } } private uint _RelatedMarketId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedMarketId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RelatedMarketId { get { return _RelatedMarketId; } set { _RelatedMarketId = value; } } private ulong _SubOrderIndex = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SubOrderIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubOrderIndex { get { return _SubOrderIndex; } set { _SubOrderIndex = value; } } private uint _OpAmountType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OpAmountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OpAmountType { get { return _OpAmountType; } set { _OpAmountType = 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=@"PositionOperationCmd")] public partial class PositionOperationCmd : global::ProtoBuf.IExtensible { public PositionOperationCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private long _ChangeQty = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ChangeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ChangeQty { get { return _ChangeQty; } set { _ChangeQty = value; } } private double _ChangeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ChangeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ChangeAmount { get { return _ChangeAmount; } set { _ChangeAmount = value; } } private ulong _SubOrderIndex = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SubOrderIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubOrderIndex { get { return _SubOrderIndex; } set { _SubOrderIndex = value; } } private uint _OpPositionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OpPositionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OpPositionType { get { return _OpPositionType; } set { _OpPositionType = 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=@"AccountFundInfoReq")] public partial class AccountFundInfoReq : global::ProtoBuf.IExtensible { public AccountFundInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _OrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderId { get { return _OrderId; } set { _OrderId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _QueryBitMask = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"QueryBitMask", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QueryBitMask { get { return _QueryBitMask; } set { _QueryBitMask = 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=@"AccountFundInfoRsp")] public partial class AccountFundInfoRsp : global::ProtoBuf.IExtensible { public AccountFundInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderId { get { return _OrderId; } set { _OrderId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private double _AvailableMargin = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AvailableMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AvailableMargin { get { return _AvailableMargin; } set { _AvailableMargin = value; } } private double _AvailableOutMoney = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AvailableOutMoney", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AvailableOutMoney { get { return _AvailableOutMoney; } set { _AvailableOutMoney = value; } } private int _IsCleanAccount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"IsCleanAccount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsCleanAccount { get { return _IsCleanAccount; } set { _IsCleanAccount = 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=@"WRPositionOperationCmd")] public partial class WRPositionOperationCmd : global::ProtoBuf.IExtensible { public WRPositionOperationCmd() {} private uint _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = value; } } private uint _BrandId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BrandId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandId { get { return _BrandId; } set { _BrandId = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private long _ChangeQty = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ChangeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ChangeQty { get { return _ChangeQty; } set { _ChangeQty = value; } } private ulong _SubOrderIndex = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"SubOrderIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubOrderIndex { get { return _SubOrderIndex; } set { _SubOrderIndex = value; } } private uint _OpPositionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OpPositionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OpPositionType { get { return _OpPositionType; } set { _OpPositionType = value; } } private ulong _WrFactorTypeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"WrFactorTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WrFactorTypeId { get { return _WrFactorTypeId; } set { _WrFactorTypeId = 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=@"TradeWRPositionOperationCmd")] public partial class TradeWRPositionOperationCmd : global::ProtoBuf.IExtensible { public TradeWRPositionOperationCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 uint _BrandId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BrandId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandId { get { return _BrandId; } set { _BrandId = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private long _ChangeQty = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ChangeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ChangeQty { get { return _ChangeQty; } set { _ChangeQty = value; } } private ulong _SubOrderIndex = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"SubOrderIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubOrderIndex { get { return _SubOrderIndex; } set { _SubOrderIndex = value; } } private uint _OpPositionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OpPositionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OpPositionType { get { return _OpPositionType; } set { _OpPositionType = 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=@"TradeWRPositionQueryCmd")] public partial class TradeWRPositionQueryCmd : global::ProtoBuf.IExtensible { public TradeWRPositionQueryCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, 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 long _AvailableQty = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AvailableQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AvailableQty { get { return _AvailableQty; } set { _AvailableQty = 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=@"ScorePositionOperationCmd")] public partial class ScorePositionOperationCmd : global::ProtoBuf.IExtensible { public ScorePositionOperationCmd() {} private ulong _ScoreTypeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ScoreTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ScoreTypeId { get { return _ScoreTypeId; } set { _ScoreTypeId = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private long _ChangeScore = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ChangeScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ChangeScore { get { return _ChangeScore; } set { _ChangeScore = value; } } private ulong _SubOrderIndex = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SubOrderIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubOrderIndex { get { return _SubOrderIndex; } set { _SubOrderIndex = value; } } private uint _OpPositionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OpPositionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OpPositionType { get { return _OpPositionType; } set { _OpPositionType = 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=@"RiskCtrlOperationCmd")] public partial class RiskCtrlOperationCmd : global::ProtoBuf.IExtensible { public RiskCtrlOperationCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private ulong _RelatedId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedId { get { return _RelatedId; } set { _RelatedId = value; } } private uint _RelatedType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RelatedType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RelatedType { get { return _RelatedType; } set { _RelatedType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private int _RiskMode = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RiskMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RiskMode { get { return _RiskMode; } set { _RiskMode = value; } } private double _TipLine = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TipLine", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TipLine { get { return _TipLine; } set { _TipLine = value; } } private double _WarningLine = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WarningLine", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WarningLine { get { return _WarningLine; } set { _WarningLine = value; } } private double _StopLine = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"StopLine", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double StopLine { get { return _StopLine; } set { _StopLine = value; } } private double _RecoveryLine = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"RecoveryLine", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RecoveryLine { get { return _RecoveryLine; } set { _RecoveryLine = value; } } private double _TotalAmount = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TotalAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TotalAmount { get { return _TotalAmount; } set { _TotalAmount = value; } } private double _InvestAmount = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"InvestAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double InvestAmount { get { return _InvestAmount; } set { _InvestAmount = 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=@"ExAccountCommandReq")] public partial class ExAccountCommandReq : global::ProtoBuf.IExtensible { public ExAccountCommandReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _BusinessCode = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BusinessCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BusinessCode { get { return _BusinessCode; } set { _BusinessCode = value; } } private ulong _RelatedOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderId { get { return _RelatedOrderId; } set { _RelatedOrderId = value; } } private ulong _TradeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeId { get { return _TradeId; } set { _TradeId = value; } } private readonly global::System.Collections.Generic.List _SubCommands = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"SubCommands", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List SubCommands { get { return _SubCommands; } } 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=@"ExAccountCommandRsp")] public partial class ExAccountCommandRsp : global::ProtoBuf.IExtensible { public ExAccountCommandRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _BusinessCode = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BusinessCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BusinessCode { get { return _BusinessCode; } set { _BusinessCode = value; } } private ulong _RelatedOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RelatedOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderId { get { return _RelatedOrderId; } set { _RelatedOrderId = value; } } private ulong _TradeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeId { get { return _TradeId; } set { _TradeId = value; } } private readonly global::System.Collections.Generic.List _SubCommands = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(9, Name=@"SubCommands", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List SubCommands { get { return _SubCommands; } } 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=@"ExFundOperationCmd")] public partial class ExFundOperationCmd : global::ProtoBuf.IExtensible { public ExFundOperationCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private double _ChangeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ChangeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ChangeAmount { get { return _ChangeAmount; } set { _ChangeAmount = value; } } private uint _RelatedGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RelatedGoodsId { get { return _RelatedGoodsId; } set { _RelatedGoodsId = value; } } private uint _RelatedMarketId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedMarketId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RelatedMarketId { get { return _RelatedMarketId; } set { _RelatedMarketId = value; } } private uint _ExCurrencyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExCurrencyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExCurrencyID { get { return _ExCurrencyID; } set { _ExCurrencyID = value; } } private double _ExChangeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExChangeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExChangeAmount { get { return _ExChangeAmount; } set { _ExChangeAmount = 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=@"ExPositionOperationCmd")] public partial class ExPositionOperationCmd : global::ProtoBuf.IExtensible { public ExPositionOperationCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private long _ChangeQty = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ChangeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ChangeQty { get { return _ChangeQty; } set { _ChangeQty = value; } } private double _ChangeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ChangeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ChangeAmount { get { return _ChangeAmount; } set { _ChangeAmount = 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=@"OpPositionOperationCmd")] public partial class OpPositionOperationCmd : global::ProtoBuf.IExtensible { public OpPositionOperationCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private ulong _TradeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TradeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeId { get { return _TradeId; } set { _TradeId = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private long _ChangeQty = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ChangeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ChangeQty { get { return _ChangeQty; } set { _ChangeQty = value; } } private ulong _SubOrderIndex = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SubOrderIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubOrderIndex { get { return _SubOrderIndex; } set { _SubOrderIndex = value; } } private uint _OpPositionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OpPositionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OpPositionType { get { return _OpPositionType; } set { _OpPositionType = 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=@"ExAccountDivideReq")] public partial class ExAccountDivideReq : global::ProtoBuf.IExtensible { public ExAccountDivideReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderId { get { return _RelatedOrderId; } set { _RelatedOrderId = 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=@"ExAccountDivideRsp")] public partial class ExAccountDivideRsp : global::ProtoBuf.IExtensible { public ExAccountDivideRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderId { get { return _RelatedOrderId; } set { _RelatedOrderId = 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=@"SettleUpdateFundOperationCmd")] public partial class SettleUpdateFundOperationCmd : global::ProtoBuf.IExtensible { public SettleUpdateFundOperationCmd() {} private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private double _UserID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UserID { get { return _UserID; } set { _UserID = value; } } private double _CurrencyID = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CurrencyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CurrencyID { get { return _CurrencyID; } set { _CurrencyID = value; } } private double _Balance = int.MinValue; [global::ProtoBuf.ProtoMember(4, 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 _OriFreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OriFreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OriFreezeMargin { get { return _OriFreezeMargin; } set { _OriFreezeMargin = value; } } private double _OriUsedMargin = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OriUsedMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OriUsedMargin { get { return _OriUsedMargin; } set { _OriUsedMargin = value; } } private double _OriOtherFreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OriOtherFreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OriOtherFreezeMargin { get { return _OriOtherFreezeMargin; } set { _OriOtherFreezeMargin = value; } } private double _OriFreezeCharge = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OriFreezeCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OriFreezeCharge { get { return _OriFreezeCharge; } set { _OriFreezeCharge = value; } } private double _OriMortgageCredit = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OriMortgageCredit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OriMortgageCredit { get { return _OriMortgageCredit; } set { _OriMortgageCredit = value; } } private double _OriOtherCredit = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OriOtherCredit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OriOtherCredit { get { return _OriOtherCredit; } set { _OriOtherCredit = value; } } private double _OriOutAmountFreeze = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OriOutAmountFreeze", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OriOutAmountFreeze { get { return _OriOutAmountFreeze; } set { _OriOutAmountFreeze = value; } } private double _InAmount = int.MinValue; [global::ProtoBuf.ProtoMember(12, 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(13, 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 double _PayCharge = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"PayCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PayCharge { get { return _PayCharge; } set { _PayCharge = value; } } private double _ClosePL = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"ClosePL", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ClosePL { get { return _ClosePL; } set { _ClosePL = value; } } private double _CreditIncrease = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"CreditIncrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CreditIncrease { get { return _CreditIncrease; } set { _CreditIncrease = value; } } private double _CreditDecrease = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CreditDecrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CreditDecrease { get { return _CreditDecrease; } set { _CreditDecrease = value; } } private double _OtherCreditIncrease = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"OtherCreditIncrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherCreditIncrease { get { return _OtherCreditIncrease; } set { _OtherCreditIncrease = value; } } private double _OtherCreditDecrease = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"OtherCreditDecrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherCreditDecrease { get { return _OtherCreditDecrease; } set { _OtherCreditDecrease = value; } } private double _TransferAmount = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"TransferAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TransferAmount { get { return _TransferAmount; } set { _TransferAmount = value; } } private double _OtherPay = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"OtherPay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherPay { get { return _OtherPay; } set { _OtherPay = value; } } private double _OtherIncome = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"OtherIncome", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherIncome { get { return _OtherIncome; } set { _OtherIncome = value; } } private double _ThirdinAmount = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ThirdinAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ThirdinAmount { get { return _ThirdinAmount; } set { _ThirdinAmount = value; } } private double _ThirdoutAmount = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ThirdoutAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ThirdoutAmount { get { return _ThirdoutAmount; } set { _ThirdoutAmount = 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=@"SettleUpdatePositionOperationCmd")] public partial class SettleUpdatePositionOperationCmd : global::ProtoBuf.IExtensible { public SettleUpdatePositionOperationCmd() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, 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 ulong _BuyPositionQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyPositionQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyPositionQty { get { return _BuyPositionQty; } set { _BuyPositionQty = value; } } private double _BuyHolderAmount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyHolderAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyHolderAmount { get { return _BuyHolderAmount; } set { _BuyHolderAmount = value; } } private ulong _BuyOpenTotalQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyOpenTotalQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyOpenTotalQty { get { return _BuyOpenTotalQty; } set { _BuyOpenTotalQty = value; } } private ulong _BuyCloseTotalQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyCloseTotalQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyCloseTotalQty { get { return _BuyCloseTotalQty; } set { _BuyCloseTotalQty = value; } } private ulong _SellPositionQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SellPositionQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellPositionQty { get { return _SellPositionQty; } set { _SellPositionQty = value; } } private double _SellHolderAmount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SellHolderAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellHolderAmount { get { return _SellHolderAmount; } set { _SellHolderAmount = value; } } private ulong _SellOpenTotalQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"SellOpenTotalQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellOpenTotalQty { get { return _SellOpenTotalQty; } set { _SellOpenTotalQty = value; } } private ulong _SellCloseTotalQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"SellCloseTotalQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellCloseTotalQty { get { return _SellCloseTotalQty; } set { _SellCloseTotalQty = 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=@"SettleUpdateWRPositionOperationCmd")] public partial class SettleUpdateWRPositionOperationCmd : global::ProtoBuf.IExtensible { public SettleUpdateWRPositionOperationCmd() {} private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private ulong _IncreaseQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"IncreaseQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong IncreaseQty { get { return _IncreaseQty; } set { _IncreaseQty = value; } } private ulong _DecreaseQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"DecreaseQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DecreaseQty { get { return _DecreaseQty; } set { _DecreaseQty = 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=@"SettleUpdateTWRPositionOperationCmd")] public partial class SettleUpdateTWRPositionOperationCmd : global::ProtoBuf.IExtensible { public SettleUpdateTWRPositionOperationCmd() {} private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, 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 uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private ulong _IncreaseQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"IncreaseQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong IncreaseQty { get { return _IncreaseQty; } set { _IncreaseQty = value; } } private ulong _DecreaseQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"DecreaseQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DecreaseQty { get { return _DecreaseQty; } set { _DecreaseQty = 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=@"SettleUpdateScorePositionOperationCmd")] public partial class SettleUpdateScorePositionOperationCmd : global::ProtoBuf.IExtensible { public SettleUpdateScorePositionOperationCmd() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _ScoreTypeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ScoreTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ScoreTypeId { get { return _ScoreTypeId; } set { _ScoreTypeId = value; } } private uint _OriScore = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OriScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OriScore { get { return _OriScore; } set { _OriScore = value; } } private uint _TodayIncrease = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TodayIncrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TodayIncrease { get { return _TodayIncrease; } set { _TodayIncrease = value; } } private uint _TodayDecrease = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TodayDecrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TodayDecrease { get { return _TodayDecrease; } set { _TodayDecrease = 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=@"QueryCommonReq")] public partial class QueryCommonReq : global::ProtoBuf.IExtensible { public QueryCommonReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _Statement = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Statement", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Statement { get { return _Statement; } set { _Statement = value; } } private int _StatementFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"StatementFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int StatementFlag { get { return _StatementFlag; } set { _StatementFlag = value; } } private readonly global::System.Collections.Generic.List _ParamValues = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"ParamValues", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ParamValues { get { return _ParamValues; } } private int _ParamValuesFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ParamValuesFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ParamValuesFlag { get { return _ParamValuesFlag; } set { _ParamValuesFlag = 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=@"ParamValue")] public partial class ParamValue : global::ProtoBuf.IExtensible { public ParamValue() {} private string _Key = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Key", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Key { get { return _Key; } set { _Key = value; } } private string _Value = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Value", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Value { get { return _Value; } set { _Value = 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=@"FieldInfo")] public partial class FieldInfo : global::ProtoBuf.IExtensible { public FieldInfo() {} private string _FieldName = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"FieldName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FieldName { get { return _FieldName; } set { _FieldName = value; } } private string _FieldType = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"FieldType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FieldType { get { return _FieldType; } set { _FieldType = 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=@"RowValue")] public partial class RowValue : global::ProtoBuf.IExtensible { public RowValue() {} private readonly global::System.Collections.Generic.List _RowValues = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"RowValues", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List RowValues { get { return _RowValues; } } 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=@"QueryCommonRsp_")] public partial class QueryCommonRsp_ : global::ProtoBuf.IExtensible { public QueryCommonRsp_() {} private int _RowNum = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"RowNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RowNum { get { return _RowNum; } set { _RowNum = value; } } private int _ColumnNum = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ColumnNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ColumnNum { get { return _ColumnNum; } set { _ColumnNum = value; } } private readonly global::System.Collections.Generic.List _FieldInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"FieldInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List FieldInfos { get { return _FieldInfos; } } private readonly global::System.Collections.Generic.List _RowValues = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"RowValues", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List RowValues { get { return _RowValues; } } 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=@"QueryCommonRsp")] public partial class QueryCommonRsp : global::ProtoBuf.IExtensible { public QueryCommonRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"LastUpdateTimeReq")] public partial class LastUpdateTimeReq : global::ProtoBuf.IExtensible { public LastUpdateTimeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"LastUpdateTimeRsp")] public partial class LastUpdateTimeRsp : global::ProtoBuf.IExtensible { public LastUpdateTimeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DirctionaryUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DirctionaryUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DirctionaryUTime { get { return _DirctionaryUTime; } set { _DirctionaryUTime = value; } } private ulong _ErrorcodeUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ErrorcodeUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ErrorcodeUTime { get { return _ErrorcodeUTime; } set { _ErrorcodeUTime = value; } } private ulong _MarketsUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketsUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketsUTime { get { return _MarketsUTime; } set { _MarketsUTime = value; } } private ulong _GoodsUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"GoodsUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsUTime { get { return _GoodsUTime; } set { _GoodsUTime = value; } } private ulong _ConfigUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ConfigUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ConfigUTime { get { return _ConfigUTime; } set { _ConfigUTime = value; } } private ulong _RiskMsgUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"RiskMsgUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RiskMsgUTime { get { return _RiskMsgUTime; } set { _RiskMsgUTime = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private ulong _MenuUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"MenuUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MenuUTime { get { return _MenuUTime; } set { _MenuUTime = value; } } private ulong _DvGoodsUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"DvGoodsUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DvGoodsUTime { get { return _DvGoodsUTime; } set { _DvGoodsUTime = 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=@"MarketsQueryReq")] public partial class MarketsQueryReq : global::ProtoBuf.IExtensible { public MarketsQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _MarketsUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MarketsUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketsUTime { get { return _MarketsUTime; } set { _MarketsUTime = 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=@"MarketsQueryRsp")] public partial class MarketsQueryRsp : global::ProtoBuf.IExtensible { public MarketsQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _MarketsList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"MarketsList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List MarketsList { get { return _MarketsList; } } 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=@"MarketsInfo")] public partial class MarketsInfo : global::ProtoBuf.IExtensible { public MarketsInfo() {} private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private string _MarketName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MarketName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MarketName { get { return _MarketName; } set { _MarketName = value; } } private uint _TradeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeMode { get { return _TradeMode; } set { _TradeMode = value; } } private uint _TradeProperty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeProperty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeProperty { get { return _TradeProperty; } set { _TradeProperty = value; } } private uint _PremiumQuoteMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"PremiumQuoteMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PremiumQuoteMode { get { return _PremiumQuoteMode; } set { _PremiumQuoteMode = value; } } private uint _AuctionWRType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AuctionWRType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuctionWRType { get { return _AuctionWRType; } set { _AuctionWRType = value; } } private uint _SellListingAuditFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SellListingAuditFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellListingAuditFlag { get { return _SellListingAuditFlag; } set { _SellListingAuditFlag = value; } } private uint _hasrebate = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"hasrebate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint hasrebate { get { return _hasrebate; } set { _hasrebate = value; } } private double _rebateratio = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"rebateratio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double rebateratio { get { return _rebateratio; } set { _rebateratio = 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=@"GoodsQueryReq")] public partial class GoodsQueryReq : global::ProtoBuf.IExtensible { public GoodsQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsUTime { get { return _GoodsUTime; } set { _GoodsUTime = 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=@"GoodsQueryRsp")] public partial class GoodsQueryRsp : global::ProtoBuf.IExtensible { public GoodsQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _GoodsList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"GoodsList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsList { get { return _GoodsList; } } 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=@"GoodsInfo")] public partial class GoodsInfo : global::ProtoBuf.IExtensible { public GoodsInfo() {} private uint _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, 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 string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private string _ListingDate = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ListingDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ListingDate { get { return _ListingDate; } set { _ListingDate = value; } } private string _LastTradeDate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"LastTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LastTradeDate { get { return _LastTradeDate; } set { _LastTradeDate = value; } } private string _DelistingDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DelistingDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DelistingDate { get { return _DelistingDate; } set { _DelistingDate = value; } } private uint _DecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DecimalPlace { get { return _DecimalPlace; } set { _DecimalPlace = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private uint _AgreeUnit = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"AgreeUnit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AgreeUnit { get { return _AgreeUnit; } set { _AgreeUnit = value; } } private string _GoodsUnit = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"GoodsUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsUnit { get { return _GoodsUnit; } set { _GoodsUnit = value; } } private uint _DeliveryFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"DeliveryFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryFlag { get { return _DeliveryFlag; } set { _DeliveryFlag = value; } } private uint _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = value; } } private string _DeliveryGoodsCode = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"DeliveryGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryGoodsCode { get { return _DeliveryGoodsCode; } set { _DeliveryGoodsCode = value; } } private string _DeliveryGoodsName = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"DeliveryGoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryGoodsName { get { return _DeliveryGoodsName; } set { _DeliveryGoodsName = value; } } private string _DeliveryGoodsUnit = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"DeliveryGoodsUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryGoodsUnit { get { return _DeliveryGoodsUnit; } set { _DeliveryGoodsUnit = value; } } private uint _XDeliveryRatio = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"XDeliveryRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint XDeliveryRatio { get { return _XDeliveryRatio; } set { _XDeliveryRatio = value; } } private uint _PDeliveryRatio1 = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"PDeliveryRatio1", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PDeliveryRatio1 { get { return _PDeliveryRatio1; } set { _PDeliveryRatio1 = value; } } private uint _PDeliveryRatio2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"PDeliveryRatio2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PDeliveryRatio2 { get { return _PDeliveryRatio2; } set { _PDeliveryRatio2 = value; } } private uint _MinDeliveryQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"MinDeliveryQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MinDeliveryQty { get { return _MinDeliveryQty; } set { _MinDeliveryQty = value; } } private uint _P1Type = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"P1Type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint P1Type { get { return _P1Type; } set { _P1Type = value; } } private uint _P2Type = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"P2Type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint P2Type { get { return _P2Type; } set { _P2Type = value; } } private double _P1value = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"P1value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double P1value { get { return _P1value; } set { _P1value = value; } } private double _P2value = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"P2value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double P2value { get { return _P2value; } set { _P2value = value; } } private uint _PGoodsID1 = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"PGoodsID1", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PGoodsID1 { get { return _PGoodsID1; } set { _PGoodsID1 = value; } } private uint _PGoodsID2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"PGoodsID2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PGoodsID2 { get { return _PGoodsID2; } set { _PGoodsID2 = value; } } private string _BeginDate = ""; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"BeginDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BeginDate { get { return _BeginDate; } set { _BeginDate = value; } } private string _EndDate = ""; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"EndDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndDate { get { return _EndDate; } set { _EndDate = value; } } private uint _Deliverymode = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"Deliverymode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Deliverymode { get { return _Deliverymode; } set { _Deliverymode = value; } } private uint _Performancemode = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"Performancemode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Performancemode { get { return _Performancemode; } set { _Performancemode = value; } } private uint _Optiontype = uint.MaxValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"Optiontype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Optiontype { get { return _Optiontype; } set { _Optiontype = value; } } private ulong _Pricefator = uint.MaxValue; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"Pricefator", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Pricefator { get { return _Pricefator; } set { _Pricefator = value; } } private ulong _Stepvalue = uint.MaxValue; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"Stepvalue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Stepvalue { get { return _Stepvalue; } set { _Stepvalue = value; } } private uint _Cuppricegear = uint.MaxValue; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"Cuppricegear", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Cuppricegear { get { return _Cuppricegear; } set { _Cuppricegear = value; } } private uint _Cdownpricegear = uint.MaxValue; [global::ProtoBuf.ProtoMember(35, IsRequired = false, Name=@"Cdownpricegear", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Cdownpricegear { get { return _Cdownpricegear; } set { _Cdownpricegear = value; } } private uint _Puppricegear = uint.MaxValue; [global::ProtoBuf.ProtoMember(36, IsRequired = false, Name=@"Puppricegear", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Puppricegear { get { return _Puppricegear; } set { _Puppricegear = value; } } private uint _Pdownpricegear = uint.MaxValue; [global::ProtoBuf.ProtoMember(37, IsRequired = false, Name=@"Pdownpricegear", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Pdownpricegear { get { return _Pdownpricegear; } set { _Pdownpricegear = value; } } private uint _Expiretype = uint.MaxValue; [global::ProtoBuf.ProtoMember(38, IsRequired = false, Name=@"Expiretype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Expiretype { get { return _Expiretype; } set { _Expiretype = value; } } private uint _Expirecycle = uint.MaxValue; [global::ProtoBuf.ProtoMember(39, IsRequired = false, Name=@"Expirecycle", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Expirecycle { get { return _Expirecycle; } set { _Expirecycle = value; } } private string _Expiredate = ""; [global::ProtoBuf.ProtoMember(40, IsRequired = false, Name=@"Expiredate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Expiredate { get { return _Expiredate; } set { _Expiredate = value; } } private readonly global::System.Collections.Generic.List _GoodsRuleList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(41, Name=@"GoodsRuleList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsRuleList { get { return _GoodsRuleList; } } private readonly global::System.Collections.Generic.List _GoodsMarginConfigList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(42, Name=@"GoodsMarginConfigList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsMarginConfigList { get { return _GoodsMarginConfigList; } } private readonly global::System.Collections.Generic.List _GoodsPMList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(43, Name=@"GoodsPMList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsPMList { get { return _GoodsPMList; } } private uint _Rratio = uint.MaxValue; [global::ProtoBuf.ProtoMember(44, IsRequired = false, Name=@"Rratio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Rratio { get { return _Rratio; } set { _Rratio = value; } } private uint _DeliveryPriceRule = uint.MaxValue; [global::ProtoBuf.ProtoMember(45, IsRequired = false, Name=@"DeliveryPriceRule", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryPriceRule { get { return _DeliveryPriceRule; } set { _DeliveryPriceRule = value; } } private uint _DelistingMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(46, IsRequired = false, Name=@"DelistingMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DelistingMode { get { return _DelistingMode; } set { _DelistingMode = value; } } private uint _GoodsStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(47, IsRequired = false, Name=@"GoodsStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsStatus { get { return _GoodsStatus; } set { _GoodsStatus = value; } } private uint _QuoteMinUnit = uint.MaxValue; [global::ProtoBuf.ProtoMember(48, IsRequired = false, Name=@"QuoteMinUnit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteMinUnit { get { return _QuoteMinUnit; } set { _QuoteMinUnit = value; } } private uint _PremiumAutoMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(49, IsRequired = false, Name=@"PremiumAutoMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PremiumAutoMode { get { return _PremiumAutoMode; } set { _PremiumAutoMode = value; } } private double _PremiumAutoValue = int.MinValue; [global::ProtoBuf.ProtoMember(50, IsRequired = false, Name=@"PremiumAutoValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PremiumAutoValue { get { return _PremiumAutoValue; } set { _PremiumAutoValue = value; } } private uint _GroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(51, IsRequired = false, Name=@"GroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GroupID { get { return _GroupID; } set { _GroupID = value; } } private uint _IsBuyLimited = uint.MaxValue; [global::ProtoBuf.ProtoMember(52, IsRequired = false, Name=@"IsBuyLimited", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsBuyLimited { get { return _IsBuyLimited; } set { _IsBuyLimited = value; } } private uint _ClosePriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(53, IsRequired = false, Name=@"ClosePriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClosePriceMode { get { return _ClosePriceMode; } set { _ClosePriceMode = value; } } private double _ClosePriceParam = int.MinValue; [global::ProtoBuf.ProtoMember(54, IsRequired = false, Name=@"ClosePriceParam", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ClosePriceParam { get { return _ClosePriceParam; } set { _ClosePriceParam = value; } } private uint _QtyDecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(55, IsRequired = false, Name=@"QtyDecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyDecimalPlace { get { return _QtyDecimalPlace; } set { _QtyDecimalPlace = value; } } private uint _GoodsQuoteType = uint.MaxValue; [global::ProtoBuf.ProtoMember(56, IsRequired = false, Name=@"GoodsQuoteType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsQuoteType { get { return _GoodsQuoteType; } set { _GoodsQuoteType = value; } } private uint _GoodsCurrencyid = uint.MaxValue; [global::ProtoBuf.ProtoMember(57, IsRequired = false, Name=@"GoodsCurrencyid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsCurrencyid { get { return _GoodsCurrencyid; } set { _GoodsCurrencyid = value; } } private uint _Currencyid = uint.MaxValue; [global::ProtoBuf.ProtoMember(58, IsRequired = false, Name=@"Currencyid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Currencyid { get { return _Currencyid; } set { _Currencyid = value; } } private uint _Lotsize = uint.MaxValue; [global::ProtoBuf.ProtoMember(59, IsRequired = false, Name=@"Lotsize", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Lotsize { get { return _Lotsize; } set { _Lotsize = value; } } private uint _QuoteGear = uint.MaxValue; [global::ProtoBuf.ProtoMember(60, IsRequired = false, Name=@"QuoteGear", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteGear { get { return _QuoteGear; } set { _QuoteGear = value; } } private uint _ShowBrokerFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(61, IsRequired = false, Name=@"ShowBrokerFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ShowBrokerFlag { get { return _ShowBrokerFlag; } set { _ShowBrokerFlag = value; } } private uint _GoodsType = uint.MaxValue; [global::ProtoBuf.ProtoMember(62, IsRequired = false, Name=@"GoodsType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsType { get { return _GoodsType; } set { _GoodsType = value; } } private uint _InnerDealMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(63, IsRequired = false, Name=@"InnerDealMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint InnerDealMode { get { return _InnerDealMode; } set { _InnerDealMode = 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=@"DictionaryQueryReq")] public partial class DictionaryQueryReq : global::ProtoBuf.IExtensible { public DictionaryQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _DirctionaryUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DirctionaryUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DirctionaryUTime { get { return _DirctionaryUTime; } set { _DirctionaryUTime = 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=@"DictionaryQueryRsp")] public partial class DictionaryQueryRsp : global::ProtoBuf.IExtensible { public DictionaryQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _DictionaryList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"DictionaryList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DictionaryList { get { return _DictionaryList; } } 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=@"DictionaryInfo")] public partial class DictionaryInfo : global::ProtoBuf.IExtensible { public DictionaryInfo() {} private string _FieldCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"FieldCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FieldCode { get { return _FieldCode; } set { _FieldCode = value; } } private string _FieldName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"FieldName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FieldName { get { return _FieldName; } set { _FieldName = value; } } private string _Key = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Key", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Key { get { return _Key; } set { _Key = value; } } private string _Value = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Value", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Value { get { return _Value; } set { _Value = value; } } private string _Parma1 = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Parma1", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Parma1 { get { return _Parma1; } set { _Parma1 = 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=@"ErrorCodeQueryReq")] public partial class ErrorCodeQueryReq : global::ProtoBuf.IExtensible { public ErrorCodeQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ErrorcodeUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ErrorcodeUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ErrorcodeUTime { get { return _ErrorcodeUTime; } set { _ErrorcodeUTime = 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=@"ErrorCodeQueryRsp")] public partial class ErrorCodeQueryRsp : global::ProtoBuf.IExtensible { public ErrorCodeQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _ErrorCodeList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"ErrorCodeList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ErrorCodeList { get { return _ErrorCodeList; } } 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=@"ErrorCodeInfo")] public partial class ErrorCodeInfo : global::ProtoBuf.IExtensible { public ErrorCodeInfo() {} private string _ErrorCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ErrorCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ErrorCode { get { return _ErrorCode; } set { _ErrorCode = value; } } private string _ErrorMsg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ErrorMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ErrorMsg { get { return _ErrorMsg; } set { _ErrorMsg = 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=@"ConfigQueryReq")] public partial class ConfigQueryReq : global::ProtoBuf.IExtensible { public ConfigQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ConfigUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ConfigUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ConfigUTime { get { return _ConfigUTime; } set { _ConfigUTime = 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=@"ConfigQueryRsp")] public partial class ConfigQueryRsp : global::ProtoBuf.IExtensible { public ConfigQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _ConfigInfoList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"ConfigInfoList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ConfigInfoList { get { return _ConfigInfoList; } } 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=@"ConfigInfo")] public partial class ConfigInfo : global::ProtoBuf.IExtensible { public ConfigInfo() {} private string _ParamCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ParamCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ParamCode { get { return _ParamCode; } set { _ParamCode = value; } } private string _ParamName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ParamName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ParamName { get { return _ParamName; } set { _ParamName = value; } } private string _ParamValue = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ParamValue", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ParamValue { get { return _ParamValue; } set { _ParamValue = value; } } private string _ParamRemark = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ParamRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ParamRemark { get { return _ParamRemark; } set { _ParamRemark = 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=@"MarketRunQueryReq")] public partial class MarketRunQueryReq : global::ProtoBuf.IExtensible { public MarketRunQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(2, 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=@"MarketRunQueryRsp")] public partial class MarketRunQueryRsp : global::ProtoBuf.IExtensible { public MarketRunQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private readonly global::System.Collections.Generic.List _MarketRunList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"MarketRunList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List MarketRunList { get { return _MarketRunList; } } 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=@"MarketRun")] public partial class MarketRun : global::ProtoBuf.IExtensible { public MarketRun() {} private uint _MarketId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"MarketId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketId { get { return _MarketId; } set { _MarketId = value; } } private readonly global::System.Collections.Generic.List _DayRunList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"DayRunList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DayRunList { get { return _DayRunList; } } 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=@"DayRun")] public partial class DayRun : global::ProtoBuf.IExtensible { public DayRun() {} private uint _TradeWeekDay = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"TradeWeekDay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeWeekDay { get { return _TradeWeekDay; } set { _TradeWeekDay = value; } } private uint _RunStep = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RunStep", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RunStep { get { return _RunStep; } set { _RunStep = value; } } private uint _StartWeekDay = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"StartWeekDay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StartWeekDay { get { return _StartWeekDay; } set { _StartWeekDay = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private uint _EndWeekDay = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"EndWeekDay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint EndWeekDay { get { return _EndWeekDay; } set { _EndWeekDay = value; } } private string _EndTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"EndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndTime { get { return _EndTime; } set { _EndTime = 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=@"RiskTipQueryReq")] public partial class RiskTipQueryReq : global::ProtoBuf.IExtensible { public RiskTipQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RiskMsgUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RiskMsgUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RiskMsgUTime { get { return _RiskMsgUTime; } set { _RiskMsgUTime = 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=@"RiskTipQueryRsp")] public partial class RiskTipQueryRsp : global::ProtoBuf.IExtensible { public RiskTipQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _TipTitle = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TipTitle", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TipTitle { get { return _TipTitle; } set { _TipTitle = value; } } private string _TipMsg = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TipMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TipMsg { get { return _TipMsg; } set { _TipMsg = 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=@"LoginQueryReq")] public partial class LoginQueryReq : global::ProtoBuf.IExtensible { public LoginQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private string _QueryItem = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"QueryItem", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string QueryItem { get { return _QueryItem; } set { _QueryItem = 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=@"LoginQueryRsp")] public partial class LoginQueryRsp : global::ProtoBuf.IExtensible { public LoginQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 AccountInfo _AccountInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public AccountInfo AccountInfo { get { return _AccountInfo; } set { _AccountInfo = value; } } private readonly global::System.Collections.Generic.List _TAAccountList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"TAAccountList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List TAAccountList { get { return _TAAccountList; } } private readonly global::System.Collections.Generic.List _GoodsRuleAndFeeList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"GoodsRuleAndFeeList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsRuleAndFeeList { get { return _GoodsRuleAndFeeList; } } private readonly global::System.Collections.Generic.List _ParamValues = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"ParamValues", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ParamValues { get { return _ParamValues; } } private uint _ServerLastNoticeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ServerLastNoticeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ServerLastNoticeId { get { return _ServerLastNoticeId; } set { _ServerLastNoticeId = 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=@"AccountInfo")] public partial class AccountInfo : global::ProtoBuf.IExtensible { public AccountInfo() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _UserType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserType { get { return _UserType; } set { _UserType = value; } } private uint _ParentUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ParentUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ParentUserID { get { return _ParentUserID; } set { _ParentUserID = value; } } private string _AccountName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountName { get { return _AccountName; } set { _AccountName = value; } } private string _CustomerName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomerName { get { return _CustomerName; } set { _CustomerName = value; } } private uint _UserInfoType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"UserInfoType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserInfoType { get { return _UserInfoType; } set { _UserInfoType = value; } } private uint _CardTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CardTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CardTypeID { get { return _CardTypeID; } set { _CardTypeID = 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 _Mobile = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private uint _HasAuth = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"HasAuth", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HasAuth { get { return _HasAuth; } set { _HasAuth = value; } } private ulong _MemberUserid = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"MemberUserid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MemberUserid { get { return _MemberUserid; } set { _MemberUserid = 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=@"TAAccountAll")] public partial class TAAccountAll : global::ProtoBuf.IExtensible { public TAAccountAll() {} private TaAccountInfo _TaAccountInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"TaAccountInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public TaAccountInfo TaAccountInfo { get { return _TaAccountInfo; } set { _TaAccountInfo = value; } } private readonly global::System.Collections.Generic.List _TradePositionList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"TradePositionList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List TradePositionList { get { return _TradePositionList; } } private readonly global::System.Collections.Generic.List _MarketsIdList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"MarketsIdList", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List MarketsIdList { get { return _MarketsIdList; } } 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=@"TaAccountInfo")] public partial class TaAccountInfo : global::ProtoBuf.IExtensible { public TaAccountInfo() {} private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _TradeStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TradeStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeStatus { get { return _TradeStatus; } set { _TradeStatus = 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 uint _IsMain = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"IsMain", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsMain { get { return _IsMain; } set { _IsMain = value; } } private ulong _ParentAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ParentAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ParentAccountID { get { return _ParentAccountID; } set { _ParentAccountID = value; } } private uint _TAAccountType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TAAccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TAAccountType { get { return _TAAccountType; } set { _TAAccountType = value; } } private ulong _RelatedMainAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RelatedMainAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedMainAccountID { get { return _RelatedMainAccountID; } set { _RelatedMainAccountID = value; } } private double _Balance = int.MinValue; [global::ProtoBuf.ProtoMember(8, 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(9, 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 _UsedMargin = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"UsedMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UsedMargin { get { return _UsedMargin; } set { _UsedMargin = value; } } private double _FreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"FreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeMargin { get { return _FreezeMargin; } set { _FreezeMargin = value; } } private double _OtherFreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OtherFreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherFreezeMargin { get { return _OtherFreezeMargin; } set { _OtherFreezeMargin = value; } } private double _FreezeCharge = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"FreezeCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeCharge { get { return _FreezeCharge; } set { _FreezeCharge = value; } } private double _MortgageCredit = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"MortgageCredit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MortgageCredit { get { return _MortgageCredit; } set { _MortgageCredit = value; } } private double _OtherCredit = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OtherCredit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherCredit { get { return _OtherCredit; } set { _OtherCredit = value; } } private double _OutAmountFreeze = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OutAmountFreeze", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OutAmountFreeze { get { return _OutAmountFreeze; } set { _OutAmountFreeze = value; } } private double _InAmount = int.MinValue; [global::ProtoBuf.ProtoMember(17, 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(18, 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 double _PayCharge = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"PayCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PayCharge { get { return _PayCharge; } set { _PayCharge = value; } } private double _ClosePL = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"ClosePL", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ClosePL { get { return _ClosePL; } set { _ClosePL = value; } } private double _CreditIncrease = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"CreditIncrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CreditIncrease { get { return _CreditIncrease; } set { _CreditIncrease = value; } } private double _CreditDecrease = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"CreditDecrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CreditDecrease { get { return _CreditDecrease; } set { _CreditDecrease = value; } } private double _OtherCreditIncrease = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"OtherCreditIncrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherCreditIncrease { get { return _OtherCreditIncrease; } set { _OtherCreditIncrease = value; } } private double _OtherCreditDecrease = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"OtherCreditDecrease", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherCreditDecrease { get { return _OtherCreditDecrease; } set { _OtherCreditDecrease = value; } } private double _TransferAmount = int.MinValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"TransferAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TransferAmount { get { return _TransferAmount; } set { _TransferAmount = value; } } private double _OtherPay = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"OtherPay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherPay { get { return _OtherPay; } set { _OtherPay = value; } } private double _OtherIncome = int.MinValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"OtherIncome", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OtherIncome { get { return _OtherIncome; } set { _OtherIncome = value; } } private double _OutThreshold = int.MinValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"OutThreshold", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OutThreshold { get { return _OutThreshold; } set { _OutThreshold = value; } } private uint _IsMarketAccount = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"IsMarketAccount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsMarketAccount { get { return _IsMarketAccount; } set { _IsMarketAccount = value; } } private uint _Currencyid = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"Currencyid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Currencyid { get { return _Currencyid; } set { _Currencyid = 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=@"TradePosition")] public partial class TradePosition : global::ProtoBuf.IExtensible { public TradePosition() {} private uint _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, 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 uint _BuyFrozenQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BuyFrozenQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyFrozenQty { get { return _BuyFrozenQty; } set { _BuyFrozenQty = value; } } private uint _BuyOtherFrozenQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyOtherFrozenQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOtherFrozenQty { get { return _BuyOtherFrozenQty; } set { _BuyOtherFrozenQty = value; } } private uint _BuyCurPositionQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyCurPositionQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyCurPositionQty { get { return _BuyCurPositionQty; } set { _BuyCurPositionQty = value; } } private double _BuyCurHolderAmount = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyCurHolderAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyCurHolderAmount { get { return _BuyCurHolderAmount; } set { _BuyCurHolderAmount = value; } } private uint _SellFrozenQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SellFrozenQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellFrozenQty { get { return _SellFrozenQty; } set { _SellFrozenQty = value; } } private uint _SellOtherFrozenQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SellOtherFrozenQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellOtherFrozenQty { get { return _SellOtherFrozenQty; } set { _SellOtherFrozenQty = value; } } private uint _SellCurPositionQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SellCurPositionQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellCurPositionQty { get { return _SellCurPositionQty; } set { _SellCurPositionQty = value; } } private double _SellCurHolderAmount = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"SellCurHolderAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellCurHolderAmount { get { return _SellCurHolderAmount; } set { _SellCurHolderAmount = 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=@"GoodsRuleAndFee")] public partial class GoodsRuleAndFee : global::ProtoBuf.IExtensible { public GoodsRuleAndFee() {} private int _GoodsID = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private int _CustomerTypeID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"CustomerTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CustomerTypeID { get { return _CustomerTypeID; } set { _CustomerTypeID = value; } } private readonly global::System.Collections.Generic.List _GoodsRuleList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"GoodsRuleList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsRuleList { get { return _GoodsRuleList; } } 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=@"GoodsRule")] public partial class GoodsRule : global::ProtoBuf.IExtensible { public GoodsRule() {} private int _Ruleid = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Ruleid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Ruleid { get { return _Ruleid; } set { _Ruleid = value; } } private int _GoodsID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _RuleName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RuleName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RuleName { get { return _RuleName; } set { _RuleName = value; } } private double _ParamValue = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ParamValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ParamValue { get { return _ParamValue; } set { _ParamValue = 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=@"GoodsMarginConfig")] public partial class GoodsMarginConfig : global::ProtoBuf.IExtensible { public GoodsMarginConfig() {} private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, 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 uint _CustomerTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"CustomerTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CustomerTypeID { get { return _CustomerTypeID; } set { _CustomerTypeID = value; } } private uint _MarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarginAlgorithm { get { return _MarginAlgorithm; } set { _MarginAlgorithm = value; } } private double _MarketMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MarketMarginValue { get { return _MarketMarginValue; } set { _MarketMarginValue = value; } } private double _ReckonMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReckonMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ReckonMarginValue { get { return _ReckonMarginValue; } set { _ReckonMarginValue = value; } } private uint _IsDefault = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"IsDefault", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsDefault { get { return _IsDefault; } set { _IsDefault = 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=@"NoticeQueryReq")] public partial class NoticeQueryReq : global::ProtoBuf.IExtensible { public NoticeQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _LoginID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginID { get { return _LoginID; } set { _LoginID = value; } } private uint _LastNoticeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LastNoticeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LastNoticeId { get { return _LastNoticeId; } set { _LastNoticeId = value; } } private uint _MsgType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MsgType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MsgType { get { return _MsgType; } set { _MsgType = 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=@"NoticeQueryRsp")] public partial class NoticeQueryRsp : global::ProtoBuf.IExtensible { public NoticeQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _NoticeInfoList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"NoticeInfoList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List NoticeInfoList { get { return _NoticeInfoList; } } 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=@"NoticeInfo")] public partial class NoticeInfo : global::ProtoBuf.IExtensible { public NoticeInfo() {} private uint _NoticeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"NoticeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint NoticeId { get { return _NoticeId; } set { _NoticeId = value; } } private string _NoticeTitle = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NoticeTitle", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NoticeTitle { get { return _NoticeTitle; } set { _NoticeTitle = value; } } private string _NoticeContent = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"NoticeContent", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NoticeContent { get { return _NoticeContent; } set { _NoticeContent = value; } } private ulong _NoticeTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"NoticeTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NoticeTime { get { return _NoticeTime; } set { _NoticeTime = value; } } private uint _NoticeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"NoticeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint NoticeType { get { return _NoticeType; } set { _NoticeType = 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=@"FuncMenuReq")] public partial class FuncMenuReq : global::ProtoBuf.IExtensible { public FuncMenuReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _MenuUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MenuUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MenuUTime { get { return _MenuUTime; } set { _MenuUTime = 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=@"FuncMenuRsp")] public partial class FuncMenuRsp : global::ProtoBuf.IExtensible { public FuncMenuRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _FuncMenuList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"FuncMenuList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List FuncMenuList { get { return _FuncMenuList; } } 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=@"FuncMenu")] public partial class FuncMenu : global::ProtoBuf.IExtensible { public FuncMenu() {} private string _FuncMenuName = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"FuncMenuName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FuncMenuName { get { return _FuncMenuName; } set { _FuncMenuName = value; } } private string _FuncMenuCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"FuncMenuCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FuncMenuCode { get { return _FuncMenuCode; } set { _FuncMenuCode = value; } } private string _Parentfuncmenucode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Parentfuncmenucode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Parentfuncmenucode { get { return _Parentfuncmenucode; } set { _Parentfuncmenucode = value; } } private readonly global::System.Collections.Generic.List _SonMenus = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"SonMenus", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List SonMenus { get { return _SonMenus; } } 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=@"DeliveryGoodsQueryReq")] public partial class DeliveryGoodsQueryReq : global::ProtoBuf.IExtensible { public DeliveryGoodsQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _DeliveryGoodsUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryGoodsUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsUTime { get { return _DeliveryGoodsUTime; } set { _DeliveryGoodsUTime = 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=@"DeliveryGoodsQueryRsp")] public partial class DeliveryGoodsQueryRsp : global::ProtoBuf.IExtensible { public DeliveryGoodsQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _DeliveryGoodsList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"DeliveryGoodsList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DeliveryGoodsList { get { return _DeliveryGoodsList; } } 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=@"DeliveryGoodsInfo")] public partial class DeliveryGoodsInfo : global::ProtoBuf.IExtensible { public DeliveryGoodsInfo() {} private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private string _DeliveryGoodsCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryGoodsCode { get { return _DeliveryGoodsCode; } set { _DeliveryGoodsCode = value; } } private string _DeliveryGoodsName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryGoodsName { get { return _DeliveryGoodsName; } set { _DeliveryGoodsName = value; } } private string _GoodsUnit = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsUnit { get { return _GoodsUnit; } set { _GoodsUnit = value; } } private uint _StandardQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"StandardQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StandardQty { get { return _StandardQty; } set { _StandardQty = value; } } private double _StandardQtyRange = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StandardQtyRange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double StandardQtyRange { get { return _StandardQtyRange; } set { _StandardQtyRange = value; } } private uint _AuditFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AuditFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditFlag { get { return _AuditFlag; } set { _AuditFlag = value; } } private readonly global::System.Collections.Generic.List _DeliveryGoodsPMList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(8, Name=@"DeliveryGoodsPMList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DeliveryGoodsPMList { get { return _DeliveryGoodsPMList; } } private uint _DeliveryGoodsType = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeliveryGoodsType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsType { get { return _DeliveryGoodsType; } set { _DeliveryGoodsType = value; } } private uint _IsSplit = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"IsSplit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsSplit { get { return _IsSplit; } set { _IsSplit = value; } } private uint _AgreeUnit = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AgreeUnit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AgreeUnit { get { return _AgreeUnit; } set { _AgreeUnit = value; } } private uint _QtyDecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"QtyDecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyDecimalPlace { get { return _QtyDecimalPlace; } set { _QtyDecimalPlace = 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=@"DeliveryWRReq")] public partial class DeliveryWRReq : global::ProtoBuf.IExtensible { public DeliveryWRReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _GoodId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodId { get { return _GoodId; } set { _GoodId = value; } } private uint _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = value; } } private uint _TradeProperty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeProperty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TradeProperty { get { return _TradeProperty; } set { _TradeProperty = 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=@"DeliveryWRRsp")] public partial class DeliveryWRRsp : global::ProtoBuf.IExtensible { public DeliveryWRRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _GoodsDeliveryPriceList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"GoodsDeliveryPriceList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsDeliveryPriceList { get { return _GoodsDeliveryPriceList; } } private readonly global::System.Collections.Generic.List _AllTradeWRPositionList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"AllTradeWRPositionList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List AllTradeWRPositionList { get { return _AllTradeWRPositionList; } } 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=@"GoodsDeliveryPrice")] public partial class GoodsDeliveryPrice : global::ProtoBuf.IExtensible { public GoodsDeliveryPrice() {} private string _PriceMoveType = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"PriceMoveType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PriceMoveType { get { return _PriceMoveType; } set { _PriceMoveType = value; } } private uint _PriceMoveID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PriceMoveID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMoveID { get { return _PriceMoveID; } set { _PriceMoveID = value; } } private double _PriceMoveValue = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PriceMoveValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMoveValue { get { return _PriceMoveValue; } set { _PriceMoveValue = value; } } private string _PriceMoveDesc = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PriceMoveDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PriceMoveDesc { get { return _PriceMoveDesc; } set { _PriceMoveDesc = 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=@"UserTradeWRPosition")] public partial class UserTradeWRPosition : global::ProtoBuf.IExtensible { public UserTradeWRPosition() {} private ulong _WRUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"WRUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRUserID { get { return _WRUserID; } set { _WRUserID = value; } } private string _WRUserName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WRUserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRUserName { get { return _WRUserName; } set { _WRUserName = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _RestQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RestQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RestQty { get { return _RestQty; } set { _RestQty = value; } } private readonly global::System.Collections.Generic.List _TradeWRPositionDetailList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"TradeWRPositionDetailList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List TradeWRPositionDetailList { get { return _TradeWRPositionDetailList; } } 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=@"TradeWRPositionDetail")] public partial class TradeWRPositionDetail : global::ProtoBuf.IExtensible { public TradeWRPositionDetail() {} private ulong _WRPositionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"WRPositionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRPositionID { get { return _WRPositionID; } set { _WRPositionID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private uint _RestQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RestQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RestQty { get { return _RestQty; } set { _RestQty = 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=@"PriceMove")] public partial class PriceMove : global::ProtoBuf.IExtensible { public PriceMove() {} private uint _PriceMoveType = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"PriceMoveType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMoveType { get { return _PriceMoveType; } set { _PriceMoveType = value; } } private uint _PriceMoveID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PriceMoveID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMoveID { get { return _PriceMoveID; } set { _PriceMoveID = value; } } private string _PriceMoveDesc = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PriceMoveDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PriceMoveDesc { get { return _PriceMoveDesc; } set { _PriceMoveDesc = 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 MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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 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 MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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 readonly global::System.Collections.Generic.List _BankSign = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"BankSign", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List BankSign { get { return _BankSign; } } 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=@"BankAccountSign")] public partial class BankAccountSign : global::ProtoBuf.IExtensible { public BankAccountSign() {} private ulong _AccountCode = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountCode { get { return _AccountCode; } set { _AccountCode = 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 uint _SignStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SignStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SignStatus { get { return _SignStatus; } set { _SignStatus = 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 _BankID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BankID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankID { get { return _BankID; } set { _BankID = 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 _BankAccountName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountName { get { return _BankAccountName; } set { _BankAccountName = value; } } private uint _CardType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CardType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CardType { get { return _CardType; } set { _CardType = value; } } private string _CardNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CardNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNo { get { return _CardNo; } set { _CardNo = value; } } private string _MobilePhone = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"MobilePhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MobilePhone { get { return _MobilePhone; } set { _MobilePhone = value; } } private string _BankName = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankName { get { return _BankName; } set { _BankName = value; } } private string _CusBankName = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CusBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankName { get { return _CusBankName; } set { _CusBankName = value; } } private string _AccountNameDisp = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"AccountNameDisp", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountNameDisp { get { return _AccountNameDisp; } set { _AccountNameDisp = value; } } private string _BankAccountNameDisp = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BankAccountNameDisp", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountNameDisp { get { return _BankAccountNameDisp; } set { _BankAccountNameDisp = value; } } private string _CardNoDisp = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"CardNoDisp", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNoDisp { get { return _CardNoDisp; } set { _CardNoDisp = value; } } private string _MobilePhoneDisp = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"MobilePhoneDisp", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MobilePhoneDisp { get { return _MobilePhoneDisp; } set { _MobilePhoneDisp = value; } } private string _CusBankTradeDate = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CusBankTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CusBankTradeDate { get { return _CusBankTradeDate; } set { _CusBankTradeDate = value; } } private string _ExtendInfo = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ExtendInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExtendInfo { get { return _ExtendInfo; } set { _ExtendInfo = value; } } private uint _CanModifyPhone = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"CanModifyPhone", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CanModifyPhone { get { return _CanModifyPhone; } set { _CanModifyPhone = value; } } private string _Bankchildaccount = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"Bankchildaccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Bankchildaccount { get { return _Bankchildaccount; } set { _Bankchildaccount = value; } } private string _OpenBankNo = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"OpenBankNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenBankNo { get { return _OpenBankNo; } set { _OpenBankNo = 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=@"QueryCommonSenReq")] public partial class QueryCommonSenReq : global::ProtoBuf.IExtensible { public QueryCommonSenReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _Statement = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Statement", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Statement { get { return _Statement; } set { _Statement = value; } } private int _StatementFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"StatementFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int StatementFlag { get { return _StatementFlag; } set { _StatementFlag = value; } } private readonly global::System.Collections.Generic.List _ParamValues = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"ParamValues", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ParamValues { get { return _ParamValues; } } private int _ParamValuesFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ParamValuesFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ParamValuesFlag { get { return _ParamValuesFlag; } set { _ParamValuesFlag = value; } } private readonly global::System.Collections.Generic.List _SenNames = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"SenNames", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List SenNames { get { return _SenNames; } } private int _SenNamesFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SenNamesFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SenNamesFlag { get { return _SenNamesFlag; } set { _SenNamesFlag = 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=@"QueryCommonSenRsp_")] public partial class QueryCommonSenRsp_ : global::ProtoBuf.IExtensible { public QueryCommonSenRsp_() {} private int _RowNum = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"RowNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RowNum { get { return _RowNum; } set { _RowNum = value; } } private int _ColumnNum = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ColumnNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ColumnNum { get { return _ColumnNum; } set { _ColumnNum = value; } } private readonly global::System.Collections.Generic.List _FieldInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"FieldInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List FieldInfos { get { return _FieldInfos; } } private readonly global::System.Collections.Generic.List _RowValues = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"RowValues", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List RowValues { get { return _RowValues; } } 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=@"QueryCommonSenRsp")] public partial class QueryCommonSenRsp : global::ProtoBuf.IExtensible { public QueryCommonSenRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"ExternalExchangeReq")] public partial class ExternalExchangeReq : global::ProtoBuf.IExtensible { public ExternalExchangeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExUTime { get { return _ExUTime; } set { _ExUTime = 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=@"ExternalExchangeRsp")] public partial class ExternalExchangeRsp : global::ProtoBuf.IExtensible { public ExternalExchangeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _ExternalExchangeList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"ExternalExchangeList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ExternalExchangeList { get { return _ExternalExchangeList; } } 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=@"ExternalExchange")] public partial class ExternalExchange : global::ProtoBuf.IExtensible { public ExternalExchange() {} private uint _AutoID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AutoID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AutoID { get { return _AutoID; } set { _AutoID = value; } } private string _ExExchangeCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExExchangeCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExExchangeCode { get { return _ExExchangeCode; } set { _ExExchangeCode = value; } } private string _ExExchangeName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExExchangeName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExExchangeName { get { return _ExExchangeName; } set { _ExExchangeName = 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=@"GoodsGroupReq")] public partial class GoodsGroupReq : global::ProtoBuf.IExtensible { public GoodsGroupReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsGroupUTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsGroupUTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsGroupUTime { get { return _GoodsGroupUTime; } set { _GoodsGroupUTime = 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=@"GoodsGroupRsp")] public partial class GoodsGroupRsp : global::ProtoBuf.IExtensible { public GoodsGroupRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _GoodsGroupList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"GoodsGroupList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsGroupList { get { return _GoodsGroupList; } } 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=@"GoodsGroup")] public partial class GoodsGroup : global::ProtoBuf.IExtensible { public GoodsGroup() {} private uint _GoodsGroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"GoodsGroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsGroupID { get { return _GoodsGroupID; } set { _GoodsGroupID = value; } } private string _GoodsGroupName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsGroupName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsGroupName { get { return _GoodsGroupName; } set { _GoodsGroupName = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _ExExchangeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExExchangeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExExchangeID { get { return _ExExchangeID; } set { _ExExchangeID = value; } } private uint _CanShort = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CanShort", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CanShort { get { return _CanShort; } set { _CanShort = 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=@"QuotesourceGroupRunQueryReq")] public partial class QuotesourceGroupRunQueryReq : global::ProtoBuf.IExtensible { public QuotesourceGroupRunQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(2, 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=@"QuotesourceGroupRunQueryRsp")] public partial class QuotesourceGroupRunQueryRsp : global::ProtoBuf.IExtensible { public QuotesourceGroupRunQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private readonly global::System.Collections.Generic.List _QuotesourceGroupRunList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"QuotesourceGroupRunList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List QuotesourceGroupRunList { get { return _QuotesourceGroupRunList; } } 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=@"QuotesourceGroupRun")] public partial class QuotesourceGroupRun : global::ProtoBuf.IExtensible { public QuotesourceGroupRun() {} private uint _QuotesourceGroupId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"QuotesourceGroupId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuotesourceGroupId { get { return _QuotesourceGroupId; } set { _QuotesourceGroupId = value; } } private uint _GoodsGroupId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsGroupId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GoodsGroupId { get { return _GoodsGroupId; } set { _GoodsGroupId = value; } } private uint _MarketId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketId { get { return _MarketId; } set { _MarketId = value; } } private readonly global::System.Collections.Generic.List _DayRunList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"DayRunList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DayRunList { get { return _DayRunList; } } 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=@"DeliveryOrderReq")] public partial class DeliveryOrderReq : global::ProtoBuf.IExtensible { public DeliveryOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _XGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"XGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint XGoodsID { get { return _XGoodsID; } set { _XGoodsID = value; } } private uint _PGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PGoodsID { get { return _PGoodsID; } set { _PGoodsID = value; } } private uint _P2GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"P2GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint P2GoodsID { get { return _P2GoodsID; } set { _P2GoodsID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _XQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"XQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong XQty { get { return _XQty; } set { _XQty = value; } } private ulong _PQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"PQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PQty { get { return _PQty; } set { _PQty = value; } } private ulong _P2Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"P2Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong P2Qty { get { return _P2Qty; } set { _P2Qty = value; } } private ulong _DeliveryQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryQty { get { return _DeliveryQty; } set { _DeliveryQty = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private DeliveryOrderDetail _DeliveryOrderDetail = null; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"DeliveryOrderDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public DeliveryOrderDetail DeliveryOrderDetail { get { return _DeliveryOrderDetail; } set { _DeliveryOrderDetail = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = 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=@"DeliveryOrderRsp")] public partial class DeliveryOrderRsp : global::ProtoBuf.IExtensible { public DeliveryOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private readonly global::System.Collections.Generic.List _DeliveryOrderDetails = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"DeliveryOrderDetails", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DeliveryOrderDetails { get { return _DeliveryOrderDetails; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"WrDetail")] public partial class WrDetail : global::ProtoBuf.IExtensible { public WrDetail() {} private ulong _DeliveryOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"DeliveryOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryOrderID { get { return _DeliveryOrderID; } set { _DeliveryOrderID = 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=@"DeliveryOrderDetail")] public partial class DeliveryOrderDetail : global::ProtoBuf.IExtensible { public DeliveryOrderDetail() {} private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _StandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"StandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StandardID { get { return _StandardID; } set { _StandardID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = 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=@"DeliveryAuditNtf")] public partial class DeliveryAuditNtf : global::ProtoBuf.IExtensible { public DeliveryAuditNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _AuthorizedDate = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AuthorizedDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuthorizedDate { get { return _AuthorizedDate; } set { _AuthorizedDate = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _DeliveryOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryOrderID { get { return _DeliveryOrderID; } set { _DeliveryOrderID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private string _AuditRemark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AuditRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditRemark { get { return _AuditRemark; } set { _AuditRemark = 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=@"DeliveryDealNtf")] public partial class DeliveryDealNtf : global::ProtoBuf.IExtensible { public DeliveryDealNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private string _RetDesc = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"RetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RetDesc { get { return _RetDesc; } set { _RetDesc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _MatchAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"MatchAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MatchAccountID { get { return _MatchAccountID; } set { _MatchAccountID = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _MatchUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"MatchUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MatchUserID { get { return _MatchUserID; } set { _MatchUserID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = 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=@"DeliveryCancelOrderReq")] public partial class DeliveryCancelOrderReq : global::ProtoBuf.IExtensible { public DeliveryCancelOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _DeliveryOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DeliveryOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryOrderID { get { return _DeliveryOrderID; } set { _DeliveryOrderID = 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=@"DeliveryCancelOrderRsp")] public partial class DeliveryCancelOrderRsp : global::ProtoBuf.IExtensible { public DeliveryCancelOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"DeliveryApplyOrderReq")] public partial class DeliveryApplyOrderReq : global::ProtoBuf.IExtensible { public DeliveryApplyOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _XGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"XGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint XGoodsID { get { return _XGoodsID; } set { _XGoodsID = value; } } private uint _PGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PGoodsID { get { return _PGoodsID; } set { _PGoodsID = value; } } private uint _P2GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"P2GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint P2GoodsID { get { return _P2GoodsID; } set { _P2GoodsID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _XQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"XQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong XQty { get { return _XQty; } set { _XQty = value; } } private ulong _PQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"PQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PQty { get { return _PQty; } set { _PQty = value; } } private ulong _P2Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"P2Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong P2Qty { get { return _P2Qty; } set { _P2Qty = value; } } private ulong _DeliveryQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryQty { get { return _DeliveryQty; } set { _DeliveryQty = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _CounterOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CounterOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CounterOrderID { get { return _CounterOrderID; } set { _CounterOrderID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _StandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"StandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StandardID { get { return _StandardID; } set { _StandardID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private uint _IsStandard = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"IsStandard", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsStandard { get { return _IsStandard; } set { _IsStandard = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private string _ValidTime = ""; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"ValidTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidTime { get { return _ValidTime; } set { _ValidTime = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = 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=@"DeliveryApplyOrderRsp")] public partial class DeliveryApplyOrderRsp : global::ProtoBuf.IExtensible { public DeliveryApplyOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private ulong _DeliveryApplyOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryApplyOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryApplyOrderID { get { return _DeliveryApplyOrderID; } set { _DeliveryApplyOrderID = 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=@"DeliveryApplyCancelReq")] public partial class DeliveryApplyCancelReq : global::ProtoBuf.IExtensible { public DeliveryApplyCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _DeliveryApplyOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DeliveryApplyOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryApplyOrderID { get { return _DeliveryApplyOrderID; } set { _DeliveryApplyOrderID = 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=@"DeliveryApplyCancelRsp")] public partial class DeliveryApplyCancelRsp : global::ProtoBuf.IExtensible { public DeliveryApplyCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"MemberDeliveryApplyOrderReq")] public partial class MemberDeliveryApplyOrderReq : global::ProtoBuf.IExtensible { public MemberDeliveryApplyOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _XGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"XGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint XGoodsID { get { return _XGoodsID; } set { _XGoodsID = value; } } private uint _PGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PGoodsID { get { return _PGoodsID; } set { _PGoodsID = value; } } private uint _P2GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"P2GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint P2GoodsID { get { return _P2GoodsID; } set { _P2GoodsID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _XQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"XQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong XQty { get { return _XQty; } set { _XQty = value; } } private ulong _PQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"PQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PQty { get { return _PQty; } set { _PQty = value; } } private ulong _P2Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"P2Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong P2Qty { get { return _P2Qty; } set { _P2Qty = value; } } private ulong _DeliveryQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryQty { get { return _DeliveryQty; } set { _DeliveryQty = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _CounterOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CounterOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CounterOrderID { get { return _CounterOrderID; } set { _CounterOrderID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _StandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"StandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StandardID { get { return _StandardID; } set { _StandardID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private uint _IsStandard = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"IsStandard", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsStandard { get { return _IsStandard; } set { _IsStandard = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private string _ValidTime = ""; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"ValidTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidTime { get { return _ValidTime; } set { _ValidTime = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = 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=@"MemberDeliveryApplyOrderRsp")] public partial class MemberDeliveryApplyOrderRsp : global::ProtoBuf.IExtensible { public MemberDeliveryApplyOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private ulong _DeliveryApplyOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryApplyOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryApplyOrderID { get { return _DeliveryApplyOrderID; } set { _DeliveryApplyOrderID = 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=@"NonWRDeliveryApplyOrderReq")] public partial class NonWRDeliveryApplyOrderReq : global::ProtoBuf.IExtensible { public NonWRDeliveryApplyOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _XGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"XGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint XGoodsID { get { return _XGoodsID; } set { _XGoodsID = value; } } private uint _PGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PGoodsID { get { return _PGoodsID; } set { _PGoodsID = value; } } private uint _P2GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"P2GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint P2GoodsID { get { return _P2GoodsID; } set { _P2GoodsID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _XQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"XQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong XQty { get { return _XQty; } set { _XQty = value; } } private ulong _PQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"PQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PQty { get { return _PQty; } set { _PQty = value; } } private ulong _P2Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"P2Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong P2Qty { get { return _P2Qty; } set { _P2Qty = value; } } private ulong _DeliveryQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryQty { get { return _DeliveryQty; } set { _DeliveryQty = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _CounterOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CounterOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CounterOrderID { get { return _CounterOrderID; } set { _CounterOrderID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _StandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"StandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StandardID { get { return _StandardID; } set { _StandardID = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private string _ValidTime = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ValidTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidTime { get { return _ValidTime; } set { _ValidTime = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = 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=@"NonWRDeliveryApplyOrderRsp")] public partial class NonWRDeliveryApplyOrderRsp : global::ProtoBuf.IExtensible { public NonWRDeliveryApplyOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private ulong _DeliveryApplyOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryApplyOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryApplyOrderID { get { return _DeliveryApplyOrderID; } set { _DeliveryApplyOrderID = 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=@"NonWRDeliveryApplyCancelReq")] public partial class NonWRDeliveryApplyCancelReq : global::ProtoBuf.IExtensible { public NonWRDeliveryApplyCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _DeliveryApplyOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DeliveryApplyOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryApplyOrderID { get { return _DeliveryApplyOrderID; } set { _DeliveryApplyOrderID = 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=@"NonWRDeliveryApplyCancelRsp")] public partial class NonWRDeliveryApplyCancelRsp : global::ProtoBuf.IExtensible { public NonWRDeliveryApplyCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = 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=@"NonWRMemberDeliveryApplyOrderReq")] public partial class NonWRMemberDeliveryApplyOrderReq : global::ProtoBuf.IExtensible { public NonWRMemberDeliveryApplyOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _XGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"XGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint XGoodsID { get { return _XGoodsID; } set { _XGoodsID = value; } } private uint _PGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PGoodsID { get { return _PGoodsID; } set { _PGoodsID = value; } } private uint _P2GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"P2GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint P2GoodsID { get { return _P2GoodsID; } set { _P2GoodsID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _XQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"XQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong XQty { get { return _XQty; } set { _XQty = value; } } private ulong _PQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"PQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PQty { get { return _PQty; } set { _PQty = value; } } private ulong _P2Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"P2Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong P2Qty { get { return _P2Qty; } set { _P2Qty = value; } } private ulong _DeliveryQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryQty { get { return _DeliveryQty; } set { _DeliveryQty = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _CounterOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CounterOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CounterOrderID { get { return _CounterOrderID; } set { _CounterOrderID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _StandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"StandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StandardID { get { return _StandardID; } set { _StandardID = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private string _ValidTime = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ValidTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidTime { get { return _ValidTime; } set { _ValidTime = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = 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=@"NonWRMemberDeliveryApplyOrderRsp")] public partial class NonWRMemberDeliveryApplyOrderRsp : global::ProtoBuf.IExtensible { public NonWRMemberDeliveryApplyOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private ulong _DeliveryApplyOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryApplyOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryApplyOrderID { get { return _DeliveryApplyOrderID; } set { _DeliveryApplyOrderID = 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=@"NonWRDeliveryOrderReq")] public partial class NonWRDeliveryOrderReq : global::ProtoBuf.IExtensible { public NonWRDeliveryOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _XGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"XGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint XGoodsID { get { return _XGoodsID; } set { _XGoodsID = value; } } private uint _PGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PGoodsID { get { return _PGoodsID; } set { _PGoodsID = value; } } private uint _P2GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"P2GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint P2GoodsID { get { return _P2GoodsID; } set { _P2GoodsID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _XQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"XQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong XQty { get { return _XQty; } set { _XQty = value; } } private ulong _PQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"PQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PQty { get { return _PQty; } set { _PQty = value; } } private ulong _P2Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"P2Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong P2Qty { get { return _P2Qty; } set { _P2Qty = value; } } private ulong _DeliveryQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryQty { get { return _DeliveryQty; } set { _DeliveryQty = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _CounterOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CounterOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CounterOrderID { get { return _CounterOrderID; } set { _CounterOrderID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _StandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"StandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StandardID { get { return _StandardID; } set { _StandardID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private uint _IsStandard = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"IsStandard", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsStandard { get { return _IsStandard; } set { _IsStandard = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private int _ValidType = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValidType { get { return _ValidType; } set { _ValidType = value; } } private string _ValidTime = ""; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"ValidTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidTime { get { return _ValidTime; } set { _ValidTime = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = 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=@"NonWRDeliveryOrderRsp")] public partial class NonWRDeliveryOrderRsp : global::ProtoBuf.IExtensible { public NonWRDeliveryOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private ulong _DeliveryApplyOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryApplyOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryApplyOrderID { get { return _DeliveryApplyOrderID; } set { _DeliveryApplyOrderID = 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=@"DeliveryAuditReq")] public partial class DeliveryAuditReq : global::ProtoBuf.IExtensible { public DeliveryAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _AuthorizedDate = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AuthorizedDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuthorizedDate { get { return _AuthorizedDate; } set { _AuthorizedDate = value; } } private uint _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private ulong _DeliveryOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DeliveryOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryOrderID { get { return _DeliveryOrderID; } set { _DeliveryOrderID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private string _AuditRemark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AuditRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditRemark { get { return _AuditRemark; } set { _AuditRemark = 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=@"DeliveryAuditRsp")] public partial class DeliveryAuditRsp : global::ProtoBuf.IExtensible { public DeliveryAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _DeliveryOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DeliveryOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryOrderID { get { return _DeliveryOrderID; } set { _DeliveryOrderID = 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=@"ZJAutoDeliveryMatchReq")] public partial class ZJAutoDeliveryMatchReq : global::ProtoBuf.IExtensible { public ZJAutoDeliveryMatchReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _ProviderUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ProviderUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ProviderUserID { get { return _ProviderUserID; } set { _ProviderUserID = value; } } private ulong _BuyQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyQty { get { return _BuyQty; } set { _BuyQty = value; } } private ulong _SellQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SellQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellQty { get { return _SellQty; } set { _SellQty = 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=@"ZJAutoDeliveryMatchRsp")] public partial class ZJAutoDeliveryMatchRsp : global::ProtoBuf.IExtensible { public ZJAutoDeliveryMatchRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"t2bBankSignReq")] public partial class t2bBankSignReq : global::ProtoBuf.IExtensible { public t2bBankSignReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _AccountName; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"AccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountName { get { return _AccountName; } set { _AccountName = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private int _OperateType; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int OperateType { get { return _OperateType; } set { _OperateType = value; } } private int _IsForce; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"IsForce", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int IsForce { get { return _IsForce; } set { _IsForce = value; } } private string _Currency = ""; [global::ProtoBuf.ProtoMember(11, 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(12, 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 _OpenBankAccId; [global::ProtoBuf.ProtoMember(13, IsRequired = true, Name=@"OpenBankAccId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string OpenBankAccId { get { return _OpenBankAccId; } set { _OpenBankAccId = value; } } private string _ForceSignBankAccountNo = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ForceSignBankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ForceSignBankAccountNo { get { return _ForceSignBankAccountNo; } set { _ForceSignBankAccountNo = value; } } private string _ForceSignBankAccountName = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"ForceSignBankAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ForceSignBankAccountName { get { return _ForceSignBankAccountName; } set { _ForceSignBankAccountName = value; } } private string _BankAccountNo; [global::ProtoBuf.ProtoMember(16, IsRequired = true, Name=@"BankAccountNo", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankAccountNo { get { return _BankAccountNo; } set { _BankAccountNo = value; } } private string _BankAccountName = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"BankAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccountName { get { return _BankAccountName; } set { _BankAccountName = value; } } private string _ExBankName; [global::ProtoBuf.ProtoMember(18, IsRequired = true, Name=@"ExBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExBankName { get { return _ExBankName; } set { _ExBankName = value; } } private string _OpenBankNo = ""; [global::ProtoBuf.ProtoMember(19, 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(20, IsRequired = false, Name=@"OpenBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenBankName { get { return _OpenBankName; } set { _OpenBankName = value; } } private string _CertType; [global::ProtoBuf.ProtoMember(21, IsRequired = true, Name=@"CertType", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CertType { get { return _CertType; } set { _CertType = value; } } private string _CertID; [global::ProtoBuf.ProtoMember(22, IsRequired = true, Name=@"CertID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CertID { get { return _CertID; } set { _CertID = value; } } private string _BankAccountPWD = ""; [global::ProtoBuf.ProtoMember(23, 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(24, 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(25, 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(26, 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(27, 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(28, 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(29, 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(30, 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(31, IsRequired = false, Name=@"MobilePhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MobilePhone { get { return _MobilePhone; } set { _MobilePhone = value; } } private string _IdentifyCode = ""; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"IdentifyCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IdentifyCode { get { return _IdentifyCode; } set { _IdentifyCode = value; } } private string _email = ""; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"email", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string email { get { return _email; } set { _email = value; } } private string _extend_info = ""; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend_info { get { return _extend_info; } set { _extend_info = 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=@"t2bBankSignRsp")] public partial class t2bBankSignRsp : global::ProtoBuf.IExtensible { public t2bBankSignRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _NetAddr = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NetAddr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NetAddr { get { return _NetAddr; } set { _NetAddr = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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(8, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = value; } } private string _bankChildAcc = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"bankChildAcc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string bankChildAcc { get { return _bankChildAcc; } set { _bankChildAcc = value; } } private string _bankChildAccName = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"bankChildAccName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string bankChildAccName { get { return _bankChildAccName; } set { _bankChildAccName = value; } } private string _BankId = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankId { get { return _BankId; } set { _BankId = value; } } private string _BankAccNum = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"BankAccNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccNum { get { return _BankAccNum; } set { _BankAccNum = value; } } private string _BankAccName = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"BankAccName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccName { get { return _BankAccName; } set { _BankAccName = 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=@"t2bBankCancelSignReq")] public partial class t2bBankCancelSignReq : global::ProtoBuf.IExtensible { public t2bBankCancelSignReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private int _IsForce; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"IsForce", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int IsForce { get { return _IsForce; } set { _IsForce = 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 _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 string _BankChildAcc = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankChildAcc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAcc { get { return _BankChildAcc; } set { _BankChildAcc = value; } } private string _BankChildAccName = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankChildAccName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccName { get { return _BankChildAccName; } set { _BankChildAccName = 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=@"t2bBankCancelSignRsp")] public partial class t2bBankCancelSignRsp : global::ProtoBuf.IExtensible { public t2bBankCancelSignRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _NetAddr = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NetAddr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NetAddr { get { return _NetAddr; } set { _NetAddr = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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(8, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = 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=@"t2bSignInReq")] public partial class t2bSignInReq : global::ProtoBuf.IExtensible { public t2bSignInReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _ForceSignInFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, 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(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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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=@"t2bSignInRsp")] public partial class t2bSignInRsp : global::ProtoBuf.IExtensible { public t2bSignInRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = 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=@"m2bRegistCustomerInfoReq")] public partial class m2bRegistCustomerInfoReq : global::ProtoBuf.IExtensible { public m2bRegistCustomerInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ChangeType; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ChangeType { get { return _ChangeType; } set { _ChangeType = value; } } private string _ClientName; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ClientName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ClientName { get { return _ClientName; } set { _ClientName = value; } } private string _ClentShortName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClentShortName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClentShortName { get { return _ClentShortName; } set { _ClentShortName = value; } } private int _ClientType; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int ClientType { get { return _ClientType; } set { _ClientType = value; } } private int _ClientAccountType; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ClientAccountType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int ClientAccountType { get { return _ClientAccountType; } set { _ClientAccountType = value; } } private string _CertType; [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"CertType", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CertType { get { return _CertType; } set { _CertType = value; } } private string _CertId; [global::ProtoBuf.ProtoMember(13, IsRequired = true, Name=@"CertId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CertId { get { return _CertId; } set { _CertId = value; } } private string _sex; [global::ProtoBuf.ProtoMember(14, IsRequired = true, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.Default)] public string sex { get { return _sex; } set { _sex = value; } } private string _LegalName = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"LegalName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LegalName { get { return _LegalName; } set { _LegalName = value; } } private string _OrgId = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OrgId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrgId { get { return _OrgId; } set { _OrgId = value; } } private string _Nationality = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Nationality", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Nationality { get { return _Nationality; } set { _Nationality = value; } } private string _address = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string address { get { return _address; } set { _address = value; } } private string _ContactUserName = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ContactUserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactUserName { get { return _ContactUserName; } set { _ContactUserName = value; } } private string _ContactUserTel; [global::ProtoBuf.ProtoMember(20, IsRequired = true, Name=@"ContactUserTel", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ContactUserTel { get { return _ContactUserTel; } set { _ContactUserTel = value; } } private string _ContactUserFax = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"ContactUserFax", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactUserFax { get { return _ContactUserFax; } set { _ContactUserFax = value; } } private string _ContactUserEmail = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"ContactUserEmail", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactUserEmail { get { return _ContactUserEmail; } set { _ContactUserEmail = value; } } private string _RelatedAcc = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"RelatedAcc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RelatedAcc { get { return _RelatedAcc; } set { _RelatedAcc = value; } } private string _ExtendInfo = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ExtendInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExtendInfo { get { return _ExtendInfo; } set { _ExtendInfo = 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=@"m2bRegistCustomerInfoRsp")] public partial class m2bRegistCustomerInfoRsp : global::ProtoBuf.IExtensible { public m2bRegistCustomerInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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 _TradeDate; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = 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=@"t2bSignOutReq")] public partial class t2bSignOutReq : global::ProtoBuf.IExtensible { public t2bSignOutReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _ForceSignInFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, 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(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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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=@"t2bSignOutRsp")] public partial class t2bSignOutRsp : global::ProtoBuf.IExtensible { public t2bSignOutRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = 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=@"m2bUnregistCustomerInfoReq")] public partial class m2bUnregistCustomerInfoReq : global::ProtoBuf.IExtensible { public m2bUnregistCustomerInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"m2bUnregistCustomerInfoRsp")] public partial class m2bUnregistCustomerInfoRsp : global::ProtoBuf.IExtensible { public m2bUnregistCustomerInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = 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=@"t2bBankWithdrawReq")] public partial class t2bBankWithdrawReq : global::ProtoBuf.IExtensible { public t2bBankWithdrawReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] 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 _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = value; } } private string _OpenCardBankId = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OpenCardBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenCardBankId { get { return _OpenCardBankId; } set { _OpenCardBankId = value; } } private string _BankAccoutNum = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankAccoutNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutNum { get { return _BankAccoutNum; } set { _BankAccoutNum = value; } } private string _BankAccoutName = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BankAccoutName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutName { get { return _BankAccoutName; } set { _BankAccoutName = value; } } private double _Amount; [global::ProtoBuf.ProtoMember(13, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _AppDateTime = ""; [global::ProtoBuf.ProtoMember(14, 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(15, 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(16, 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(17, 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(18, IsRequired = false, Name=@"BranchBankName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BranchBankName { get { return _BranchBankName; } set { _BranchBankName = value; } } private string _extend_info = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend_info { get { return _extend_info; } set { _extend_info = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private string _ExchTicket = ""; [global::ProtoBuf.ProtoMember(21, 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=@"t2bBankWithdrawRsp")] public partial class t2bBankWithdrawRsp : global::ProtoBuf.IExtensible { public t2bBankWithdrawRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = value; } } private string _CerterCheckDate = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CerterCheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CerterCheckDate { get { return _CerterCheckDate; } set { _CerterCheckDate = value; } } private string _NetAddr = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"NetAddr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NetAddr { get { return _NetAddr; } set { _NetAddr = 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=@"b2tBankWithdrawReq")] public partial class b2tBankWithdrawReq : global::ProtoBuf.IExtensible { public b2tBankWithdrawReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private double _Amount; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private string _OpenCardBankId = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OpenCardBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenCardBankId { get { return _OpenCardBankId; } set { _OpenCardBankId = value; } } private string _BankAccoutNum = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"BankAccoutNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutNum { get { return _BankAccoutNum; } set { _BankAccoutNum = value; } } private string _BankAccoutName = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BankAccoutName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutName { get { return _BankAccoutName; } set { _BankAccoutName = value; } } private string _IsHaveApply = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"IsHaveApply", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IsHaveApply { get { return _IsHaveApply; } set { _IsHaveApply = value; } } private string _ApplyTicket = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ApplyTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ApplyTicket { get { return _ApplyTicket; } set { _ApplyTicket = value; } } private string _extend_info = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend_info { get { return _extend_info; } set { _extend_info = 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=@"b2tBankWithdrawRsp")] public partial class b2tBankWithdrawRsp : global::ProtoBuf.IExtensible { public b2tBankWithdrawRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _StatusMsg = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchErrCode; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ExchErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchErrCode { get { return _ExchErrCode; } set { _ExchErrCode = value; } } private string _ExchErrMsg = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExchErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchErrMsg { get { return _ExchErrMsg; } set { _ExchErrMsg = 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=@"b2tBankDepositReq")] public partial class b2tBankDepositReq : global::ProtoBuf.IExtensible { public b2tBankDepositReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private double _Amount; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private string _OpenCardBankId = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OpenCardBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenCardBankId { get { return _OpenCardBankId; } set { _OpenCardBankId = value; } } private string _BankAccoutNum = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"BankAccoutNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutNum { get { return _BankAccoutNum; } set { _BankAccoutNum = value; } } private string _BankAccoutName = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BankAccoutName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutName { get { return _BankAccoutName; } set { _BankAccoutName = value; } } private int _IsUpdate = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"IsUpdate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsUpdate { get { return _IsUpdate; } set { _IsUpdate = value; } } private int _BankAccStatus = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"BankAccStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BankAccStatus { get { return _BankAccStatus; } set { _BankAccStatus = value; } } private string _extend_info; [global::ProtoBuf.ProtoMember(19, IsRequired = true, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] public string extend_info { get { return _extend_info; } set { _extend_info = value; } } private int _IsRollBack = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"IsRollBack", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsRollBack { get { return _IsRollBack; } set { _IsRollBack = value; } } private string _RawTicket = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"RawTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RawTicket { get { return _RawTicket; } set { _RawTicket = 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=@"b2tBankDepositRsp")] public partial class b2tBankDepositRsp : global::ProtoBuf.IExtensible { public b2tBankDepositRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _StatusMsg = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchErrCode; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ExchErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchErrCode { get { return _ExchErrCode; } set { _ExchErrCode = value; } } private string _ExchErrMsg = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExchErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchErrMsg { get { return _ExchErrMsg; } set { _ExchErrMsg = 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=@"t2bBankDepositReq")] public partial class t2bBankDepositReq : global::ProtoBuf.IExtensible { public t2bBankDepositReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BusinessNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = 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 double _Amount; [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(13, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private string _OpenCardBankId = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OpenCardBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenCardBankId { get { return _OpenCardBankId; } set { _OpenCardBankId = value; } } private string _BankAccoutNum = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BankAccoutNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutNum { get { return _BankAccoutNum; } set { _BankAccoutNum = value; } } private string _BankAccoutName = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"BankAccoutName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutName { get { return _BankAccoutName; } set { _BankAccoutName = value; } } private string _extend_info = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend_info { get { return _extend_info; } set { _extend_info = 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=@"t2bBankDepositRsp")] public partial class t2bBankDepositRsp : global::ProtoBuf.IExtensible { public t2bBankDepositRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = value; } } private string _CerterCheckDate = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CerterCheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CerterCheckDate { get { return _CerterCheckDate; } set { _CerterCheckDate = value; } } private string _NetAddr = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"NetAddr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NetAddr { get { return _NetAddr; } set { _NetAddr = 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=@"b2tBankSignReq")] public partial class b2tBankSignReq : global::ProtoBuf.IExtensible { public b2tBankSignReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _OpenCardBankId = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OpenCardBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenCardBankId { get { return _OpenCardBankId; } set { _OpenCardBankId = value; } } private string _BankAccoutNum = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankAccoutNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutNum { get { return _BankAccoutNum; } set { _BankAccoutNum = value; } } private string _BankAccoutName = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BankAccoutName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccoutName { get { return _BankAccoutName; } set { _BankAccoutName = value; } } private int _AccountType = int.MinValue; [global::ProtoBuf.ProtoMember(13, 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 _ExtendInfo = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ExtendInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExtendInfo { get { return _ExtendInfo; } set { _ExtendInfo = value; } } private int _OperatType = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OperatType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int OperatType { get { return _OperatType; } set { _OperatType = 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=@"b2tBankSignRsp")] public partial class b2tBankSignRsp : global::ProtoBuf.IExtensible { public b2tBankSignRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _StatusMsg = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchErrCode; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ExchErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchErrCode { get { return _ExchErrCode; } set { _ExchErrCode = value; } } private string _ExchErrMsg = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExchErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchErrMsg { get { return _ExchErrMsg; } set { _ExchErrMsg = 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=@"b2tBankCancelSignReq")] public partial class b2tBankCancelSignReq : global::ProtoBuf.IExtensible { public b2tBankCancelSignReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"b2tBankCancelSignRsp")] public partial class b2tBankCancelSignRsp : global::ProtoBuf.IExtensible { public b2tBankCancelSignRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _StatusMsg = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchErrCode; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ExchErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchErrCode { get { return _ExchErrCode; } set { _ExchErrCode = value; } } private string _ExchErrMsg = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExchErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchErrMsg { get { return _ExchErrMsg; } set { _ExchErrMsg = 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=@"b2tBankWithdrawApplyForReq")] public partial class b2tBankWithdrawApplyForReq : global::ProtoBuf.IExtensible { public b2tBankWithdrawApplyForReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = 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 _Amount; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Amount { get { return _Amount; } set { _Amount = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"b2tBankWithdrawApplyForRsp")] public partial class b2tBankWithdrawApplyForRsp : global::ProtoBuf.IExtensible { public b2tBankWithdrawApplyForRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _StatusMsg = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchErrCode; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ExchErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchErrCode { get { return _ExchErrCode; } set { _ExchErrCode = value; } } private string _ExchErrMsg = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExchErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchErrMsg { get { return _ExchErrMsg; } set { _ExchErrMsg = 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=@"b2tBankConfirmReq")] public partial class b2tBankConfirmReq : global::ProtoBuf.IExtensible { public b2tBankConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BusinessNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private string _RawTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"RawTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string RawTicket { get { return _RawTicket; } set { _RawTicket = value; } } private string _CheckDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CheckDate { get { return _CheckDate; } set { _CheckDate = value; } } private string _Status; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Status { get { return _Status; } set { _Status = value; } } private string _StatusMsg = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _extend_info = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend_info { get { return _extend_info; } set { _extend_info = 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=@"b2tBankConfirmRsp")] public partial class b2tBankConfirmRsp : global::ProtoBuf.IExtensible { public b2tBankConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _StatusMsg = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchErrCode; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ExchErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchErrCode { get { return _ExchErrCode; } set { _ExchErrCode = value; } } private string _ExchErrMsg = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExchErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchErrMsg { get { return _ExchErrMsg; } set { _ExchErrMsg = 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=@"t2bSMSVerificationCodeReq")] public partial class t2bSMSVerificationCodeReq : global::ProtoBuf.IExtensible { public t2bSMSVerificationCodeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BusinessNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _extend_info = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend_info { get { return _extend_info; } set { _extend_info = 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=@"t2bSMSVerificationCodeRsp")] public partial class t2bSMSVerificationCodeRsp : global::ProtoBuf.IExtensible { public t2bSMSVerificationCodeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = 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=@"t2bProductInfoReq")] public partial class t2bProductInfoReq : global::ProtoBuf.IExtensible { public t2bProductInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 _ProductTypeCode; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ProductTypeCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ProductTypeCode { get { return _ProductTypeCode; } set { _ProductTypeCode = value; } } private string _ProductTypeName; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ProductTypeName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ProductTypeName { get { return _ProductTypeName; } set { _ProductTypeName = value; } } private string _ProductTypeId; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"ProductTypeId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ProductTypeId { get { return _ProductTypeId; } set { _ProductTypeId = value; } } private string _ProductCode; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"ProductCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ProductCode { get { return _ProductCode; } set { _ProductCode = value; } } private string _ProductName; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ProductName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ProductName { get { return _ProductName; } set { _ProductName = value; } } private string _CountUnit; [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"CountUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CountUnit { get { return _CountUnit; } set { _CountUnit = value; } } private int _MarketType; [global::ProtoBuf.ProtoMember(13, IsRequired = true, Name=@"MarketType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int MarketType { get { return _MarketType; } set { _MarketType = value; } } private int _BusinessType; [global::ProtoBuf.ProtoMember(14, IsRequired = true, Name=@"BusinessType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int BusinessType { get { return _BusinessType; } set { _BusinessType = value; } } private string _DeliDepot; [global::ProtoBuf.ProtoMember(15, IsRequired = true, Name=@"DeliDepot", DataFormat = global::ProtoBuf.DataFormat.Default)] public string DeliDepot { get { return _DeliDepot; } set { _DeliDepot = value; } } private double _DeliFee; [global::ProtoBuf.ProtoMember(16, IsRequired = true, Name=@"DeliFee", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double DeliFee { get { return _DeliFee; } set { _DeliFee = value; } } private string _DeliFeeUnit; [global::ProtoBuf.ProtoMember(17, IsRequired = true, Name=@"DeliFeeUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] public string DeliFeeUnit { get { return _DeliFeeUnit; } set { _DeliFeeUnit = value; } } private string _DeliCondition; [global::ProtoBuf.ProtoMember(18, IsRequired = true, Name=@"DeliCondition", DataFormat = global::ProtoBuf.DataFormat.Default)] public string DeliCondition { get { return _DeliCondition; } set { _DeliCondition = value; } } private double _DeliDelayFee; [global::ProtoBuf.ProtoMember(19, IsRequired = true, Name=@"DeliDelayFee", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double DeliDelayFee { get { return _DeliDelayFee; } set { _DeliDelayFee = value; } } private double _TransFee; [global::ProtoBuf.ProtoMember(20, IsRequired = true, Name=@"TransFee", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double TransFee { get { return _TransFee; } set { _TransFee = value; } } private double _HoldUpperLimit; [global::ProtoBuf.ProtoMember(21, IsRequired = true, Name=@"HoldUpperLimit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double HoldUpperLimit { get { return _HoldUpperLimit; } set { _HoldUpperLimit = value; } } private string _HoldUpperLimitUnit; [global::ProtoBuf.ProtoMember(22, IsRequired = true, Name=@"HoldUpperLimitUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] public string HoldUpperLimitUnit { get { return _HoldUpperLimitUnit; } set { _HoldUpperLimitUnit = value; } } private double _PriceSpread; [global::ProtoBuf.ProtoMember(23, IsRequired = true, Name=@"PriceSpread", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double PriceSpread { get { return _PriceSpread; } set { _PriceSpread = value; } } private string _PriceSpreadUnit; [global::ProtoBuf.ProtoMember(24, IsRequired = true, Name=@"PriceSpreadUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] public string PriceSpreadUnit { get { return _PriceSpreadUnit; } set { _PriceSpreadUnit = value; } } private double _MinChange; [global::ProtoBuf.ProtoMember(25, IsRequired = true, Name=@"MinChange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double MinChange { get { return _MinChange; } set { _MinChange = value; } } private string _MinChangeUnit; [global::ProtoBuf.ProtoMember(26, IsRequired = true, Name=@"MinChangeUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] public string MinChangeUnit { get { return _MinChangeUnit; } set { _MinChangeUnit = value; } } private double _MinTrans; [global::ProtoBuf.ProtoMember(27, IsRequired = true, Name=@"MinTrans", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double MinTrans { get { return _MinTrans; } set { _MinTrans = value; } } private string _MinTransUnit; [global::ProtoBuf.ProtoMember(28, IsRequired = true, Name=@"MinTransUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] public string MinTransUnit { get { return _MinTransUnit; } set { _MinTransUnit = value; } } private double _MaxSingleTrans; [global::ProtoBuf.ProtoMember(29, IsRequired = true, Name=@"MaxSingleTrans", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double MaxSingleTrans { get { return _MaxSingleTrans; } set { _MaxSingleTrans = value; } } private string _MaxSingleTransUnit; [global::ProtoBuf.ProtoMember(30, IsRequired = true, Name=@"MaxSingleTransUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] public string MaxSingleTransUnit { get { return _MaxSingleTransUnit; } set { _MaxSingleTransUnit = value; } } private string _ProductAttr; [global::ProtoBuf.ProtoMember(31, IsRequired = true, Name=@"ProductAttr", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ProductAttr { get { return _ProductAttr; } set { _ProductAttr = value; } } private int _ProductStatus; [global::ProtoBuf.ProtoMember(32, IsRequired = true, Name=@"ProductStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int ProductStatus { get { return _ProductStatus; } set { _ProductStatus = value; } } private int _DataType; [global::ProtoBuf.ProtoMember(33, IsRequired = true, Name=@"DataType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int DataType { get { return _DataType; } set { _DataType = value; } } private double _ContractUnit; [global::ProtoBuf.ProtoMember(34, IsRequired = true, Name=@"ContractUnit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double ContractUnit { get { return _ContractUnit; } set { _ContractUnit = 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=@"t2bProductInfoRsp")] public partial class t2bProductInfoRsp : global::ProtoBuf.IExtensible { public t2bProductInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = 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=@"t2bPayMoneyReq")] public partial class t2bPayMoneyReq : global::ProtoBuf.IExtensible { public t2bPayMoneyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = value; } } private string _TargetAccountCode; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"TargetAccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TargetAccountCode { get { return _TargetAccountCode; } set { _TargetAccountCode = value; } } private string _TargetBankChildAccount = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TargetBankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankChildAccount { get { return _TargetBankChildAccount; } set { _TargetBankChildAccount = value; } } private string _TargetBankChildAccountName = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TargetBankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankChildAccountName { get { return _TargetBankChildAccountName; } set { _TargetBankChildAccountName = value; } } private string _IsFrozen = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"IsFrozen", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IsFrozen { get { return _IsFrozen; } set { _IsFrozen = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private double _Amount; [global::ProtoBuf.ProtoMember(15, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(16, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"t2bPayMoneyRsp")] public partial class t2bPayMoneyRsp : global::ProtoBuf.IExtensible { public t2bPayMoneyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = value; } } private string _CerterCheckDate = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CerterCheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CerterCheckDate { get { return _CerterCheckDate; } set { _CerterCheckDate = 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=@"t2bPayMoneyConfirmReq")] public partial class t2bPayMoneyConfirmReq : global::ProtoBuf.IExtensible { public t2bPayMoneyConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 _PayTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"PayTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string PayTicket { get { return _PayTicket; } set { _PayTicket = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private double _Amount; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"Amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double Amount { get { return _Amount; } set { _Amount = value; } } private string _Currency; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"t2bPayMoneyConfirmRsp")] public partial class t2bPayMoneyConfirmRsp : global::ProtoBuf.IExtensible { public t2bPayMoneyConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _CenterTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterTicket { get { return _CenterTicket; } set { _CenterTicket = value; } } private string _CenterErrCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CenterErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrCode { get { return _CenterErrCode; } set { _CenterErrCode = value; } } private string _CenterErrMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CenterErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterErrMsg { get { return _CenterErrMsg; } set { _CenterErrMsg = value; } } private string _CerterCheckDate = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CerterCheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CerterCheckDate { get { return _CerterCheckDate; } set { _CerterCheckDate = 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=@"bs2asAccOperateRsp")] public partial class bs2asAccOperateRsp : global::ProtoBuf.IExtensible { public bs2asAccOperateRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _Tip = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Tip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Tip { get { return _Tip; } set { _Tip = 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=@"bs2asFrozenRsp")] public partial class bs2asFrozenRsp : global::ProtoBuf.IExtensible { public bs2asFrozenRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _Tip = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Tip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Tip { get { return _Tip; } set { _Tip = 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=@"bs2asUnfreezeRsp")] public partial class bs2asUnfreezeRsp : global::ProtoBuf.IExtensible { public bs2asUnfreezeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _Tip = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Tip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Tip { get { return _Tip; } set { _Tip = 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=@"bs2asUnfreezeAndOutRsp")] public partial class bs2asUnfreezeAndOutRsp : global::ProtoBuf.IExtensible { public bs2asUnfreezeAndOutRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _Tip = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Tip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Tip { get { return _Tip; } set { _Tip = 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=@"bs2asOutBankRsp")] public partial class bs2asOutBankRsp : global::ProtoBuf.IExtensible { public bs2asOutBankRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _Tip = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Tip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Tip { get { return _Tip; } set { _Tip = 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=@"bs2asInBankRsp")] public partial class bs2asInBankRsp : global::ProtoBuf.IExtensible { public bs2asInBankRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _Tip = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Tip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Tip { get { return _Tip; } set { _Tip = 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=@"m2bInformToUploadUserInfoReq")] public partial class m2bInformToUploadUserInfoReq : global::ProtoBuf.IExtensible { public m2bInformToUploadUserInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _Tip = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Tip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Tip { get { return _Tip; } set { _Tip = 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=@"m2bInformToUploadUserInfoRsp")] public partial class m2bInformToUploadUserInfoRsp : global::ProtoBuf.IExtensible { public m2bInformToUploadUserInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _Status; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Status { get { return _Status; } set { _Status = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"ArrayBsBankAccInfos")] public partial class ArrayBsBankAccInfos : global::ProtoBuf.IExtensible { public ArrayBsBankAccInfos() {} private string _BankId = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"BankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankId { get { return _BankId; } set { _BankId = value; } } private string _BankAccNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BankAccNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccNo { get { return _BankAccNo; } set { _BankAccNo = value; } } private string _BankAccName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BankAccName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccName { get { return _BankAccName; } set { _BankAccName = value; } } private string _Status = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string 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=@"t2bQueryAccInfosReq")] public partial class t2bQueryAccInfosReq : global::ProtoBuf.IExtensible { public t2bQueryAccInfosReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private string _QueryType = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"QueryType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string QueryType { get { return _QueryType; } set { _QueryType = 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=@"t2bQueryAccInfosRsp")] public partial class t2bQueryAccInfosRsp : global::ProtoBuf.IExtensible { public t2bQueryAccInfosRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BankRetCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetCode { get { return _BankRetCode; } set { _BankRetCode = value; } } private string _BankRetMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankRetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetMsg { get { return _BankRetMsg; } set { _BankRetMsg = value; } } private string _SignStatus = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"SignStatus", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SignStatus { get { return _SignStatus; } set { _SignStatus = value; } } private string _CustName = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CustName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustName { get { return _CustName; } set { _CustName = value; } } private string _CustShortName = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"CustShortName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustShortName { get { return _CustShortName; } set { _CustShortName = value; } } private string _CustType = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"CustType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustType { get { return _CustType; } set { _CustType = value; } } private string _LagalName = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"LagalName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LagalName { get { return _LagalName; } set { _LagalName = value; } } private string _CertType = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CertType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CertType { get { return _CertType; } set { _CertType = value; } } private string _CertNo = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"CertNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CertNo { get { return _CertNo; } set { _CertNo = value; } } private string _Sex = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"Sex", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Sex { get { return _Sex; } set { _Sex = value; } } private string _OrgCode = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"OrgCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrgCode { get { return _OrgCode; } set { _OrgCode = value; } } private string _Nationality = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"Nationality", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Nationality { get { return _Nationality; } set { _Nationality = value; } } private string _Addr = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"Addr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Addr { get { return _Addr; } set { _Addr = value; } } private string _ContactName = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ContactName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactName { get { return _ContactName; } set { _ContactName = value; } } private string _ContactPhone = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ContactPhone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactPhone { get { return _ContactPhone; } set { _ContactPhone = value; } } private string _ContactFax = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"ContactFax", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactFax { get { return _ContactFax; } set { _ContactFax = value; } } private string _ContactEmail = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"ContactEmail", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactEmail { get { return _ContactEmail; } set { _ContactEmail = value; } } private string _RelatedAcctStr = ""; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"RelatedAcctStr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RelatedAcctStr { get { return _RelatedAcctStr; } set { _RelatedAcctStr = value; } } private string _AgenName = ""; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"AgenName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AgenName { get { return _AgenName; } set { _AgenName = value; } } private string _AgenCertType = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"AgenCertType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AgenCertType { get { return _AgenCertType; } set { _AgenCertType = value; } } private string _AgenCertNo = ""; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"AgenCertNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AgenCertNo { get { return _AgenCertNo; } set { _AgenCertNo = value; } } private double _Balan = int.MinValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"Balan", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Balan { get { return _Balan; } set { _Balan = value; } } private double _CanUseAmount = int.MinValue; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"CanUseAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CanUseAmount { get { return _CanUseAmount; } set { _CanUseAmount = value; } } private double _CanGetAmount = int.MinValue; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"CanGetAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CanGetAmount { get { return _CanGetAmount; } set { _CanGetAmount = value; } } private double _FrozeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"FrozeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FrozeAmount { get { return _FrozeAmount; } set { _FrozeAmount = value; } } private double _InBankAmount = int.MinValue; [global::ProtoBuf.ProtoMember(35, IsRequired = false, Name=@"InBankAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double InBankAmount { get { return _InBankAmount; } set { _InBankAmount = value; } } private readonly global::System.Collections.Generic.List _BankAccInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(36, Name=@"BankAccInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List BankAccInfos { get { return _BankAccInfos; } } 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=@"ArrayBsExchAccList")] public partial class ArrayBsExchAccList : global::ProtoBuf.IExtensible { public ArrayBsExchAccList() {} private string _AccNo = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AccNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccNo { get { return _AccNo; } set { _AccNo = value; } } private string _AccName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccName { get { return _AccName; } set { _AccName = value; } } private string _AccTypeName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccTypeName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccTypeName { get { return _AccTypeName; } set { _AccTypeName = 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 double _Balan = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Balan", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Balan { get { return _Balan; } set { _Balan = value; } } private double _CanUseAmount = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CanUseAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CanUseAmount { get { return _CanUseAmount; } set { _CanUseAmount = value; } } private double _CanGetAmount = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CanGetAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CanGetAmount { get { return _CanGetAmount; } set { _CanGetAmount = value; } } private double _FrozeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FrozeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FrozeAmount { get { return _FrozeAmount; } set { _FrozeAmount = 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=@"t2bQueryExchAccInfosReq")] public partial class t2bQueryExchAccInfosReq : global::ProtoBuf.IExtensible { public t2bQueryExchAccInfosReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 _BusinessNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private int _AccType = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AccType { get { return _AccType; } set { _AccType = 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=@"t2bQueryExchAccInfosRsp")] public partial class t2bQueryExchAccInfosRsp : global::ProtoBuf.IExtensible { public t2bQueryExchAccInfosRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _BankTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BankRetCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetCode { get { return _BankRetCode; } set { _BankRetCode = value; } } private string _BankRetMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankRetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetMsg { get { return _BankRetMsg; } set { _BankRetMsg = value; } } private readonly global::System.Collections.Generic.List _AccList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(12, Name=@"AccList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List AccList { get { return _AccList; } } 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=@"t2bQueryBusinessStatusReq")] public partial class t2bQueryBusinessStatusReq : global::ProtoBuf.IExtensible { public t2bQueryBusinessStatusReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 _BusinessNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private string _QueryBusinessNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"QueryBusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string QueryBusinessNo { get { return _QueryBusinessNo; } set { _QueryBusinessNo = value; } } private string _QueryExchTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"QueryExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string QueryExchTicket { get { return _QueryExchTicket; } set { _QueryExchTicket = value; } } private string _QueryType = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"QueryType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string QueryType { get { return _QueryType; } set { _QueryType = 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=@"t2bQueryBusinessStatusRsp")] public partial class t2bQueryBusinessStatusRsp : global::ProtoBuf.IExtensible { public t2bQueryBusinessStatusRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _BankTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BankRetCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetCode { get { return _BankRetCode; } set { _BankRetCode = value; } } private string _BankRetMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankRetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetMsg { get { return _BankRetMsg; } set { _BankRetMsg = value; } } private string _QueryExchTicket = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"QueryExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string QueryExchTicket { get { return _QueryExchTicket; } set { _QueryExchTicket = value; } } private string _BusinessCheckDate = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"BusinessCheckDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessCheckDate { get { return _BusinessCheckDate; } set { _BusinessCheckDate = value; } } private string _BusinessStatus = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BusinessStatus", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessStatus { get { return _BusinessStatus; } set { _BusinessStatus = value; } } private double _BusinessAmout = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"BusinessAmout", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BusinessAmout { get { return _BusinessAmout; } set { _BusinessAmout = value; } } private string _BusinessCurrency = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BusinessCurrency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessCurrency { get { return _BusinessCurrency; } set { _BusinessCurrency = value; } } private string _BusinessDate = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"BusinessDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessDate { get { return _BusinessDate; } set { _BusinessDate = value; } } private string _BusinessTime = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"BusinessTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessTime { get { return _BusinessTime; } set { _BusinessTime = value; } } private string _BusinessRemark = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"BusinessRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessRemark { get { return _BusinessRemark; } set { _BusinessRemark = 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=@"t2bQueryLinkAddrReq")] public partial class t2bQueryLinkAddrReq : global::ProtoBuf.IExtensible { public t2bQueryLinkAddrReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _Tip = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Tip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Tip { get { return _Tip; } set { _Tip = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _AccountCode; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _BusinessNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private string _BankChildAccount = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankChildAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccount { get { return _BankChildAccount; } set { _BankChildAccount = value; } } private string _BankChildAccountName = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankChildAccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankChildAccountName { get { return _BankChildAccountName; } set { _BankChildAccountName = value; } } private string _OldTaPWD = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OldTaPWD", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OldTaPWD { get { return _OldTaPWD; } set { _OldTaPWD = value; } } private string _QueryType = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"QueryType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string QueryType { get { return _QueryType; } set { _QueryType = 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=@"t2bQueryLinkAddrRsp")] public partial class t2bQueryLinkAddrRsp : global::ProtoBuf.IExtensible { public t2bQueryLinkAddrRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _BankTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BusinessNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private string _Link = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Link", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Link { get { return _Link; } set { _Link = 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=@"t2bQueryExchChargeReq")] public partial class t2bQueryExchChargeReq : global::ProtoBuf.IExtensible { public t2bQueryExchChargeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 _BusinessNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private int _QueryType = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"QueryType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int QueryType { get { return _QueryType; } set { _QueryType = value; } } private string _BeginDate = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BeginDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BeginDate { get { return _BeginDate; } set { _BeginDate = value; } } private string _EndDate = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"EndDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndDate { get { return _EndDate; } set { _EndDate = 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=@"t2bQueryExchChargeRsp")] public partial class t2bQueryExchChargeRsp : global::ProtoBuf.IExtensible { public t2bQueryExchChargeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _BankTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BankRetCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetCode { get { return _BankRetCode; } set { _BankRetCode = value; } } private string _BankRetMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankRetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetMsg { get { return _BankRetMsg; } set { _BankRetMsg = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(12, 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(13, 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=@"b2cInformFileReadyReq")] public partial class b2cInformFileReadyReq : global::ProtoBuf.IExtensible { public b2cInformFileReadyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _FileType = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"FileType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FileType { get { return _FileType; } set { _FileType = value; } } private string _FilePath = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FilePath", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FilePath { get { return _FilePath; } set { _FilePath = value; } } private string _FileName = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FileName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FileName { get { return _FileName; } set { _FileName = value; } } private int _IsResend = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"IsResend", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsResend { get { return _IsResend; } set { _IsResend = value; } } private string _MD5 = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"MD5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MD5 { get { return _MD5; } set { _MD5 = 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=@"b2cInformFileReadyRsp")] public partial class b2cInformFileReadyRsp : global::ProtoBuf.IExtensible { public b2cInformFileReadyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BankRetCode; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"BankRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankRetCode { get { return _BankRetCode; } set { _BankRetCode = value; } } private string _BankRetMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankRetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetMsg { get { return _BankRetMsg; } set { _BankRetMsg = 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=@"t2bExchOutInBankReq")] public partial class t2bExchOutInBankReq : global::ProtoBuf.IExtensible { public t2bExchOutInBankReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 _BusinessNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private int _TransferType = int.MinValue; [global::ProtoBuf.ProtoMember(8, 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 _BankAccNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankAccNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccNo { get { return _BankAccNo; } set { _BankAccNo = value; } } private string _BankAccName = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankAccName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankAccName { get { return _BankAccName; } set { _BankAccName = value; } } private string _TargetBankId = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TargetBankId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankId { get { return _TargetBankId; } set { _TargetBankId = value; } } private string _TargetBankAccNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TargetBankAccNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankAccNo { get { return _TargetBankAccNo; } set { _TargetBankAccNo = value; } } private string _TargetBankAccName = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"TargetBankAccName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TargetBankAccName { get { return _TargetBankAccName; } set { _TargetBankAccName = value; } } private string _BeginDate = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BeginDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BeginDate { get { return _BeginDate; } set { _BeginDate = value; } } private string _EndDate = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"EndDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndDate { get { return _EndDate; } set { _EndDate = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(16, 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(17, IsRequired = false, Name=@"Currency", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Currency { get { return _Currency; } set { _Currency = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"t2bExchOutInBankRsp")] public partial class t2bExchOutInBankRsp : global::ProtoBuf.IExtensible { public t2bExchOutInBankRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _BankTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BankRetCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetCode { get { return _BankRetCode; } set { _BankRetCode = value; } } private string _BankRetMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankRetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetMsg { get { return _BankRetMsg; } set { _BankRetMsg = 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=@"c2bInformFileReadyReq")] public partial class c2bInformFileReadyReq : global::ProtoBuf.IExtensible { public c2bInformFileReadyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _BusinessNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private string _FileType = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FileType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FileType { get { return _FileType; } set { _FileType = value; } } private string _FilePath = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FilePath", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FilePath { get { return _FilePath; } set { _FilePath = value; } } private string _FileName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"FileName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FileName { get { return _FileName; } set { _FileName = value; } } private int _IsResend = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"IsResend", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsResend { get { return _IsResend; } set { _IsResend = value; } } private string _MD5 = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"MD5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MD5 { get { return _MD5; } set { _MD5 = value; } } private string _BankTicket = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = 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=@"c2bInformFileReadyRsp")] public partial class c2bInformFileReadyRsp : global::ProtoBuf.IExtensible { public c2bInformFileReadyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BankRetCode; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"BankRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankRetCode { get { return _BankRetCode; } set { _BankRetCode = value; } } private string _BankRetMsg = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BankRetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankRetMsg { get { return _BankRetMsg; } set { _BankRetMsg = 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=@"c2bInformLinkAddrReq")] public partial class c2bInformLinkAddrReq : global::ProtoBuf.IExtensible { public c2bInformLinkAddrReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 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 _BankTicket = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _BusinessNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BusinessNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BusinessNo { get { return _BusinessNo; } set { _BusinessNo = value; } } private string _Link = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Link", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Link { get { return _Link; } set { _Link = 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=@"bsOnInformAccCheckFileReq")] public partial class bsOnInformAccCheckFileReq : global::ProtoBuf.IExtensible { public bsOnInformAccCheckFileReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _FilePath = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"FilePath", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FilePath { get { return _FilePath; } set { _FilePath = value; } } private string _FileName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FileName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FileName { get { return _FileName; } set { _FileName = value; } } private string _MD5 = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MD5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MD5 { get { return _MD5; } set { _MD5 = value; } } private string _BankTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = 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=@"bsOnInformAccCheckFileRsp")] public partial class bsOnInformAccCheckFileRsp : global::ProtoBuf.IExtensible { public bsOnInformAccCheckFileRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"bsPrepareDataForAccCheckReq")] public partial class bsPrepareDataForAccCheckReq : global::ProtoBuf.IExtensible { public bsPrepareDataForAccCheckReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _FilePath = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"FilePath", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FilePath { get { return _FilePath; } set { _FilePath = value; } } private string _FileName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FileName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string FileName { get { return _FileName; } set { _FileName = value; } } private string _MD5 = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MD5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string MD5 { get { return _MD5; } set { _MD5 = value; } } private string _BankTicket = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = 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=@"bsPrepareDataForAccCheckRsp")] public partial class bsPrepareDataForAccCheckRsp : global::ProtoBuf.IExtensible { public bsPrepareDataForAccCheckRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"bsAccCheckReq")] public partial class bsAccCheckReq : global::ProtoBuf.IExtensible { public bsAccCheckReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"bs2tInformAccCheckResReq")] public partial class bs2tInformAccCheckResReq : global::ProtoBuf.IExtensible { public bs2tInformAccCheckResReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private long _Status = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long Status { get { return _Status; } set { _Status = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"bs2tInformAccCheckResRsp")] public partial class bs2tInformAccCheckResRsp : global::ProtoBuf.IExtensible { public bs2tInformAccCheckResRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"t2bInformAdjustFinishReq")] public partial class t2bInformAdjustFinishReq : global::ProtoBuf.IExtensible { public t2bInformAdjustFinishReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"t2bInformAdjustFinishRsp")] public partial class t2bInformAdjustFinishRsp : global::ProtoBuf.IExtensible { public t2bInformAdjustFinishRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"cs2bsInformMsgReq")] public partial class cs2bsInformMsgReq : global::ProtoBuf.IExtensible { public cs2bsInformMsgReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private int _Status; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Status { get { return _Status; } set { _Status = value; } } private string _TradeDay; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDay { get { return _TradeDay; } set { _TradeDay = value; } } private string _NextTradeDay = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"NextTradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NextTradeDay { get { return _NextTradeDay; } set { _NextTradeDay = 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=@"bs2csInformMsgReq")] public partial class bs2csInformMsgReq : global::ProtoBuf.IExtensible { public bs2csInformMsgReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private int _Status; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Status { get { return _Status; } set { _Status = value; } } private string _remark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = 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=@"t2bExchConfirmBusinessReq")] public partial class t2bExchConfirmBusinessReq : global::ProtoBuf.IExtensible { public t2bExchConfirmBusinessReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _extoperatorid; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"extoperatorid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong extoperatorid { get { return _extoperatorid; } set { _extoperatorid = value; } } private string _cusbankid; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"cusbankid", DataFormat = global::ProtoBuf.DataFormat.Default)] public string cusbankid { get { return _cusbankid; } set { _cusbankid = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _exchid = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"exchid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string exchid { get { return _exchid; } set { _exchid = value; } } private string _tradedate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"tradedate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string tradedate { get { return _tradedate; } set { _tradedate = value; } } private string _exchticket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"exchticket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string exchticket { get { return _exchticket; } set { _exchticket = value; } } private string _bankticket = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"bankticket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string bankticket { get { return _bankticket; } set { _bankticket = value; } } private int _businesstype; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"businesstype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int businesstype { get { return _businesstype; } set { _businesstype = value; } } private int _businessconfirmstatus; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"businessconfirmstatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int businessconfirmstatus { get { return _businessconfirmstatus; } set { _businessconfirmstatus = value; } } private string _retcode = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"retcode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string retcode { get { return _retcode; } set { _retcode = value; } } private string _retmsg = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"retmsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string retmsg { get { return _retmsg; } set { _retmsg = value; } } private string _remark = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = value; } } private ulong _auditid = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"auditid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong auditid { get { return _auditid; } set { _auditid = value; } } private string _extend = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"extend", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend { get { return _extend; } set { _extend = 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=@"t2bExchConfirmBusinessRsp")] public partial class t2bExchConfirmBusinessRsp : global::ProtoBuf.IExtensible { public t2bExchConfirmBusinessRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _Status; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Status { get { return _Status; } set { _Status = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] 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=@"t2bExchDealCheckErrReq")] public partial class t2bExchDealCheckErrReq : global::ProtoBuf.IExtensible { public t2bExchDealCheckErrReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _extoperatorid; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"extoperatorid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong extoperatorid { get { return _extoperatorid; } set { _extoperatorid = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _AutoId; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"AutoId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AutoId { get { return _AutoId; } set { _AutoId = value; } } private string _ModifID; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ModifID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ModifID { get { return _ModifID; } set { _ModifID = value; } } private string _Remark; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Remark { get { return _Remark; } set { _Remark = value; } } private string _ErrCode; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"ErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ErrCode { get { return _ErrCode; } set { _ErrCode = value; } } private int _OperType; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"OperType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int OperType { get { return _OperType; } set { _OperType = 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=@"t2bExchDealCheckErrRsp")] public partial class t2bExchDealCheckErrRsp : global::ProtoBuf.IExtensible { public t2bExchDealCheckErrRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _Status; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Status { get { return _Status; } set { _Status = value; } } private string _remark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = 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=@"t2bMarkingOpenOrCloseReq")] public partial class t2bMarkingOpenOrCloseReq : global::ProtoBuf.IExtensible { public t2bMarkingOpenOrCloseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _ExchDate; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"ExchDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchDate { get { return _ExchDate; } set { _ExchDate = value; } } private string _OpenDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"OpenDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string OpenDate { get { return _OpenDate; } set { _OpenDate = value; } } private string _NextDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"NextDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string NextDate { get { return _NextDate; } set { _NextDate = value; } } private int _Flag; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"Flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Flag { get { return _Flag; } set { _Flag = value; } } private string _extend_info = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend_info { get { return _extend_info; } set { _extend_info = 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=@"t2bMarkingOpenOrCloseRsp")] public partial class t2bMarkingOpenOrCloseRsp : global::ProtoBuf.IExtensible { public t2bMarkingOpenOrCloseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ExchDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"ExchDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchDate { get { return _ExchDate; } set { _ExchDate = value; } } private string _CenterRetCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CenterRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterRetCode { get { return _CenterRetCode; } set { _CenterRetCode = value; } } private string _CenterRetMsg = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CenterRetMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterRetMsg { get { return _CenterRetMsg; } set { _CenterRetMsg = 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=@"t2bThirdBankOutApplyReq")] public partial class t2bThirdBankOutApplyReq : global::ProtoBuf.IExtensible { public t2bThirdBankOutApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _extoperatorid; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"extoperatorid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong extoperatorid { get { return _extoperatorid; } set { _extoperatorid = value; } } private string _CusbankId; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusbankId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusbankId { get { return _CusbankId; } set { _CusbankId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private ulong _AccoutCode; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"AccoutCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong AccoutCode { get { return _AccoutCode; } set { _AccoutCode = value; } } private ulong _RelateId; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"RelateId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong RelateId { get { return _RelateId; } set { _RelateId = value; } } private string _RelateTradeDate; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"RelateTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string RelateTradeDate { get { return _RelateTradeDate; } set { _RelateTradeDate = value; } } private double _RelateAmount; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"RelateAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double RelateAmount { get { return _RelateAmount; } set { _RelateAmount = value; } } private string _extend_info = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"extend_info", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string extend_info { get { return _extend_info; } set { _extend_info = 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=@"t2bThirdBankOutApplyRsp")] public partial class t2bThirdBankOutApplyRsp : global::ProtoBuf.IExtensible { public t2bThirdBankOutApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _extoperatorid; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"extoperatorid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong extoperatorid { get { return _extoperatorid; } set { _extoperatorid = value; } } private ulong _Exchticket; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong Exchticket { get { return _Exchticket; } set { _Exchticket = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private ulong _Status; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong Status { get { return _Status; } set { _Status = 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 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=@"t2bThirdBankOutNtfReq")] public partial class t2bThirdBankOutNtfReq : global::ProtoBuf.IExtensible { public t2bThirdBankOutNtfReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _extoperatorid; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"extoperatorid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong extoperatorid { get { return _extoperatorid; } set { _extoperatorid = value; } } private ulong _Exchticket; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong Exchticket { get { return _Exchticket; } set { _Exchticket = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ApplyTradeDate; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"ApplyTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ApplyTradeDate { get { return _ApplyTradeDate; } set { _ApplyTradeDate = value; } } private ulong _AccoutCode; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"AccoutCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong AccoutCode { get { return _AccoutCode; } set { _AccoutCode = value; } } private string _CusbankId; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"CusbankId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusbankId { get { return _CusbankId; } set { _CusbankId = value; } } private int _Result; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"Result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Result { get { return _Result; } set { _Result = value; } } private string _ResultMsg = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ResultMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResultMsg { get { return _ResultMsg; } set { _ResultMsg = 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=@"t2bThirdBankOutNtfRsp")] public partial class t2bThirdBankOutNtfRsp : global::ProtoBuf.IExtensible { public t2bThirdBankOutNtfRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _extoperatorid; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"extoperatorid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong extoperatorid { get { return _extoperatorid; } set { _extoperatorid = value; } } private ulong _Exchticket; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong Exchticket { get { return _Exchticket; } set { _Exchticket = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private ulong _Status; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong Status { get { return _Status; } set { _Status = 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 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=@"t2bConfirmBankWithdrawApplyNtfReq")] public partial class t2bConfirmBankWithdrawApplyNtfReq : global::ProtoBuf.IExtensible { public t2bConfirmBankWithdrawApplyNtfReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = 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 _ConfirmStatus = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ConfirmStatus", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ConfirmStatus { get { return _ConfirmStatus; } set { _ConfirmStatus = value; } } private string _ConfirmMsg = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ConfirmMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ConfirmMsg { get { return _ConfirmMsg; } set { _ConfirmMsg = 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=@"t2bConfirmBankWithdrawApplyNtfRsp")] public partial class t2bConfirmBankWithdrawApplyNtfRsp : global::ProtoBuf.IExtensible { public t2bConfirmBankWithdrawApplyNtfRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _StatusMsg = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _ExchTicket; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"ExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchTicket { get { return _ExchTicket; } set { _ExchTicket = value; } } private string _BankTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string BankTicket { get { return _BankTicket; } set { _BankTicket = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _ExchErrCode; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"ExchErrCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ExchErrCode { get { return _ExchErrCode; } set { _ExchErrCode = value; } } private string _ExchErrMsg = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExchErrMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchErrMsg { get { return _ExchErrMsg; } set { _ExchErrMsg = 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=@"t2bShortMsgCheckReq")] public partial class t2bShortMsgCheckReq : global::ProtoBuf.IExtensible { public t2bShortMsgCheckReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _extoperatorid; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"extoperatorid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong extoperatorid { get { return _extoperatorid; } set { _extoperatorid = value; } } private string _CusBankID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"CusBankID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string CusBankID { get { return _CusBankID; } set { _CusBankID = value; } } private string _AccountCode; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"AccountCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountCode { get { return _AccountCode; } set { _AccountCode = value; } } private string _ExchId = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = 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 _RelatedExchTicket; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"RelatedExchTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] public string RelatedExchTicket { get { return _RelatedExchTicket; } set { _RelatedExchTicket = value; } } private string _ShortMsgId = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ShortMsgId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ShortMsgId { get { return _ShortMsgId; } set { _ShortMsgId = value; } } private string _Extend = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Extend", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Extend { get { return _Extend; } set { _Extend = 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=@"t2bShortMsgCheckRsp")] public partial class t2bShortMsgCheckRsp : global::ProtoBuf.IExtensible { public t2bShortMsgCheckRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _ExchId = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExchId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchId { get { return _ExchId; } set { _ExchId = 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 _CenterRetCode = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CenterRetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterRetCode { get { return _CenterRetCode; } set { _CenterRetCode = value; } } private string _CenterRetDesc = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CenterRetDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CenterRetDesc { get { return _CenterRetDesc; } set { _CenterRetDesc = value; } } private string _BankTicket = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BankTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BankTicket { get { return _BankTicket; } set { _BankTicket = 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=@"t2bManageAdjutAmountReq")] public partial class t2bManageAdjutAmountReq : global::ProtoBuf.IExtensible { public t2bManageAdjutAmountReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _acc_type; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"acc_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int acc_type { get { return _acc_type; } set { _acc_type = value; } } private ulong _acc; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"acc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong acc { get { return _acc; } set { _acc = value; } } private double _amount_nml; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"amount_nml", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double amount_nml { get { return _amount_nml; } set { _amount_nml = value; } } private double _amount_crd = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"amount_crd", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double amount_crd { get { return _amount_crd; } set { _amount_crd = value; } } private int _currency = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"currency", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int currency { get { return _currency; } set { _currency = value; } } private string _tradedate; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"tradedate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string tradedate { get { return _tradedate; } set { _tradedate = value; } } private ulong _related_extticket = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"related_extticket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong related_extticket { get { return _related_extticket; } set { _related_extticket = value; } } private int _adjust_type; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"adjust_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int adjust_type { get { return _adjust_type; } set { _adjust_type = value; } } private ulong _applyuserid; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"applyuserid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong applyuserid { get { return _applyuserid; } set { _applyuserid = value; } } private string _remark = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = 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=@"t2bManageAdjutAmountRsp")] public partial class t2bManageAdjutAmountRsp : global::ProtoBuf.IExtensible { public t2bManageAdjutAmountRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _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 _remark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = 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=@"t2bManageMoveAmountReq")] public partial class t2bManageMoveAmountReq : global::ProtoBuf.IExtensible { public t2bManageMoveAmountReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private int _acc_type; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"acc_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int acc_type { get { return _acc_type; } set { _acc_type = value; } } private ulong _acc_main; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"acc_main", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong acc_main { get { return _acc_main; } set { _acc_main = value; } } private ulong _acc_pay; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"acc_pay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong acc_pay { get { return _acc_pay; } set { _acc_pay = value; } } private ulong _acc_receipt; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"acc_receipt", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong acc_receipt { get { return _acc_receipt; } set { _acc_receipt = value; } } private double _amount_nml; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"amount_nml", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public double amount_nml { get { return _amount_nml; } set { _amount_nml = value; } } private double _amount_crd = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"amount_crd", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double amount_crd { get { return _amount_crd; } set { _amount_crd = value; } } private int _currency = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"currency", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int currency { get { return _currency; } set { _currency = value; } } private string _tradedate; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"tradedate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string tradedate { get { return _tradedate; } set { _tradedate = value; } } private ulong _related_extticket = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"related_extticket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong related_extticket { get { return _related_extticket; } set { _related_extticket = value; } } private int _adjust_type; [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"adjust_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int adjust_type { get { return _adjust_type; } set { _adjust_type = value; } } private ulong _applyuserid; [global::ProtoBuf.ProtoMember(13, IsRequired = true, Name=@"applyuserid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong applyuserid { get { return _applyuserid; } set { _applyuserid = value; } } private string _remark = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = 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=@"t2bManageMoveAmountRsp")] public partial class t2bManageMoveAmountRsp : global::ProtoBuf.IExtensible { public t2bManageMoveAmountRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _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 _remark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = 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=@"t2bSwitchSignBankReq")] public partial class t2bSwitchSignBankReq : global::ProtoBuf.IExtensible { public t2bSwitchSignBankReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtOperatorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong ExtOperatorID { get { return _ExtOperatorID; } set { _ExtOperatorID = value; } } private ulong _acc_main; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"acc_main", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong acc_main { get { return _acc_main; } set { _acc_main = value; } } private string _protoCancelSign; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"protoCancelSign", DataFormat = global::ProtoBuf.DataFormat.Default)] public string protoCancelSign { get { return _protoCancelSign; } set { _protoCancelSign = value; } } private long _sizeProtoCancelSign; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"sizeProtoCancelSign", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sizeProtoCancelSign { get { return _sizeProtoCancelSign; } set { _sizeProtoCancelSign = value; } } private string _protoSign; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"protoSign", DataFormat = global::ProtoBuf.DataFormat.Default)] public string protoSign { get { return _protoSign; } set { _protoSign = value; } } private long _sizeProtoSign; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"sizeProtoSign", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sizeProtoSign { get { return _sizeProtoSign; } set { _sizeProtoSign = 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 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=@"t2bSwitchSignBankRsp")] public partial class t2bSwitchSignBankRsp : global::ProtoBuf.IExtensible { public t2bSwitchSignBankRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ExtOperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExtOperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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 _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 _remark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = 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=@"RealtimeQuote")] public partial class RealtimeQuote : global::ProtoBuf.IExtensible { public RealtimeQuote() {} private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, 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 string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private uint _DecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DecimalPlace { get { return _DecimalPlace; } set { _DecimalPlace = value; } } private ulong _Last = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Last", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Last { get { return _Last; } set { _Last = value; } } private ulong _LastVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LastVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LastVolume { get { return _LastVolume; } set { _LastVolume = value; } } private ulong _LastTurnover = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"LastTurnover", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LastTurnover { get { return _LastTurnover; } set { _LastTurnover = value; } } private ulong _LastLot = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"LastLot", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LastLot { get { return _LastLot; } set { _LastLot = value; } } private ulong _TotalVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TotalVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TotalVolume { get { return _TotalVolume; } set { _TotalVolume = value; } } private ulong _TotalHolderVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TotalHolderVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TotalHolderVolume { get { return _TotalHolderVolume; } set { _TotalHolderVolume = value; } } private ulong _TotalTurnover = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TotalTurnover", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TotalTurnover { get { return _TotalTurnover; } set { _TotalTurnover = value; } } private ulong _TotalLot = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TotalLot", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TotalLot { get { return _TotalLot; } set { _TotalLot = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private ulong _NID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"NID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NID { get { return _NID; } set { _NID = value; } } private ulong _ReckonPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"ReckonPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReckonPrice { get { return _ReckonPrice; } set { _ReckonPrice = value; } } private ulong _PreReckonPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"PreReckonPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PreReckonPrice { get { return _PreReckonPrice; } set { _PreReckonPrice = value; } } private ulong _NonTotalVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"NonTotalVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NonTotalVolume { get { return _NonTotalVolume; } set { _NonTotalVolume = value; } } private long _NonTotalHolderVolume = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"NonTotalHolderVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long NonTotalHolderVolume { get { return _NonTotalHolderVolume; } set { _NonTotalHolderVolume = value; } } private ulong _NonTotalTurnover = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"NonTotalTurnover", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NonTotalTurnover { get { return _NonTotalTurnover; } set { _NonTotalTurnover = value; } } private ulong _NonTotalLot = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"NonTotalLot", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NonTotalLot { get { return _NonTotalLot; } set { _NonTotalLot = value; } } private uint _IsExsitBidAskPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"IsExsitBidAskPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsExsitBidAskPrice { get { return _IsExsitBidAskPrice; } set { _IsExsitBidAskPrice = value; } } private ulong _Open = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"Open", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Open { get { return _Open; } set { _Open = value; } } private ulong _High = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"High", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong High { get { return _High; } set { _High = value; } } private ulong _Low = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"Low", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Low { get { return _Low; } set { _Low = value; } } private uint _QuoteType = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"QuoteType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteType { get { return _QuoteType; } set { _QuoteType = value; } } private ulong _PreClose = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"PreClose", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PreClose { get { return _PreClose; } set { _PreClose = value; } } private ulong _Average = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"Average", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Average { get { return _Average; } set { _Average = value; } } private ulong _PreHoldVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"PreHoldVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PreHoldVolume { get { return _PreHoldVolume; } set { _PreHoldVolume = value; } } private ulong _LowLimit = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"LowLimit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LowLimit { get { return _LowLimit; } set { _LowLimit = value; } } private ulong _HighLimit = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"HighLimit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong HighLimit { get { return _HighLimit; } set { _HighLimit = value; } } private readonly global::System.Collections.Generic.List _BidPriceArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(31, Name=@"BidPriceArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List BidPriceArray { get { return _BidPriceArray; } } private readonly global::System.Collections.Generic.List _AskPriceArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(32, Name=@"AskPriceArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AskPriceArray { get { return _AskPriceArray; } } private readonly global::System.Collections.Generic.List _BidVolumeArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(33, Name=@"BidVolumeArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List BidVolumeArray { get { return _BidVolumeArray; } } private readonly global::System.Collections.Generic.List _AskVolumeArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(34, Name=@"AskVolumeArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AskVolumeArray { get { return _AskVolumeArray; } } private readonly global::System.Collections.Generic.List _BidOrderIDArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(35, Name=@"BidOrderIDArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List BidOrderIDArray { get { return _BidOrderIDArray; } } private readonly global::System.Collections.Generic.List _AskOrderIDArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(36, Name=@"AskOrderIDArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AskOrderIDArray { get { return _AskOrderIDArray; } } private readonly global::System.Collections.Generic.List _CallOptionPremiumsArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(37, Name=@"CallOptionPremiumsArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List CallOptionPremiumsArray { get { return _CallOptionPremiumsArray; } } private readonly global::System.Collections.Generic.List _PutOptionPremiumsArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(38, Name=@"PutOptionPremiumsArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List PutOptionPremiumsArray { get { return _PutOptionPremiumsArray; } } private ulong _IEV = uint.MaxValue; [global::ProtoBuf.ProtoMember(39, IsRequired = false, Name=@"IEV", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong IEV { get { return _IEV; } set { _IEV = value; } } private ulong _IEP = uint.MaxValue; [global::ProtoBuf.ProtoMember(40, IsRequired = false, Name=@"IEP", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong IEP { get { return _IEP; } set { _IEP = value; } } private string _PublicTradeType = ""; [global::ProtoBuf.ProtoMember(41, IsRequired = false, Name=@"PublicTradeType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PublicTradeType { get { return _PublicTradeType; } set { _PublicTradeType = value; } } private string _BidQueueInfo = ""; [global::ProtoBuf.ProtoMember(42, IsRequired = false, Name=@"BidQueueInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BidQueueInfo { get { return _BidQueueInfo; } set { _BidQueueInfo = value; } } private string _AskQueueInfo = ""; [global::ProtoBuf.ProtoMember(43, IsRequired = false, Name=@"AskQueueInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AskQueueInfo { get { return _AskQueueInfo; } set { _AskQueueInfo = value; } } private ulong _GreyMarketPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(44, IsRequired = false, Name=@"GreyMarketPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GreyMarketPrice { get { return _GreyMarketPrice; } set { _GreyMarketPrice = value; } } private readonly global::System.Collections.Generic.List _BidOrderVolumeArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(45, Name=@"BidOrderVolumeArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List BidOrderVolumeArray { get { return _BidOrderVolumeArray; } } private readonly global::System.Collections.Generic.List _AskOrderVolumeArray = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(46, Name=@"AskOrderVolumeArray", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List AskOrderVolumeArray { get { return _AskOrderVolumeArray; } } private double _PremiumRate = int.MinValue; [global::ProtoBuf.ProtoMember(47, IsRequired = false, Name=@"PremiumRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PremiumRate { get { return _PremiumRate; } set { _PremiumRate = value; } } private ulong _OptionPremium = uint.MaxValue; [global::ProtoBuf.ProtoMember(48, IsRequired = false, Name=@"OptionPremium", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OptionPremium { get { return _OptionPremium; } set { _OptionPremium = value; } } private ulong _OptionAskVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(49, IsRequired = false, Name=@"OptionAskVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OptionAskVolume { get { return _OptionAskVolume; } set { _OptionAskVolume = value; } } private long _PctChange = int.MinValue; [global::ProtoBuf.ProtoMember(50, IsRequired = false, Name=@"PctChange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PctChange { get { return _PctChange; } set { _PctChange = value; } } private long _PriceChangeByPreClose = int.MinValue; [global::ProtoBuf.ProtoMember(51, IsRequired = false, Name=@"PriceChangeByPreClose", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PriceChangeByPreClose { get { return _PriceChangeByPreClose; } set { _PriceChangeByPreClose = value; } } private long _PriceChangeByOpen = int.MinValue; [global::ProtoBuf.ProtoMember(52, IsRequired = false, Name=@"PriceChangeByOpen", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PriceChangeByOpen { get { return _PriceChangeByOpen; } set { _PriceChangeByOpen = 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=@"WareCode")] public partial class WareCode : global::ProtoBuf.IExtensible { public WareCode() {} private int _ExchangeCode = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ExchangeCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExchangeCode { get { return _ExchangeCode; } set { _ExchangeCode = value; } } private int _WareGroupCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WareGroupCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WareGroupCode { get { return _WareGroupCode; } set { _WareGroupCode = value; } } private string _strWare = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"strWare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strWare { get { return _strWare; } set { _strWare = value; } } private int _ReckonPriceType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReckonPriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReckonPriceType { get { return _ReckonPriceType; } set { _ReckonPriceType = value; } } private int _ReferenceTime = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReferenceTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReferenceTime { get { return _ReferenceTime; } set { _ReferenceTime = 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=@"RealtimeQuoteReq")] public partial class RealtimeQuoteReq : global::ProtoBuf.IExtensible { public RealtimeQuoteReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _Wares = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"Wares", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Wares { get { return _Wares; } } private int _RequestType = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RequestType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RequestType { get { return _RequestType; } set { _RequestType = 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=@"RealtimeQuoteRsp")] public partial class RealtimeQuoteRsp : global::ProtoBuf.IExtensible { public RealtimeQuoteRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _PriceRecord = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"PriceRecord", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List PriceRecord { get { return _PriceRecord; } } 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=@"MarketInfo")] public partial class MarketInfo : global::ProtoBuf.IExtensible { public MarketInfo() {} private int _ExchangeCode = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ExchangeCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExchangeCode { get { return _ExchangeCode; } set { _ExchangeCode = value; } } private int _WareGroupCode = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WareGroupCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WareGroupCode { get { return _WareGroupCode; } set { _WareGroupCode = value; } } private string _strWare = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"strWare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strWare { get { return _strWare; } set { _strWare = value; } } private int _TradeState = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TradeState { get { return _TradeState; } set { _TradeState = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = 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=@"QueryHistoryTikReq")] public partial class QueryHistoryTikReq : global::ProtoBuf.IExtensible { public QueryHistoryTikReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private string _TradeDay = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDay { get { return _TradeDay; } set { _TradeDay = value; } } private int _TradeDayFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeDayFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TradeDayFlag { get { return _TradeDayFlag; } set { _TradeDayFlag = value; } } private int _BeginTikID = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BeginTikID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BeginTikID { get { return _BeginTikID; } set { _BeginTikID = value; } } private int _BeginTikIDFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BeginTikIDFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BeginTikIDFlag { get { return _BeginTikIDFlag; } set { _BeginTikIDFlag = value; } } private int _EndTikID = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"EndTikID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int EndTikID { get { return _EndTikID; } set { _EndTikID = value; } } private int _EndTikIDFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"EndTikIDFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int EndTikIDFlag { get { return _EndTikIDFlag; } set { _EndTikIDFlag = value; } } private int _nSourceID = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"nSourceID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int nSourceID { get { return _nSourceID; } set { _nSourceID = value; } } private int _nSourceIDFlag = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"nSourceIDFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int nSourceIDFlag { get { return _nSourceIDFlag; } set { _nSourceIDFlag = 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=@"QueryWareLastTikReq")] public partial class QueryWareLastTikReq : global::ProtoBuf.IExtensible { public QueryWareLastTikReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private readonly global::System.Collections.Generic.List _WareRecord = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"WareRecord", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List WareRecord { get { return _WareRecord; } } private int _WareRecordFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WareRecordFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WareRecordFlag { get { return _WareRecordFlag; } set { _WareRecordFlag = 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=@"QueryMTPWareLastTikReq")] public partial class QueryMTPWareLastTikReq : global::ProtoBuf.IExtensible { public QueryMTPWareLastTikReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private QueryReqPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public QueryReqPageInfo PageInfo { get { return _PageInfo; } set { _PageInfo = value; } } private int _ReckonType = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ReckonType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReckonType { get { return _ReckonType; } set { _ReckonType = value; } } private int _ReckonTypeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReckonTypeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReckonTypeFlag { get { return _ReckonTypeFlag; } set { _ReckonTypeFlag = value; } } private int _Value = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Value { get { return _Value; } set { _Value = value; } } private int _ValueFlag = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ValueFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ValueFlag { get { return _ValueFlag; } set { _ValueFlag = value; } } private string _startTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"startTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string startTime { get { return _startTime; } set { _startTime = value; } } private int _startTimeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"startTimeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int startTimeFlag { get { return _startTimeFlag; } set { _startTimeFlag = value; } } private string _endTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string endTime { get { return _endTime; } set { _endTime = value; } } private int _endTimeFlag = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"endTimeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int endTimeFlag { get { return _endTimeFlag; } set { _endTimeFlag = value; } } private readonly global::System.Collections.Generic.List _Symbol = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(11, Name=@"Symbol", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Symbol { get { return _Symbol; } } private int _SymbolFlag = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"SymbolFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SymbolFlag { get { return _SymbolFlag; } set { _SymbolFlag = 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=@"ArrayGoodsQuote")] public partial class ArrayGoodsQuote : global::ProtoBuf.IExtensible { public ArrayGoodsQuote() {} private string _Symbol = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Symbol", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Symbol { get { return _Symbol; } set { _Symbol = value; } } private readonly global::System.Collections.Generic.List _PriceRecord = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"PriceRecord", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List PriceRecord { get { return _PriceRecord; } } 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=@"QueryMTPWareLastTikRsp_")] public partial class QueryMTPWareLastTikRsp_ : global::ProtoBuf.IExtensible { public QueryMTPWareLastTikRsp_() {} private int _ReckonType = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReckonType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReckonType { get { return _ReckonType; } set { _ReckonType = value; } } private int _Value = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Value { get { return _Value; } set { _Value = value; } } private readonly global::System.Collections.Generic.List _GoodsQuoteTiks = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"GoodsQuoteTiks", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List GoodsQuoteTiks { get { return _GoodsQuoteTiks; } } 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=@"QueryMTPWareLastTikRsp")] public partial class QueryMTPWareLastTikRsp : global::ProtoBuf.IExtensible { public QueryMTPWareLastTikRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 QueryRspPageInfo _PageInfo = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"QueryHistoryTikRep")] public partial class QueryHistoryTikRep : global::ProtoBuf.IExtensible { public QueryHistoryTikRep() {} private readonly global::System.Collections.Generic.List _PriceRecord = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"PriceRecord", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List PriceRecord { get { return _PriceRecord; } } 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=@"WareInfo")] public partial class WareInfo : global::ProtoBuf.IExtensible { public WareInfo() {} private int _ExchCode = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ExchCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExchCode { get { return _ExchCode; } set { _ExchCode = value; } } private string _Symbol = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Symbol", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Symbol { get { return _Symbol; } set { _Symbol = 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=@"DaysDataReq")] public partial class DaysDataReq : global::ProtoBuf.IExtensible { public DaysDataReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _wareInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"wareInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List wareInfo { get { return _wareInfo; } } 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=@"DaysData")] public partial class DaysData : global::ProtoBuf.IExtensible { public DaysData() {} private int _ExchCode = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ExchCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ExchCode { get { return _ExchCode; } set { _ExchCode = value; } } private string _Symbol = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Symbol", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Symbol { get { return _Symbol; } set { _Symbol = value; } } private string _Last = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Last", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Last { get { return _Last; } set { _Last = value; } } private string _LimitHigh = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LimitHigh", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LimitHigh { get { return _LimitHigh; } set { _LimitHigh = value; } } private string _LimitLow = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LimitLow", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LimitLow { get { return _LimitLow; } set { _LimitLow = 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=@"DaysDataRsp")] public partial class DaysDataRsp : global::ProtoBuf.IExtensible { public DaysDataRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _daysData = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"daysData", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List daysData { get { return _daysData; } } 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=@"SettlePriceReq")] public partial class SettlePriceReq : global::ProtoBuf.IExtensible { public SettlePriceReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _GoodsIds = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"GoodsIds", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List GoodsIds { get { return _GoodsIds; } } 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=@"SettlePrice")] public partial class SettlePrice : global::ProtoBuf.IExtensible { public SettlePrice() {} private int _GoodsId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"GoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int GoodsId { get { return _GoodsId; } set { _GoodsId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _Price; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Price { get { return _Price; } set { _Price = 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=@"SettlePriceRsp")] public partial class SettlePriceRsp : global::ProtoBuf.IExtensible { public SettlePriceRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _SettlePrices = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"SettlePrices", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List SettlePrices { get { return _SettlePrices; } } 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=@"Quotation")] public partial class Quotation : global::ProtoBuf.IExtensible { public Quotation() {} private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, 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 uint _QuoterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"QuoterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoterID { get { return _QuoterID; } set { _QuoterID = value; } } private ulong _Bid = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Bid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Bid { get { return _Bid; } set { _Bid = value; } } private ulong _Bid2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Bid2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Bid2 { get { return _Bid2; } set { _Bid2 = value; } } private ulong _Bid3 = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Bid3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Bid3 { get { return _Bid3; } set { _Bid3 = value; } } private ulong _Bid4 = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Bid4", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Bid4 { get { return _Bid4; } set { _Bid4 = value; } } private ulong _Bid5 = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Bid5", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Bid5 { get { return _Bid5; } set { _Bid5 = value; } } private long _BidVolume = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BidVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidVolume { get { return _BidVolume; } set { _BidVolume = value; } } private long _BidVolume2 = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BidVolume2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidVolume2 { get { return _BidVolume2; } set { _BidVolume2 = value; } } private long _BidVolume3 = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BidVolume3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidVolume3 { get { return _BidVolume3; } set { _BidVolume3 = value; } } private long _BidVolume4 = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BidVolume4", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidVolume4 { get { return _BidVolume4; } set { _BidVolume4 = value; } } private long _BidVolume5 = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BidVolume5", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidVolume5 { get { return _BidVolume5; } set { _BidVolume5 = value; } } private ulong _Ask = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"Ask", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Ask { get { return _Ask; } set { _Ask = value; } } private ulong _Ask2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Ask2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Ask2 { get { return _Ask2; } set { _Ask2 = value; } } private ulong _Ask3 = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"Ask3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Ask3 { get { return _Ask3; } set { _Ask3 = value; } } private ulong _Ask4 = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"Ask4", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Ask4 { get { return _Ask4; } set { _Ask4 = value; } } private ulong _Ask5 = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Ask5", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Ask5 { get { return _Ask5; } set { _Ask5 = value; } } private long _AskVolume = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"AskVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskVolume { get { return _AskVolume; } set { _AskVolume = value; } } private long _AskVolume2 = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"AskVolume2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskVolume2 { get { return _AskVolume2; } set { _AskVolume2 = value; } } private long _AskVolume3 = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"AskVolume3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskVolume3 { get { return _AskVolume3; } set { _AskVolume3 = value; } } private long _AskVolume4 = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"AskVolume4", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskVolume4 { get { return _AskVolume4; } set { _AskVolume4 = value; } } private long _AskVolume5 = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"AskVolume5", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskVolume5 { get { return _AskVolume5; } set { _AskVolume5 = value; } } private ulong _CallOptionPremiums = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"CallOptionPremiums", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CallOptionPremiums { get { return _CallOptionPremiums; } set { _CallOptionPremiums = value; } } private ulong _CallOptionPremiums2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"CallOptionPremiums2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CallOptionPremiums2 { get { return _CallOptionPremiums2; } set { _CallOptionPremiums2 = value; } } private ulong _CallOptionPremiums3 = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"CallOptionPremiums3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CallOptionPremiums3 { get { return _CallOptionPremiums3; } set { _CallOptionPremiums3 = value; } } private ulong _CallOptionPremiums4 = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"CallOptionPremiums4", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CallOptionPremiums4 { get { return _CallOptionPremiums4; } set { _CallOptionPremiums4 = value; } } private ulong _CallOptionPremiums5 = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"CallOptionPremiums5", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CallOptionPremiums5 { get { return _CallOptionPremiums5; } set { _CallOptionPremiums5 = value; } } private ulong _PutOptionPremiums = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"PutOptionPremiums", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PutOptionPremiums { get { return _PutOptionPremiums; } set { _PutOptionPremiums = value; } } private ulong _PutOptionPremiums2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"PutOptionPremiums2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PutOptionPremiums2 { get { return _PutOptionPremiums2; } set { _PutOptionPremiums2 = value; } } private ulong _PutOptionPremiums3 = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"PutOptionPremiums3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PutOptionPremiums3 { get { return _PutOptionPremiums3; } set { _PutOptionPremiums3 = value; } } private ulong _PutOptionPremiums4 = uint.MaxValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"PutOptionPremiums4", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PutOptionPremiums4 { get { return _PutOptionPremiums4; } set { _PutOptionPremiums4 = value; } } private ulong _PutOptionPremiums5 = uint.MaxValue; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"PutOptionPremiums5", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PutOptionPremiums5 { get { return _PutOptionPremiums5; } set { _PutOptionPremiums5 = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private ulong _VaildTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"VaildTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong VaildTime { get { return _VaildTime; } set { _VaildTime = value; } } private uint _QuoteMinValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(35, IsRequired = false, Name=@"QuoteMinValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteMinValue { get { return _QuoteMinValue; } set { _QuoteMinValue = value; } } private uint _QuoteMaxValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(36, IsRequired = false, Name=@"QuoteMaxValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteMaxValue { get { return _QuoteMaxValue; } set { _QuoteMaxValue = value; } } private ulong _ReckonPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(37, IsRequired = false, Name=@"ReckonPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReckonPrice { get { return _ReckonPrice; } set { _ReckonPrice = value; } } private ulong _Last = uint.MaxValue; [global::ProtoBuf.ProtoMember(38, IsRequired = false, Name=@"Last", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Last { get { return _Last; } set { _Last = value; } } private ulong _LastVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(39, IsRequired = false, Name=@"LastVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LastVolume { get { return _LastVolume; } set { _LastVolume = value; } } private ulong _TopBid = uint.MaxValue; [global::ProtoBuf.ProtoMember(40, IsRequired = false, Name=@"TopBid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TopBid { get { return _TopBid; } set { _TopBid = value; } } private ulong _BottomAsk = uint.MaxValue; [global::ProtoBuf.ProtoMember(41, IsRequired = false, Name=@"BottomAsk", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BottomAsk { get { return _BottomAsk; } set { _BottomAsk = value; } } private long _BidMove = int.MinValue; [global::ProtoBuf.ProtoMember(42, IsRequired = false, Name=@"BidMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidMove { get { return _BidMove; } set { _BidMove = value; } } private long _AskMove = int.MinValue; [global::ProtoBuf.ProtoMember(43, IsRequired = false, Name=@"AskMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskMove { get { return _AskMove; } set { _AskMove = value; } } private uint _QuoteSource = uint.MaxValue; [global::ProtoBuf.ProtoMember(44, IsRequired = false, Name=@"QuoteSource", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteSource { get { return _QuoteSource; } set { _QuoteSource = value; } } private double _PremiumRate = int.MinValue; [global::ProtoBuf.ProtoMember(45, IsRequired = false, Name=@"PremiumRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PremiumRate { get { return _PremiumRate; } set { _PremiumRate = value; } } private ulong _OptionAskVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(46, IsRequired = false, Name=@"OptionAskVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OptionAskVolume { get { return _OptionAskVolume; } set { _OptionAskVolume = 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=@"ReckonQuotation")] public partial class ReckonQuotation : global::ProtoBuf.IExtensible { public ReckonQuotation() {} private uint _MarketId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"MarketId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketId { get { return _MarketId; } set { _MarketId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private ulong _ReckonPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReckonPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReckonPrice { get { return _ReckonPrice; } set { _ReckonPrice = value; } } private ulong _PreReckonPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"PreReckonPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PreReckonPrice { get { return _PreReckonPrice; } set { _PreReckonPrice = value; } } private ulong _TotalHolderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TotalHolderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TotalHolderQty { get { return _TotalHolderQty; } set { _TotalHolderQty = value; } } private ulong _UpLimitPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UpLimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UpLimitPrice { get { return _UpLimitPrice; } set { _UpLimitPrice = value; } } private ulong _DnLimitPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DnLimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DnLimitPrice { get { return _DnLimitPrice; } set { _DnLimitPrice = 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=@"ReckonPriceQuote")] public partial class ReckonPriceQuote : global::ProtoBuf.IExtensible { public ReckonPriceQuote() {} private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private ulong _Last = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Last", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Last { get { return _Last; } set { _Last = value; } } private ulong _ReckonPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReckonPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReckonPrice { get { return _ReckonPrice; } set { _ReckonPrice = value; } } private ulong _PreReckonPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PreReckonPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PreReckonPrice { get { return _PreReckonPrice; } set { _PreReckonPrice = value; } } private ulong _HoldVolume = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"HoldVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong HoldVolume { get { return _HoldVolume; } set { _HoldVolume = value; } } private ulong _UpLimitPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"UpLimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UpLimitPrice { get { return _UpLimitPrice; } set { _UpLimitPrice = value; } } private ulong _DnLimitPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DnLimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DnLimitPrice { get { return _DnLimitPrice; } set { _DnLimitPrice = 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=@"PerformanceTradeApplyReq")] public partial class PerformanceTradeApplyReq : global::ProtoBuf.IExtensible { public PerformanceTradeApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private long _PerformancePlanTemplateID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PerformancePlanTemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PerformancePlanTemplateID { get { return _PerformancePlanTemplateID; } set { _PerformancePlanTemplateID = value; } } private uint _PerformanceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PerformanceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PerformanceType { get { return _PerformanceType; } set { _PerformanceType = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(6, 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 ulong _WRTradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRTradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeQty { get { return _WRTradeQty; } set { _WRTradeQty = value; } } private ulong _WRFreezeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"WRFreezeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFreezeQty { get { return _WRFreezeQty; } set { _WRFreezeQty = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = value; } } private ulong _WRTransferUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"WRTransferUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTransferUserID { get { return _WRTransferUserID; } set { _WRTransferUserID = value; } } private double _BuyerFreezeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BuyerFreezeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyerFreezeAmount { get { return _BuyerFreezeAmount; } set { _BuyerFreezeAmount = value; } } private double _SellerFreezeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"SellerFreezeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellerFreezeAmount { get { return _SellerFreezeAmount; } set { _SellerFreezeAmount = value; } } private string _ShipRemark = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ShipRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ShipRemark { get { return _ShipRemark; } set { _ShipRemark = value; } } private string _BuyerInfo = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"BuyerInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BuyerInfo { get { return _BuyerInfo; } set { _BuyerInfo = value; } } private string _SellerInfo = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"SellerInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SellerInfo { get { return _SellerInfo; } set { _SellerInfo = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private ulong _contractid = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"contractid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong contractid { get { return _contractid; } set { _contractid = 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=@"PerformanceTradeApplyRsp")] public partial class PerformanceTradeApplyRsp : global::ProtoBuf.IExtensible { public PerformanceTradeApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"PerformanceManualConfirmReq")] public partial class PerformanceManualConfirmReq : global::ProtoBuf.IExtensible { public PerformanceManualConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _PerformancePlanStepID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PerformancePlanStepID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanStepID { get { return _PerformancePlanStepID; } set { _PerformancePlanStepID = value; } } private double _OverShortAmount = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OverShortAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OverShortAmount { get { return _OverShortAmount; } set { _OverShortAmount = value; } } private uint _PerformanceExecuteSide = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformanceExecuteSide", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PerformanceExecuteSide { get { return _PerformanceExecuteSide; } set { _PerformanceExecuteSide = value; } } private string _StepRemark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"StepRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StepRemark { get { return _StepRemark; } set { _StepRemark = value; } } private double _OverShortQty = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OverShortQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OverShortQty { get { return _OverShortQty; } set { _OverShortQty = value; } } private double _ExpressFee = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExpressFee", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExpressFee { get { return _ExpressFee; } set { _ExpressFee = 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=@"PerformanceManualConfirmRsp")] public partial class PerformanceManualConfirmRsp : global::ProtoBuf.IExtensible { public PerformanceManualConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _PerformancePlanStepID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanStepID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanStepID { get { return _PerformancePlanStepID; } set { _PerformancePlanStepID = 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=@"PerformanceDelayApplyReq")] public partial class PerformanceDelayApplyReq : global::ProtoBuf.IExtensible { public PerformanceDelayApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _PerformancePlanStepID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PerformancePlanStepID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanStepID { get { return _PerformancePlanStepID; } set { _PerformancePlanStepID = value; } } private uint _delaydays = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"delaydays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint delaydays { get { return _delaydays; } set { _delaydays = value; } } private ulong _applicant = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"applicant", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong applicant { get { return _applicant; } set { _applicant = value; } } private string _applyremark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"applyremark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string applyremark { get { return _applyremark; } set { _applyremark = 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=@"PerformanceDelayApplyRsp")] public partial class PerformanceDelayApplyRsp : global::ProtoBuf.IExtensible { public PerformanceDelayApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _PerformancePlanStepID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanStepID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanStepID { get { return _PerformancePlanStepID; } set { _PerformancePlanStepID = value; } } private ulong _applicant = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"applicant", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong applicant { get { return _applicant; } set { _applicant = 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=@"PerformanceDelayAuditReq")] public partial class PerformanceDelayAuditReq : global::ProtoBuf.IExtensible { public PerformanceDelayAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _PerformancePlanStepID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PerformancePlanStepID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanStepID { get { return _PerformancePlanStepID; } set { _PerformancePlanStepID = value; } } private uint _delaystatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"delaystatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint delaystatus { get { return _delaystatus; } set { _delaystatus = value; } } private ulong _auditor = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"auditor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong auditor { get { return _auditor; } set { _auditor = value; } } private string _auditremark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"auditremark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string auditremark { get { return _auditremark; } set { _auditremark = value; } } private ulong _AutoID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AutoID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AutoID { get { return _AutoID; } set { _AutoID = 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=@"PerformanceDelayAuditRsp")] public partial class PerformanceDelayAuditRsp : global::ProtoBuf.IExtensible { public PerformanceDelayAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _PerformancePlanStepID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanStepID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanStepID { get { return _PerformancePlanStepID; } set { _PerformancePlanStepID = value; } } private ulong _auditor = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"auditor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong auditor { get { return _auditor; } set { _auditor = 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=@"PerformanceContractedApplyReq")] public partial class PerformanceContractedApplyReq : global::ProtoBuf.IExtensible { public PerformanceContractedApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private uint _BreachType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BreachType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BreachType { get { return _BreachType; } set { _BreachType = value; } } private ulong _Applicant = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Applicant", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Applicant { get { return _Applicant; } set { _Applicant = value; } } private string _ApplyRemark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ApplyRemark { get { return _ApplyRemark; } set { _ApplyRemark = value; } } private string _Attachment = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Attachment", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Attachment { get { return _Attachment; } set { _Attachment = 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=@"PerformanceContractedApplyRsp")] public partial class PerformanceContractedApplyRsp : global::ProtoBuf.IExtensible { public PerformanceContractedApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = 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=@"PerformanceContractedAuditReq")] public partial class PerformanceContractedAuditReq : global::ProtoBuf.IExtensible { public PerformanceContractedAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _BreachApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BreachApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BreachApplyID { get { return _BreachApplyID; } set { _BreachApplyID = value; } } private uint _BreachStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BreachStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BreachStatus { get { return _BreachStatus; } set { _BreachStatus = value; } } private ulong _Auditor = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Auditor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Auditor { get { return _Auditor; } set { _Auditor = value; } } private uint _BreachType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BreachType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BreachType { get { return _BreachType; } set { _BreachType = value; } } private string _AuditRemark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AuditRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditRemark { get { return _AuditRemark; } set { _AuditRemark = 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=@"PerformanceContractedAuditRsp")] public partial class PerformanceContractedAuditRsp : global::ProtoBuf.IExtensible { public PerformanceContractedAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _BreachApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BreachApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BreachApplyID { get { return _BreachApplyID; } set { _BreachApplyID = 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=@"PerformanceContractedConfirmReq")] public partial class PerformanceContractedConfirmReq : global::ProtoBuf.IExtensible { public PerformanceContractedConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _BreachApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BreachApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BreachApplyID { get { return _BreachApplyID; } set { _BreachApplyID = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = value; } } private double _BuyAmount = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyAmount { get { return _BuyAmount; } set { _BuyAmount = value; } } private double _SellAmount = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SellAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellAmount { get { return _SellAmount; } set { _SellAmount = value; } } private double _ExchangeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExchangeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchangeAmount { get { return _ExchangeAmount; } set { _ExchangeAmount = 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=@"PerformanceContractedConfirmRsp")] public partial class PerformanceContractedConfirmRsp : global::ProtoBuf.IExtensible { public PerformanceContractedConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _BreachApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BreachApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BreachApplyID { get { return _BreachApplyID; } set { _BreachApplyID = 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=@"PerformanceModifyContactReq")] public partial class PerformanceModifyContactReq : global::ProtoBuf.IExtensible { public PerformanceModifyContactReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _ContactInfo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ContactInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactInfo { get { return _ContactInfo; } set { _ContactInfo = 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=@"PerformanceModifyContactRsp")] public partial class PerformanceModifyContactRsp : global::ProtoBuf.IExtensible { public PerformanceModifyContactRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"PerformanceTradeContractReq")] public partial class PerformanceTradeContractReq : global::ProtoBuf.IExtensible { public PerformanceTradeContractReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WRTradeDetailID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WRTradeDetailID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeDetailID { get { return _WRTradeDetailID; } set { _WRTradeDetailID = value; } } private ulong _WRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeOrderID { get { return _WRTradeOrderID; } set { _WRTradeOrderID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private double _TradePrice = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradePrice { get { return _TradePrice; } set { _TradePrice = value; } } private ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = value; } } private double _TradeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(12, 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 ulong _RealTradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"RealTradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RealTradeQty { get { return _RealTradeQty; } set { _RealTradeQty = value; } } private double _RealTradeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"RealTradeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RealTradeAmount { get { return _RealTradeAmount; } set { _RealTradeAmount = value; } } private double _PerformanceAmount = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"PerformanceAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PerformanceAmount { get { return _PerformanceAmount; } set { _PerformanceAmount = value; } } private long _PerformancePlanTemplateID = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"PerformancePlanTemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PerformancePlanTemplateID { get { return _PerformancePlanTemplateID; } set { _PerformancePlanTemplateID = value; } } private string _Attachment1 = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Attachment1", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Attachment1 { get { return _Attachment1; } set { _Attachment1 = value; } } private string _Attachment2 = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"Attachment2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Attachment2 { get { return _Attachment2; } set { _Attachment2 = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private uint _PerformanceWay = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"PerformanceWay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PerformanceWay { get { return _PerformanceWay; } set { _PerformanceWay = value; } } private double _BuyReleaseRatio = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"BuyReleaseRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyReleaseRatio { get { return _BuyReleaseRatio; } set { _BuyReleaseRatio = value; } } private double _SellReleaseRatio = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"SellReleaseRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellReleaseRatio { get { return _SellReleaseRatio; } set { _SellReleaseRatio = value; } } private uint _ExecuteMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ExecuteMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExecuteMode { get { return _ExecuteMode; } set { _ExecuteMode = value; } } private uint _ExecuteSide = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ExecuteSide", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExecuteSide { get { return _ExecuteSide; } set { _ExecuteSide = value; } } private uint _PerformanceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"PerformanceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PerformanceType { get { return _PerformanceType; } set { _PerformanceType = value; } } private double _BuyFreezeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"BuyFreezeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyFreezeAmount { get { return _BuyFreezeAmount; } set { _BuyFreezeAmount = value; } } private double _SellFreezeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"SellFreezeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellFreezeAmount { get { return _SellFreezeAmount; } set { _SellFreezeAmount = value; } } private uint _MinQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"MinQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MinQty { get { return _MinQty; } set { _MinQty = value; } } private uint _HoldDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"HoldDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HoldDays { get { return _HoldDays; } set { _HoldDays = 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=@"PerformanceTradeContractRsp")] public partial class PerformanceTradeContractRsp : global::ProtoBuf.IExtensible { public PerformanceTradeContractRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _WRTradeDetailID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WRTradeDetailID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeDetailID { get { return _WRTradeDetailID; } set { _WRTradeDetailID = value; } } private ulong _WRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeOrderID { get { return _WRTradeOrderID; } set { _WRTradeOrderID = value; } } private ulong _ContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractID { get { return _ContractID; } set { _ContractID = 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=@"PerformanceExecuteContractReq")] public partial class PerformanceExecuteContractReq : global::ProtoBuf.IExtensible { public PerformanceExecuteContractReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractID { get { return _ContractID; } set { _ContractID = value; } } private ulong _ExecuteQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExecuteQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExecuteQty { get { return _ExecuteQty; } set { _ExecuteQty = value; } } private uint _ApplyExecuteSide = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyExecuteSide", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ApplyExecuteSide { get { return _ApplyExecuteSide; } set { _ApplyExecuteSide = 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=@"PerformanceExecuteContractRsp")] public partial class PerformanceExecuteContractRsp : global::ProtoBuf.IExtensible { public PerformanceExecuteContractRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractID { get { return _ContractID; } set { _ContractID = value; } } private ulong _PerformancePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"PerformancePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PerformancePlanID { get { return _PerformancePlanID; } set { _PerformancePlanID = 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=@"ReceiptMoveReq")] public partial class ReceiptMoveReq : global::ProtoBuf.IExtensible { public ReceiptMoveReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _BuyUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyUserID { get { return _BuyUserID; } set { _BuyUserID = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private uint _SellUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SellUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellUserID { get { return _SellUserID; } set { _SellUserID = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private ulong _WRPos = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"WRPos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRPos { get { return _WRPos; } set { _WRPos = value; } } private int _IsFrozen = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"IsFrozen", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsFrozen { get { return _IsFrozen; } set { _IsFrozen = 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=@"ReceiptMoveRsp")] public partial class ReceiptMoveRsp : global::ProtoBuf.IExtensible { public ReceiptMoveRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = 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=@"WarehouseSiteReq")] public partial class WarehouseSiteReq : global::ProtoBuf.IExtensible { public WarehouseSiteReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private readonly global::System.Collections.Generic.List _WRHoldIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"WRHoldIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List WRHoldIDs { get { return _WRHoldIDs; } } private ulong _WrID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WrID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WrID { get { return _WrID; } set { _WrID = value; } } private int _SourceStatus = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SourceStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SourceStatus { get { return _SourceStatus; } set { _SourceStatus = value; } } private int _OperationType = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OperationType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int OperationType { get { return _OperationType; } set { _OperationType = 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=@"WarehouseSiteRsp")] public partial class WarehouseSiteRsp : global::ProtoBuf.IExtensible { public WarehouseSiteRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private int _OperationType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OperationType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int OperationType { get { return _OperationType; } set { _OperationType = 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=@"WRCommon")] public partial class WRCommon : global::ProtoBuf.IExtensible { public WRCommon() {} private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private ulong _BusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BusinessID { get { return _BusinessID; } set { _BusinessID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"ReceiptSplitReq")] public partial class ReceiptSplitReq : global::ProtoBuf.IExtensible { public ReceiptSplitReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = value; } } private uint _BrandId = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BrandId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandId { get { return _BrandId; } set { _BrandId = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private int _PosType = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"PosType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PosType { get { return _PosType; } set { _PosType = value; } } private ulong _PosQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"PosQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PosQty { get { return _PosQty; } set { _PosQty = value; } } private int _IsFrozen = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"IsFrozen", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsFrozen { get { return _IsFrozen; } set { _IsFrozen = value; } } private int _WRTradeType = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"WRTradeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WRTradeType { get { return _WRTradeType; } set { _WRTradeType = 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=@"ReceiptSplitRsp")] public partial class ReceiptSplitRsp : global::ProtoBuf.IExtensible { public ReceiptSplitRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private double _RealQty = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RealQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RealQty { get { return _RealQty; } set { _RealQty = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = 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=@"ReceiptToHoldApplyReq")] public partial class ReceiptToHoldApplyReq : global::ProtoBuf.IExtensible { public ReceiptToHoldApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = 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 uint _BrandId = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BrandId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandId { get { return _BrandId; } set { _BrandId = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private ulong _TransferQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TransferQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TransferQty { get { return _TransferQty; } set { _TransferQty = value; } } private ulong _RequestorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"RequestorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RequestorID { get { return _RequestorID; } set { _RequestorID = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"ReceiptToHoldApplyRsp")] public partial class ReceiptToHoldApplyRsp : global::ProtoBuf.IExtensible { public ReceiptToHoldApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"ReceiptToHoldVerifyReq")] public partial class ReceiptToHoldVerifyReq : global::ProtoBuf.IExtensible { public ReceiptToHoldVerifyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _RequestID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RequestID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RequestID { get { return _RequestID; } set { _RequestID = value; } } private int _IsPass = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"IsPass", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsPass { get { return _IsPass; } set { _IsPass = value; } } private ulong _AuditerID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AuditerID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AuditerID { get { return _AuditerID; } set { _AuditerID = value; } } private string _AuditDesc = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AuditDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditDesc { get { return _AuditDesc; } set { _AuditDesc = 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=@"ReceiptToHoldVerifyRsp")] public partial class ReceiptToHoldVerifyRsp : global::ProtoBuf.IExtensible { public ReceiptToHoldVerifyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"HoldToReceiptApplyReq")] public partial class HoldToReceiptApplyReq : global::ProtoBuf.IExtensible { public HoldToReceiptApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = 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 uint _BrandId = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BrandId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandId { get { return _BrandId; } set { _BrandId = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private ulong _TransferQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TransferQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TransferQty { get { return _TransferQty; } set { _TransferQty = value; } } private ulong _RequestorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"RequestorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RequestorID { get { return _RequestorID; } set { _RequestorID = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"HoldToReceiptApplyRsp")] public partial class HoldToReceiptApplyRsp : global::ProtoBuf.IExtensible { public HoldToReceiptApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"HoldToReceiptVerifyReq")] public partial class HoldToReceiptVerifyReq : global::ProtoBuf.IExtensible { public HoldToReceiptVerifyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _RequestID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RequestID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RequestID { get { return _RequestID; } set { _RequestID = value; } } private int _IsPass = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"IsPass", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsPass { get { return _IsPass; } set { _IsPass = value; } } private ulong _AuditerID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AuditerID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AuditerID { get { return _AuditerID; } set { _AuditerID = value; } } private string _AuditDesc = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AuditDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditDesc { get { return _AuditDesc; } set { _AuditDesc = 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=@"HoldToReceiptVerifyRsp")] public partial class HoldToReceiptVerifyRsp : global::ProtoBuf.IExtensible { public HoldToReceiptVerifyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"LadingApplyReq")] public partial class LadingApplyReq : global::ProtoBuf.IExtensible { public LadingApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private string _ReciverName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ReciverName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReciverName { get { return _ReciverName; } set { _ReciverName = value; } } private int _CardTypeID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CardTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CardTypeID { get { return _CardTypeID; } set { _CardTypeID = value; } } private string _CardNum = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = value; } } private string _PhoneNum = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PhoneNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PhoneNum { get { return _PhoneNum; } set { _PhoneNum = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private int _TakeMode = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _TakeRemark = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TakeRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TakeRemark { get { return _TakeRemark; } set { _TakeRemark = value; } } private readonly global::System.Collections.Generic.List _NonStandard = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(10, Name=@"NonStandard", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List NonStandard { get { return _NonStandard; } } private readonly global::System.Collections.Generic.List _LocationOpInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(11, Name=@"LocationOpInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List LocationOpInfo { get { return _LocationOpInfo; } } private int _WRTradeType = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"WRTradeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WRTradeType { get { return _WRTradeType; } set { _WRTradeType = value; } } private TakeDeliveryDistributeInfo _DistributeInfo = null; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DistributeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public TakeDeliveryDistributeInfo DistributeInfo { get { return _DistributeInfo; } set { _DistributeInfo = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"LadingApplyRsp")] public partial class LadingApplyRsp : global::ProtoBuf.IExtensible { public LadingApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"LadingVerifyReq")] public partial class LadingVerifyReq : global::ProtoBuf.IExtensible { public LadingVerifyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private readonly global::System.Collections.Generic.List _WRID = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List WRID { get { return _WRID; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = value; } } private int _IsPass = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"IsPass", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsPass { get { return _IsPass; } set { _IsPass = value; } } private ulong _Auditer = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Auditer", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Auditer { get { return _Auditer; } set { _Auditer = 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 _CheckRemark = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CheckRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CheckRemark { get { return _CheckRemark; } set { _CheckRemark = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private int _TakeMode = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"LadingVerifyRsp")] public partial class LadingVerifyRsp : global::ProtoBuf.IExtensible { public LadingVerifyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"ReceiptMoveToBuyerReq")] public partial class ReceiptMoveToBuyerReq : global::ProtoBuf.IExtensible { public ReceiptMoveToBuyerReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private ulong _WRPos = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRPos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRPos { get { return _WRPos; } set { _WRPos = value; } } private uint _SellerID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SellerID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellerID { get { return _SellerID; } set { _SellerID = 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=@"MergeWRHoldReq")] public partial class MergeWRHoldReq : global::ProtoBuf.IExtensible { public MergeWRHoldReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private int _Origin = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Origin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Origin { get { return _Origin; } set { _Origin = value; } } private readonly global::System.Collections.Generic.List _WRHoldIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"WRHoldIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List WRHoldIDs { get { return _WRHoldIDs; } } private ulong _SourceWRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SourceWRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SourceWRID { get { return _SourceWRID; } set { _SourceWRID = value; } } private ulong _ReceiptFactorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ReceiptFactorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiptFactorID { get { return _ReceiptFactorID; } set { _ReceiptFactorID = value; } } private ReceiptFactor _FactorInfo = null; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FactorInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ReceiptFactor FactorInfo { get { return _FactorInfo; } set { _FactorInfo = value; } } private int _PosNum = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PosNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PosNum { get { return _PosNum; } set { _PosNum = value; } } private int _LocationStatusSource = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"LocationStatusSource", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LocationStatusSource { get { return _LocationStatusSource; } set { _LocationStatusSource = value; } } private int _LocationStatusResult = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LocationStatusResult", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LocationStatusResult { get { return _LocationStatusResult; } set { _LocationStatusResult = value; } } private int _WRTradeType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"WRTradeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WRTradeType { get { return _WRTradeType; } set { _WRTradeType = 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=@"MergeWRHoldRsp")] public partial class MergeWRHoldRsp : global::ProtoBuf.IExtensible { public MergeWRHoldRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = 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=@"Deprecated_LocationUpdateReq")] public partial class Deprecated_LocationUpdateReq : global::ProtoBuf.IExtensible { public Deprecated_LocationUpdateReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private readonly global::System.Collections.Generic.List _LocationIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"LocationIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List LocationIDs { get { return _LocationIDs; } } private ulong _WrID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WrID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WrID { get { return _WrID; } set { _WrID = value; } } private int _SourceStatus = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SourceStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SourceStatus { get { return _SourceStatus; } set { _SourceStatus = value; } } private int _NewStatus = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NewStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int NewStatus { get { return _NewStatus; } set { _NewStatus = 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=@"Deprecated_LocationUpdateRsp")] public partial class Deprecated_LocationUpdateRsp : global::ProtoBuf.IExtensible { public Deprecated_LocationUpdateRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private int _SourceStatus = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SourceStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SourceStatus { get { return _SourceStatus; } set { _SourceStatus = value; } } private int _NewStatus = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NewStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int NewStatus { get { return _NewStatus; } set { _NewStatus = 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=@"WRHoldMoveReq")] public partial class WRHoldMoveReq : global::ProtoBuf.IExtensible { public WRHoldMoveReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DestUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DestUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DestUserID { get { return _DestUserID; } set { _DestUserID = value; } } private int _Origin = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Origin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Origin { get { return _Origin; } set { _Origin = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private ReceiptFactor _Factor = null; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Factor", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ReceiptFactor Factor { get { return _Factor; } set { _Factor = value; } } private ulong _FactorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FactorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong FactorID { get { return _FactorID; } set { _FactorID = value; } } private ulong _PosNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PosNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong PosNum { get { return _PosNum; } set { _PosNum = value; } } private int _LocationStatusSource = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"LocationStatusSource", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LocationStatusSource { get { return _LocationStatusSource; } set { _LocationStatusSource = value; } } private int _LocationStatusResult = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LocationStatusResult", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LocationStatusResult { get { return _LocationStatusResult; } set { _LocationStatusResult = value; } } private int _WRTradeType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"WRTradeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WRTradeType { get { return _WRTradeType; } set { _WRTradeType = 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=@"WRHoldMoveRsp")] public partial class WRHoldMoveRsp : global::ProtoBuf.IExtensible { public WRHoldMoveRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DestUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DestUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DestUserID { get { return _DestUserID; } set { _DestUserID = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = 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=@"WRLocationInfoEx")] public partial class WRLocationInfoEx : global::ProtoBuf.IExtensible { public WRLocationInfoEx() {} private uint _LocationUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"LocationUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint LocationUserID { get { return _LocationUserID; } set { _LocationUserID = value; } } private string _LocationCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LocationCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LocationCode { get { return _LocationCode; } set { _LocationCode = value; } } private double _RealQty = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RealQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RealQty { get { return _RealQty; } set { _RealQty = 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=@"LadingBillInfoEx")] public partial class LadingBillInfoEx : global::ProtoBuf.IExtensible { public LadingBillInfoEx() {} private string _LadingBillCode = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"LadingBillCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LadingBillCode { get { return _LadingBillCode; } set { _LadingBillCode = value; } } private uint _StoreUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"StoreUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StoreUserID { get { return _StoreUserID; } set { _StoreUserID = value; } } private ulong _LocationCount = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LocationCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LocationCount { get { return _LocationCount; } set { _LocationCount = value; } } private ulong _RealTotalQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RealTotalQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RealTotalQty { get { return _RealTotalQty; } set { _RealTotalQty = value; } } private string _StorageTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"StorageTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StorageTime { get { return _StorageTime; } set { _StorageTime = value; } } private string _RelatedPolicy = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RelatedPolicy", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RelatedPolicy { get { return _RelatedPolicy; } set { _RelatedPolicy = value; } } private string _PolicyDueTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PolicyDueTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PolicyDueTime { get { return _PolicyDueTime; } set { _PolicyDueTime = value; } } private int _PledgeStatus = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PledgeStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PledgeStatus { get { return _PledgeStatus; } set { _PledgeStatus = value; } } private string _PledgeRemark = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"PledgeRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PledgeRemark { get { return _PledgeRemark; } set { _PledgeRemark = value; } } private readonly global::System.Collections.Generic.List _WRLocation = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(10, Name=@"WRLocation", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List WRLocation { get { return _WRLocation; } } 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=@"WRInfoEx")] public partial class WRInfoEx : global::ProtoBuf.IExtensible { public WRInfoEx() {} private uint _WRUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"WRUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WRUserID { get { return _WRUserID; } set { _WRUserID = value; } } private int _WrType = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WrType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WrType { get { return _WrType; } set { _WrType = value; } } private string _WRFactorTypeName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRFactorTypeName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRFactorTypeName { get { return _WRFactorTypeName; } set { _WRFactorTypeName = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _MonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"MonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MonthID { get { return _MonthID; } set { _MonthID = value; } } private ulong _RegQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"RegQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RegQty { get { return _RegQty; } set { _RegQty = value; } } private readonly global::System.Collections.Generic.List _LadingBill = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(11, Name=@"LadingBill", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List LadingBill { get { return _LadingBill; } } private ulong _WRAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"WRAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRAccountID { get { return _WRAccountID; } set { _WRAccountID = 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=@"ReceiptRegisterSuccessReq")] public partial class ReceiptRegisterSuccessReq : global::ProtoBuf.IExtensible { public ReceiptRegisterSuccessReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _RegisterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RegisterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RegisterID { get { return _RegisterID; } set { _RegisterID = value; } } private WRInfoEx _WR = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WR", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRInfoEx WR { get { return _WR; } set { _WR = value; } } private int _WRTradeType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRTradeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int WRTradeType { get { return _WRTradeType; } set { _WRTradeType = value; } } private int _AuditID = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AuditID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AuditID { get { return _AuditID; } set { _AuditID = 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=@"ReceiptRegisterSuccessRsp")] public partial class ReceiptRegisterSuccessRsp : global::ProtoBuf.IExtensible { public ReceiptRegisterSuccessRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _RegisterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RegisterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RegisterID { get { return _RegisterID; } set { _RegisterID = 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=@"ReceiptFactor")] public partial class ReceiptFactor : global::ProtoBuf.IExtensible { public ReceiptFactor() {} private ulong _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = value; } } private uint _BrandId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BrandId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandId { get { return _BrandId; } set { _BrandId = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private ulong _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private string _WRFactorTypeName = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"WRFactorTypeName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRFactorTypeName { get { return _WRFactorTypeName; } set { _WRFactorTypeName = value; } } private ulong _WRStandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"WRStandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRStandardID { get { return _WRStandardID; } set { _WRStandardID = value; } } private string _WRStandardCode = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"WRStandardCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRStandardCode { get { return _WRStandardCode; } set { _WRStandardCode = value; } } private string _OptionCompare = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OptionCompare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OptionCompare { get { return _OptionCompare; } set { _OptionCompare = 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=@"NonStandardLading")] public partial class NonStandardLading : global::ProtoBuf.IExtensible { public NonStandardLading() {} private ReceiptFactor _factor = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"factor", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ReceiptFactor factor { get { return _factor; } set { _factor = value; } } private int _pos = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int pos { get { return _pos; } set { _pos = 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=@"LadingCancelReq")] public partial class LadingCancelReq : global::ProtoBuf.IExtensible { public LadingCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private int _TakeMode = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"LadingCancelRsp")] public partial class LadingCancelRsp : global::ProtoBuf.IExtensible { public LadingCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"ReceiptRegisterReq")] public partial class ReceiptRegisterReq : global::ProtoBuf.IExtensible { public ReceiptRegisterReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _deliverygoodsid = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"deliverygoodsid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint deliverygoodsid { get { return _deliverygoodsid; } set { _deliverygoodsid = value; } } private uint _brandid = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"brandid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint brandid { get { return _brandid; } set { _brandid = value; } } private uint _qualityid = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"qualityid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint qualityid { get { return _qualityid; } set { _qualityid = value; } } private uint _specid = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"specid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint specid { get { return _specid; } set { _specid = value; } } private uint _warehouseid = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"warehouseid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint warehouseid { get { return _warehouseid; } set { _warehouseid = value; } } private uint _deliverymonthid = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"deliverymonthid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint deliverymonthid { get { return _deliverymonthid; } set { _deliverymonthid = value; } } private int _wrtype = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"wrtype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int wrtype { get { return _wrtype; } set { _wrtype = value; } } private uint _wruserid = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"wruserid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint wruserid { get { return _wruserid; } set { _wruserid = value; } } private ulong _qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong qty { get { return _qty; } set { _qty = value; } } private readonly global::System.Collections.Generic.List _LadingBill = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(11, Name=@"LadingBill", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List LadingBill { get { return _LadingBill; } } private string _requestorid = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"requestorid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string requestorid { get { return _requestorid; } set { _requestorid = value; } } private ulong _accountid = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"accountid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong accountid { get { return _accountid; } set { _accountid = 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=@"ReceiptRegisterRsp")] public partial class ReceiptRegisterRsp : global::ProtoBuf.IExtensible { public ReceiptRegisterRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _WRRegisterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WRRegisterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRRegisterID { get { return _WRRegisterID; } set { _WRRegisterID = 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=@"DelReceiptRegisterReq")] public partial class DelReceiptRegisterReq : global::ProtoBuf.IExtensible { public DelReceiptRegisterReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WRRegisterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WRRegisterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRRegisterID { get { return _WRRegisterID; } set { _WRRegisterID = 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=@"DelReceiptRegisterRsp")] public partial class DelReceiptRegisterRsp : global::ProtoBuf.IExtensible { public DelReceiptRegisterRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"LocationOperateInfo")] public partial class LocationOperateInfo : global::ProtoBuf.IExtensible { public LocationOperateInfo() {} private ulong _LocationID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"LocationID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LocationID { get { return _LocationID; } set { _LocationID = value; } } private ulong _OperateQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OperateQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperateQty { get { return _OperateQty; } set { _OperateQty = 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=@"HoldToReceiptDelistReq")] public partial class HoldToReceiptDelistReq : global::ProtoBuf.IExtensible { public HoldToReceiptDelistReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 ulong _RequestorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RequestorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RequestorID { get { return _RequestorID; } set { _RequestorID = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"HoldToReceiptDelistRsp")] public partial class HoldToReceiptDelistRsp : global::ProtoBuf.IExtensible { public HoldToReceiptDelistRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"TakeDeliveryDistributeInfo")] public partial class TakeDeliveryDistributeInfo : global::ProtoBuf.IExtensible { public TakeDeliveryDistributeInfo() {} private int _LogisticsUserID = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"LogisticsUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LogisticsUserID { get { return _LogisticsUserID; } set { _LogisticsUserID = value; } } private ulong _LogisticAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LogisticAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogisticAccountID { get { return _LogisticAccountID; } set { _LogisticAccountID = value; } } private ulong _TakerAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TakerAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakerAccountID { get { return _TakerAccountID; } set { _TakerAccountID = value; } } private string _StartAddress = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"StartAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartAddress { get { return _StartAddress; } set { _StartAddress = value; } } private string _EndAddress = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"EndAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndAddress { get { return _EndAddress; } set { _EndAddress = value; } } private string _GoodsTypeName = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsTypeName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsTypeName { get { return _GoodsTypeName; } set { _GoodsTypeName = value; } } private int _TruckNum = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TruckNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TruckNum { get { return _TruckNum; } set { _TruckNum = value; } } private string _Contacts = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Contacts", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Contacts { get { return _Contacts; } set { _Contacts = value; } } private string _Phone = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Phone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Phone { get { return _Phone; } set { _Phone = value; } } private int _GoodsTypeCode = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"GoodsTypeCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int GoodsTypeCode { get { return _GoodsTypeCode; } set { _GoodsTypeCode = value; } } private string _ShowupTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ShowupTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ShowupTime { get { return _ShowupTime; } set { _ShowupTime = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"FreightRejectReq")] public partial class FreightRejectReq : global::ProtoBuf.IExtensible { public FreightRejectReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = 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=@"FreightRejectRsp")] public partial class FreightRejectRsp : global::ProtoBuf.IExtensible { public FreightRejectRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = 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=@"FreightConfirmReq")] public partial class FreightConfirmReq : global::ProtoBuf.IExtensible { public FreightConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private double _Freight = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Freight", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Freight { get { return _Freight; } set { _Freight = 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=@"FreightConfirmRsp")] public partial class FreightConfirmRsp : global::ProtoBuf.IExtensible { public FreightConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = 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=@"ReceiveConfirmReq")] public partial class ReceiveConfirmReq : global::ProtoBuf.IExtensible { public ReceiveConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private int _TakeMode = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"ReceiveConfirmRsp")] public partial class ReceiveConfirmRsp : global::ProtoBuf.IExtensible { public ReceiveConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"DeliveryDistributeInfoReq")] public partial class DeliveryDistributeInfoReq : global::ProtoBuf.IExtensible { public DeliveryDistributeInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = value; } } private int _EnterpriseID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"EnterpriseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int EnterpriseID { get { return _EnterpriseID; } set { _EnterpriseID = value; } } private string _EnterpriseName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"EnterpriseName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EnterpriseName { get { return _EnterpriseName; } set { _EnterpriseName = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private double _Freight = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Freight", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Freight { get { return _Freight; } set { _Freight = value; } } private TakeDeliveryDistributeInfo _DistributeInfo = null; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DistributeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public TakeDeliveryDistributeInfo DistributeInfo { get { return _DistributeInfo; } set { _DistributeInfo = 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=@"DeliveryDistributeInfoRsp")] public partial class DeliveryDistributeInfoRsp : global::ProtoBuf.IExtensible { public DeliveryDistributeInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private string _OutLogisticsID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OutLogisticsID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OutLogisticsID { get { return _OutLogisticsID; } set { _OutLogisticsID = 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=@"RetransmitDistributeReq")] public partial class RetransmitDistributeReq : global::ProtoBuf.IExtensible { public RetransmitDistributeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private int _TakeMode = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = value; } } private int _IsRetransmit = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"IsRetransmit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsRetransmit { get { return _IsRetransmit; } set { _IsRetransmit = 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=@"RetransmitDistributeRsp")] public partial class RetransmitDistributeRsp : global::ProtoBuf.IExtensible { public RetransmitDistributeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _DistributeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DistributeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistributeOrderID { get { return _DistributeOrderID; } set { _DistributeOrderID = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"TakePlanReq")] public partial class TakePlanReq : global::ProtoBuf.IExtensible { public TakePlanReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _TakePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TakePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakePlanID { get { return _TakePlanID; } set { _TakePlanID = value; } } private ulong _ContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractID { get { return _ContractID; } set { _ContractID = 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 uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _BuyUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BuyUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyUserID { get { return _BuyUserID; } set { _BuyUserID = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private uint _SellUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"SellUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellUserID { get { return _SellUserID; } set { _SellUserID = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private uint _TakeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"TakeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeQty { get { return _TakeQty; } set { _TakeQty = value; } } private uint _RealQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"RealQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RealQty { get { return _RealQty; } set { _RealQty = value; } } private string _PlanDate = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"PlanDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PlanDate { get { return _PlanDate; } set { _PlanDate = value; } } private uint _PlanDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"PlanDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PlanDays { get { return _PlanDays; } set { _PlanDays = value; } } private string _TakeAddress = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"TakeAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TakeAddress { get { return _TakeAddress; } set { _TakeAddress = value; } } private string _SellContact = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"SellContact", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SellContact { get { return _SellContact; } set { _SellContact = value; } } private string _SellContactPhoneNumber = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"SellContactPhoneNumber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SellContactPhoneNumber { get { return _SellContactPhoneNumber; } set { _SellContactPhoneNumber = value; } } private string _TrusteeName = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"TrusteeName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TrusteeName { get { return _TrusteeName; } set { _TrusteeName = value; } } private string _TrustPhoneNumber = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"TrustPhoneNumber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TrustPhoneNumber { get { return _TrustPhoneNumber; } set { _TrustPhoneNumber = value; } } private string _DeliveryPlace = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"DeliveryPlace", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryPlace { get { return _DeliveryPlace; } set { _DeliveryPlace = value; } } private string _BuyContact = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"BuyContact", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BuyContact { get { return _BuyContact; } set { _BuyContact = value; } } private string _BuyContactPhoneNumber = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"BuyContactPhoneNumber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BuyContactPhoneNumber { get { return _BuyContactPhoneNumber; } set { _BuyContactPhoneNumber = value; } } private uint _TakePlanMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"TakePlanMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakePlanMode { get { return _TakePlanMode; } set { _TakePlanMode = value; } } private uint _TakePlanStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"TakePlanStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakePlanStatus { get { return _TakePlanStatus; } set { _TakePlanStatus = value; } } private uint _HandleStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"HandleStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HandleStatus { get { return _HandleStatus; } set { _HandleStatus = value; } } private string _ApplyUserID = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"ApplyUserID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ApplyUserID { get { return _ApplyUserID; } set { _ApplyUserID = value; } } private string _AuditUserID = ""; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"AuditUserID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditUserID { get { return _AuditUserID; } set { _AuditUserID = value; } } private string _ApplyDate = ""; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"ApplyDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ApplyDate { get { return _ApplyDate; } set { _ApplyDate = value; } } private string _AuditDate = ""; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"AuditDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditDate { get { return _AuditDate; } set { _AuditDate = value; } } private string _AuditRemark = ""; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"AuditRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditRemark { get { return _AuditRemark; } set { _AuditRemark = 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=@"TakePlanRsp")] public partial class TakePlanRsp : global::ProtoBuf.IExtensible { public TakePlanRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _TakePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakePlanID { get { return _TakePlanID; } set { _TakePlanID = value; } } private ulong _ContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractID { get { return _ContractID; } set { _ContractID = 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=@"ReceiptInApplyRegisterReq")] public partial class ReceiptInApplyRegisterReq : global::ProtoBuf.IExtensible { public ReceiptInApplyRegisterReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _SecondAuditID2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SecondAuditID2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SecondAuditID2 { get { return _SecondAuditID2; } set { _SecondAuditID2 = value; } } private string _SecondRemark2 = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SecondRemark2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SecondRemark2 { get { return _SecondRemark2; } set { _SecondRemark2 = 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=@"ReceiptInApplyRegisterRsp")] public partial class ReceiptInApplyRegisterRsp : global::ProtoBuf.IExtensible { public ReceiptInApplyRegisterRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = 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=@"ReceiptOutInEx")] public partial class ReceiptOutInEx : global::ProtoBuf.IExtensible { public ReceiptOutInEx() {} private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private int _ApplyType = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ApplyType { get { return _ApplyType; } set { _ApplyType = value; } } private ulong _WRStandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRStandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRStandardID { get { return _WRStandardID; } set { _WRStandardID = value; } } private string _WRStandardCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WRStandardCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRStandardCode { get { return _WRStandardCode; } set { _WRStandardCode = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private int _DeliveryGoodsType = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryGoodsType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int DeliveryGoodsType { get { return _DeliveryGoodsType; } set { _DeliveryGoodsType = value; } } private ulong _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _AppointmentDate = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AppointmentDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppointmentDate { get { return _AppointmentDate; } set { _AppointmentDate = value; } } private int _AppointmentModel = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"AppointmentModel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AppointmentModel { get { return _AppointmentModel; } set { _AppointmentModel = value; } } private ulong _CountryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CountryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CountryID { get { return _CountryID; } set { _CountryID = value; } } private ulong _ProvinceID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ProvinceID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ProvinceID { get { return _ProvinceID; } set { _ProvinceID = value; } } private ulong _DistrictID = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"DistrictID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistrictID { get { return _DistrictID; } set { _DistrictID = value; } } private ulong _CityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"CityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CityID { get { return _CityID; } set { _CityID = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _ContactName = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ContactName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactName { get { return _ContactName; } set { _ContactName = value; } } private string _ContactNum = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ContactNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactNum { get { return _ContactNum; } set { _ContactNum = value; } } private string _AppointmentRemark = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"AppointmentRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppointmentRemark { get { return _AppointmentRemark; } set { _AppointmentRemark = value; } } private int _ApplyStatus = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"ApplyStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ApplyStatus { get { return _ApplyStatus; } set { _ApplyStatus = value; } } private ulong _CreatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"CreatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CreatorID { get { return _CreatorID; } set { _CreatorID = value; } } private ulong _InQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"InQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InQty { get { return _InQty; } set { _InQty = value; } } private ulong _ApplyStatus2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ApplyStatus2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyStatus2 { get { return _ApplyStatus2; } set { _ApplyStatus2 = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private ulong _InRealQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"InRealQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InRealQty { get { return _InRealQty; } set { _InRealQty = value; } } private ulong _InRealQty2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"InRealQty2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InRealQty2 { get { return _InRealQty2; } set { _InRealQty2 = value; } } private ulong _UnitID = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"UnitID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UnitID { get { return _UnitID; } set { _UnitID = value; } } private ulong _MiniValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"MiniValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MiniValue { get { return _MiniValue; } set { _MiniValue = value; } } private ulong _MiniValueDP = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"MiniValueDP", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MiniValueDP { get { return _MiniValueDP; } set { _MiniValueDP = value; } } private ulong _RealMiniValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"RealMiniValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RealMiniValue { get { return _RealMiniValue; } set { _RealMiniValue = value; } } private ulong _RealMiniValueDP = uint.MaxValue; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"RealMiniValueDP", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RealMiniValueDP { get { return _RealMiniValueDP; } set { _RealMiniValueDP = value; } } private readonly global::System.Collections.Generic.List _FDInfoEx = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(33, Name=@"FDInfoEx", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List FDInfoEx { get { return _FDInfoEx; } } private string _WRFactorTypeName = ""; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"WRFactorTypeName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRFactorTypeName { get { return _WRFactorTypeName; } set { _WRFactorTypeName = value; } } private string _OptionCompare = ""; [global::ProtoBuf.ProtoMember(35, IsRequired = false, Name=@"OptionCompare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OptionCompare { get { return _OptionCompare; } set { _OptionCompare = value; } } private ulong _SecondAuditID2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(36, IsRequired = false, Name=@"SecondAuditID2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SecondAuditID2 { get { return _SecondAuditID2; } set { _SecondAuditID2 = value; } } private string _SecondRemark2 = ""; [global::ProtoBuf.ProtoMember(37, IsRequired = false, Name=@"SecondRemark2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SecondRemark2 { get { return _SecondRemark2; } set { _SecondRemark2 = value; } } private string _InputNames = ""; [global::ProtoBuf.ProtoMember(38, IsRequired = false, Name=@"InputNames", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InputNames { get { return _InputNames; } set { _InputNames = value; } } private string _InputCompare = ""; [global::ProtoBuf.ProtoMember(39, IsRequired = false, Name=@"InputCompare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InputCompare { get { return _InputCompare; } set { _InputCompare = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(40, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(41, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = 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=@"FactoryDetailEx")] public partial class FactoryDetailEx : global::ProtoBuf.IExtensible { public FactoryDetailEx() {} private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _TypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TypeID { get { return _TypeID; } set { _TypeID = value; } } private string _TypeValue2 = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TypeValue2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TypeValue2 { get { return _TypeValue2; } set { _TypeValue2 = value; } } private int _OrderIndex = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int OrderIndex { get { return _OrderIndex; } set { _OrderIndex = value; } } private int _TypeMode = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TypeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TypeMode { get { return _TypeMode; } set { _TypeMode = value; } } private ulong _DGFactoryItemID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DGFactoryItemID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DGFactoryItemID { get { return _DGFactoryItemID; } set { _DGFactoryItemID = 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=@"ReceiptOutApplyReq")] public partial class ReceiptOutApplyReq : global::ProtoBuf.IExtensible { public ReceiptOutApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private ReceiptOutInEx _ReceiptOIExInfo = null; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReceiptOIExInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ReceiptOutInEx ReceiptOIExInfo { get { return _ReceiptOIExInfo; } set { _ReceiptOIExInfo = value; } } private readonly global::System.Collections.Generic.List _WROIDetailExInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"WROIDetailExInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List WROIDetailExInfo { get { return _WROIDetailExInfo; } } 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=@"ReceiptOutApplyRsp")] public partial class ReceiptOutApplyRsp : global::ProtoBuf.IExtensible { public ReceiptOutApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"WROutInDetailEx")] public partial class WROutInDetailEx : global::ProtoBuf.IExtensible { public WROutInDetailEx() {} private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _LadingBillID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LadingBillID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillID { get { return _LadingBillID; } set { _LadingBillID = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private ulong _OutQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OutQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OutQty { get { return _OutQty; } set { _OutQty = value; } } private ulong _CreatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CreatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CreatorID { get { return _CreatorID; } set { _CreatorID = value; } } private ulong _UpdatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UpdatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UpdatorID { get { return _UpdatorID; } set { _UpdatorID = 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=@"ReceiptOutApplyLogoutReq")] public partial class ReceiptOutApplyLogoutReq : global::ProtoBuf.IExtensible { public ReceiptOutApplyLogoutReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _SecondAuditID2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SecondAuditID2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SecondAuditID2 { get { return _SecondAuditID2; } set { _SecondAuditID2 = value; } } private string _SecondRemark2 = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SecondRemark2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SecondRemark2 { get { return _SecondRemark2; } set { _SecondRemark2 = 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=@"ReceiptOutApplyLogoutRsp")] public partial class ReceiptOutApplyLogoutRsp : global::ProtoBuf.IExtensible { public ReceiptOutApplyLogoutRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = 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=@"ReceiptAutoSplitReq")] public partial class ReceiptAutoSplitReq : global::ProtoBuf.IExtensible { public ReceiptAutoSplitReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _LadingBillID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LadingBillID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillID { get { return _LadingBillID; } set { _LadingBillID = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private int _RelatedType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RelatedType { get { return _RelatedType; } set { _RelatedType = value; } } private ulong _NewUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NewUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NewUserID { get { return _NewUserID; } set { _NewUserID = value; } } private ulong _NewAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"NewAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NewAccountID { get { return _NewAccountID; } set { _NewAccountID = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = 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=@"ReceiptAutoSplitRsp")] public partial class ReceiptAutoSplitRsp : global::ProtoBuf.IExtensible { public ReceiptAutoSplitRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = 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=@"ReceiptHoldMoveReq")] public partial class ReceiptHoldMoveReq : global::ProtoBuf.IExtensible { public ReceiptHoldMoveReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private ulong _NewUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"NewUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NewUserID { get { return _NewUserID; } set { _NewUserID = value; } } private ulong _NewAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"NewAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NewAccountID { get { return _NewAccountID; } set { _NewAccountID = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = 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=@"ReceiptHoldMoveRsp")] public partial class ReceiptHoldMoveRsp : global::ProtoBuf.IExtensible { public ReceiptHoldMoveRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = 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=@"WRSplitMergeApplyEx")] public partial class WRSplitMergeApplyEx : global::ProtoBuf.IExtensible { public WRSplitMergeApplyEx() {} private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private int _ApplyType = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ApplyType { get { return _ApplyType; } set { _ApplyType = value; } } private ulong _WRStandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRStandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRStandardID { get { return _WRStandardID; } set { _WRStandardID = value; } } private string _WRStandardCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WRStandardCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRStandardCode { get { return _WRStandardCode; } set { _WRStandardCode = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private int _DeliveryGoodsType = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DeliveryGoodsType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int DeliveryGoodsType { get { return _DeliveryGoodsType; } set { _DeliveryGoodsType = value; } } private ulong _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _AppointmentDate = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AppointmentDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppointmentDate { get { return _AppointmentDate; } set { _AppointmentDate = value; } } private int _AppointmentModel = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"AppointmentModel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AppointmentModel { get { return _AppointmentModel; } set { _AppointmentModel = value; } } private ulong _CountryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CountryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CountryID { get { return _CountryID; } set { _CountryID = value; } } private ulong _ProvinceID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ProvinceID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ProvinceID { get { return _ProvinceID; } set { _ProvinceID = value; } } private ulong _DistrictID = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"DistrictID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistrictID { get { return _DistrictID; } set { _DistrictID = value; } } private ulong _CityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"CityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CityID { get { return _CityID; } set { _CityID = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _ContactName = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ContactName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactName { get { return _ContactName; } set { _ContactName = value; } } private string _ContactNum = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ContactNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactNum { get { return _ContactNum; } set { _ContactNum = value; } } private string _AppointmentRemark = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"AppointmentRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AppointmentRemark { get { return _AppointmentRemark; } set { _AppointmentRemark = value; } } private int _ApplyStatus = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"ApplyStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ApplyStatus { get { return _ApplyStatus; } set { _ApplyStatus = value; } } private ulong _CreatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"CreatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CreatorID { get { return _CreatorID; } set { _CreatorID = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private ulong _SecondAuditID = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"SecondAuditID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SecondAuditID { get { return _SecondAuditID; } set { _SecondAuditID = value; } } private string _SecondRemark = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"SecondRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SecondRemark { get { return _SecondRemark; } set { _SecondRemark = value; } } private string _ClientTicket = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"ClientTicket", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientTicket { get { return _ClientTicket; } set { _ClientTicket = value; } } private ulong _LadingBillID = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"LadingBillID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillID { get { return _LadingBillID; } set { _LadingBillID = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private ulong _SplitNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"SplitNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SplitNum { get { return _SplitNum; } set { _SplitNum = value; } } private string _SplitQtys = ""; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"SplitQtys", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SplitQtys { get { return _SplitQtys; } set { _SplitQtys = 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=@"WRSplitMergeDetailEx")] public partial class WRSplitMergeDetailEx : global::ProtoBuf.IExtensible { public WRSplitMergeDetailEx() {} private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _LadingBillID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LadingBillID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillID { get { return _LadingBillID; } set { _LadingBillID = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = 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=@"ReceiptManualSplitReq")] public partial class ReceiptManualSplitReq : global::ProtoBuf.IExtensible { public ReceiptManualSplitReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _LadingBillID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LadingBillID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillID { get { return _LadingBillID; } set { _LadingBillID = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private int _SplitNum = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SplitNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SplitNum { get { return _SplitNum; } set { _SplitNum = value; } } private readonly global::System.Collections.Generic.List _SplitQty = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"SplitQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List SplitQty { get { return _SplitQty; } } private ulong _CreatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CreatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CreatorID { get { return _CreatorID; } set { _CreatorID = 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=@"ReceiptManualSplitRsp")] public partial class ReceiptManualSplitRsp : global::ProtoBuf.IExtensible { public ReceiptManualSplitRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"ReceiptManualSplitAuditReq")] public partial class ReceiptManualSplitAuditReq : global::ProtoBuf.IExtensible { public ReceiptManualSplitAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _SecondAuditID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SecondAuditID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SecondAuditID { get { return _SecondAuditID; } set { _SecondAuditID = value; } } private string _SecondRemark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SecondRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SecondRemark { get { return _SecondRemark; } set { _SecondRemark = 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=@"ReceiptManualSplitAuditRsp")] public partial class ReceiptManualSplitAuditRsp : global::ProtoBuf.IExtensible { public ReceiptManualSplitAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = 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=@"WRHoldLBEx")] public partial class WRHoldLBEx : global::ProtoBuf.IExtensible { public WRHoldLBEx() {} private ulong _LadingBillID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"LadingBillID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillID { get { return _LadingBillID; } set { _LadingBillID = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private ulong _FreezerQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"FreezerQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong FreezerQty { get { return _FreezerQty; } set { _FreezerQty = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _InputCompare = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"InputCompare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InputCompare { get { return _InputCompare; } set { _InputCompare = value; } } private string _OptionCompare = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OptionCompare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OptionCompare { get { return _OptionCompare; } set { _OptionCompare = value; } } private ulong _ReqFreezerQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ReqFreezerQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReqFreezerQty { get { return _ReqFreezerQty; } set { _ReqFreezerQty = value; } } private ulong _ParentSubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ParentSubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ParentSubNum { get { return _ParentSubNum; } set { _ParentSubNum = 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=@"ReceiptMergeReq")] public partial class ReceiptMergeReq : global::ProtoBuf.IExtensible { public ReceiptMergeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _CreatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CreatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CreatorID { get { return _CreatorID; } set { _CreatorID = value; } } private readonly global::System.Collections.Generic.List _WRHoldLBExInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"WRHoldLBExInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List WRHoldLBExInfos { get { return _WRHoldLBExInfos; } } 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=@"ReceiptMergeRsp")] public partial class ReceiptMergeRsp : global::ProtoBuf.IExtensible { public ReceiptMergeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"ReceiptMergeAuditReq")] public partial class ReceiptMergeAuditReq : global::ProtoBuf.IExtensible { public ReceiptMergeAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _LadingBillCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LadingBillCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LadingBillCode { get { return _LadingBillCode; } set { _LadingBillCode = value; } } private ulong _SecondAuditID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SecondAuditID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SecondAuditID { get { return _SecondAuditID; } set { _SecondAuditID = value; } } private string _SecondRemark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SecondRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SecondRemark { get { return _SecondRemark; } set { _SecondRemark = 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=@"ReceiptMergeAuditRsp")] public partial class ReceiptMergeAuditRsp : global::ProtoBuf.IExtensible { public ReceiptMergeAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = 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=@"DeliveryGoodsEx")] public partial class DeliveryGoodsEx : global::ProtoBuf.IExtensible { public DeliveryGoodsEx() {} private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private string _DeliveryGoodsCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryGoodsCode { get { return _DeliveryGoodsCode; } set { _DeliveryGoodsCode = value; } } private string _DeliveryGoodsName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryGoodsName { get { return _DeliveryGoodsName; } set { _DeliveryGoodsName = value; } } private int _GoodsUnitID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsUnitID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int GoodsUnitID { get { return _GoodsUnitID; } set { _GoodsUnitID = value; } } private int _DeliveryGoodsType = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DeliveryGoodsType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int DeliveryGoodsType { get { return _DeliveryGoodsType; } set { _DeliveryGoodsType = value; } } private ulong _StandardQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"StandardQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong StandardQty { get { return _StandardQty; } set { _StandardQty = value; } } private ulong _StandardQtyRange = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"StandardQtyRange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong StandardQtyRange { get { return _StandardQtyRange; } set { _StandardQtyRange = value; } } private int _AuditFlag = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AuditFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int AuditFlag { get { return _AuditFlag; } set { _AuditFlag = value; } } private ulong _AgreeUnit = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AgreeUnit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AgreeUnit { get { return _AgreeUnit; } set { _AgreeUnit = value; } } private ulong _QtyDecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"QtyDecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QtyDecimalPlace { get { return _QtyDecimalPlace; } set { _QtyDecimalPlace = value; } } private ulong _CategoryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CategoryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CategoryID { get { return _CategoryID; } set { _CategoryID = value; } } private ulong _DGStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"DGStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DGStatus { get { return _DGStatus; } set { _DGStatus = 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=@"WRLadingBillEx")] public partial class WRLadingBillEx : global::ProtoBuf.IExtensible { public WRLadingBillEx() {} private ulong _LadingBillID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"LadingBillID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillID { get { return _LadingBillID; } set { _LadingBillID = value; } } private string _LadingBillCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LadingBillCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LadingBillCode { get { return _LadingBillCode; } set { _LadingBillCode = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _LocationCount = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LocationCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LocationCount { get { return _LocationCount; } set { _LocationCount = value; } } private ulong _TotalQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TotalQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TotalQty { get { return _TotalQty; } set { _TotalQty = value; } } private string _RelatedPolicy = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RelatedPolicy", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RelatedPolicy { get { return _RelatedPolicy; } set { _RelatedPolicy = value; } } private string _PolicyDueTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PolicyDueTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PolicyDueTime { get { return _PolicyDueTime; } set { _PolicyDueTime = value; } } private int _PledgeStatus = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PledgeStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PledgeStatus { get { return _PledgeStatus; } set { _PledgeStatus = value; } } private string _PledgeRemark = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"PledgeRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PledgeRemark { get { return _PledgeRemark; } set { _PledgeRemark = value; } } private ulong _SplitNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"SplitNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SplitNum { get { return _SplitNum; } set { _SplitNum = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private ulong _CurUsedNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CurUsedNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CurUsedNum { get { return _CurUsedNum; } set { _CurUsedNum = value; } } private int _LBStatus = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"LBStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LBStatus { get { return _LBStatus; } set { _LBStatus = value; } } private string _InputNames = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"InputNames", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InputNames { get { return _InputNames; } set { _InputNames = value; } } private string _InputCompare = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"InputCompare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InputCompare { get { return _InputCompare; } set { _InputCompare = value; } } private ulong _WRStandardID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"WRStandardID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRStandardID { get { return _WRStandardID; } set { _WRStandardID = value; } } private string _WRStandardCode = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"WRStandardCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRStandardCode { get { return _WRStandardCode; } set { _WRStandardCode = 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=@"WRChangeDetailEx")] public partial class WRChangeDetailEx : global::ProtoBuf.IExtensible { public WRChangeDetailEx() {} private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private int _ChangeType = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeType { get { return _ChangeType; } set { _ChangeType = value; } } private ulong _LadingBillID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LadingBillID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillID { get { return _LadingBillID; } set { _LadingBillID = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private ulong _RemainQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"RemainQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RemainQty { get { return _RemainQty; } set { _RemainQty = 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=@"WarehouseRecieptEx")] public partial class WarehouseRecieptEx : global::ProtoBuf.IExtensible { public WarehouseRecieptEx() {} private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = value; } } private ulong _WRUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WRUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRUserID { get { return _WRUserID; } set { _WRUserID = value; } } private ulong _WRType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRType { get { return _WRType; } set { _WRType = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private ulong _GoodsUnitID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsUnitID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsUnitID { get { return _GoodsUnitID; } set { _GoodsUnitID = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private int _RelatedType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"RelatedType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RelatedType { get { return _RelatedType; } set { _RelatedType = value; } } private ulong _NewUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"NewUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NewUserID { get { return _NewUserID; } set { _NewUserID = value; } } private ulong _NewAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"NewAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong NewAccountID { get { return _NewAccountID; } set { _NewAccountID = 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=@"ReceiptFreezeHoldLBReq")] public partial class ReceiptFreezeHoldLBReq : global::ProtoBuf.IExtensible { public ReceiptFreezeHoldLBReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private readonly global::System.Collections.Generic.List _WRHoldLBExInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"WRHoldLBExInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List WRHoldLBExInfos { get { return _WRHoldLBExInfos; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private int _RelatedType = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RelatedType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RelatedType { get { return _RelatedType; } set { _RelatedType = 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=@"ReceiptFreezeHoldLBRsp")] public partial class ReceiptFreezeHoldLBRsp : global::ProtoBuf.IExtensible { public ReceiptFreezeHoldLBRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = 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=@"WRBusinessLogEx")] public partial class WRBusinessLogEx : global::ProtoBuf.IExtensible { public WRBusinessLogEx() {} private ulong _BusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"BusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BusinessID { get { return _BusinessID; } set { _BusinessID = value; } } private ulong _RelateID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelateID { get { return _RelateID; } set { _RelateID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private int _SrcFuncID = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SrcFuncID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SrcFuncID { get { return _SrcFuncID; } set { _SrcFuncID = value; } } private string _LogTopic = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"LogTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LogTopic { get { return _LogTopic; } set { _LogTopic = value; } } private ulong _LogFuncID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"LogFuncID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogFuncID { get { return _LogFuncID; } set { _LogFuncID = value; } } private int _SessionID = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SessionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SessionID { get { return _SessionID; } set { _SessionID = value; } } private ulong _LogProtoSize = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"LogProtoSize", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogProtoSize { get { return _LogProtoSize; } set { _LogProtoSize = value; } } private string _LogProtoString = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LogProtoString", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LogProtoString { get { return _LogProtoString; } set { _LogProtoString = value; } } private string _LogProtoClob = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"LogProtoClob", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LogProtoClob { get { return _LogProtoClob; } set { _LogProtoClob = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private int _SendType = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"SendType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SendType { get { return _SendType; } set { _SendType = 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=@"ReceiptUnFreezeReq")] public partial class ReceiptUnFreezeReq : global::ProtoBuf.IExtensible { public ReceiptUnFreezeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = 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=@"ReceiptUnFreezeRsp")] public partial class ReceiptUnFreezeRsp : global::ProtoBuf.IExtensible { public ReceiptUnFreezeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRCommon Common { get { return _Common; } set { _Common = 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=@"WRGoodsInfo")] public partial class WRGoodsInfo : global::ProtoBuf.IExtensible { public WRGoodsInfo() {} private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, 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 string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private double _PriceFactor = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PriceFactor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceFactor { get { return _PriceFactor; } set { _PriceFactor = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private double _WeightRatio = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WeightRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WeightRatio { get { return _WeightRatio; } set { _WeightRatio = 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=@"WRListingOrderReq")] public partial class WRListingOrderReq : global::ProtoBuf.IExtensible { public WRListingOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _IsSpecified = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"IsSpecified", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsSpecified { get { return _IsSpecified; } set { _IsSpecified = value; } } private readonly global::System.Collections.Generic.List _MatchUserIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"MatchUserIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List MatchUserIDs { get { return _MatchUserIDs; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private uint _WRPriceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"WRPriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WRPriceType { get { return _WRPriceType; } set { _WRPriceType = value; } } private double _FixedPrice = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"FixedPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FixedPrice { get { return _FixedPrice; } set { _FixedPrice = value; } } private readonly global::System.Collections.Generic.List _WRTradeGoods = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(15, Name=@"WRTradeGoods", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List WRTradeGoods { get { return _WRTradeGoods; } } private double _PriceFactor = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"PriceFactor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceFactor { get { return _PriceFactor; } set { _PriceFactor = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private uint _TimevalidType = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"TimevalidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TimevalidType { get { return _TimevalidType; } set { _TimevalidType = value; } } private string _ValidTime = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ValidTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidTime { get { return _ValidTime; } set { _ValidTime = value; } } private double _FirstRatio = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"FirstRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FirstRatio { get { return _FirstRatio; } set { _FirstRatio = value; } } private long _PerformanceTemplateID = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"PerformanceTemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PerformanceTemplateID { get { return _PerformanceTemplateID; } set { _PerformanceTemplateID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _PriceDisplayMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"PriceDisplayMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceDisplayMode { get { return _PriceDisplayMode; } set { _PriceDisplayMode = value; } } private uint _CanBargain = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"CanBargain", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CanBargain { get { return _CanBargain; } set { _CanBargain = value; } } private string _Attachment1 = ""; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"Attachment1", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Attachment1 { get { return _Attachment1; } set { _Attachment1 = value; } } private string _Attachment2 = ""; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"Attachment2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Attachment2 { get { return _Attachment2; } set { _Attachment2 = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"WRListingOrderRsp")] public partial class WRListingOrderRsp : global::ProtoBuf.IExtensible { public WRListingOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _WRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeOrderID { get { return _WRTradeOrderID; } set { _WRTradeOrderID = value; } } private ulong _FreezeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FreezeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong FreezeQty { get { return _FreezeQty; } set { _FreezeQty = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"WRListingCancelOrderReq")] public partial class WRListingCancelOrderReq : global::ProtoBuf.IExtensible { public WRListingCancelOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _OldWRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OldWRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OldWRTradeOrderID { get { return _OldWRTradeOrderID; } set { _OldWRTradeOrderID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _WRID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"WRID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRID { get { return _WRID; } set { _WRID = 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=@"WRListingCancelOrderRsp")] public partial class WRListingCancelOrderRsp : global::ProtoBuf.IExtensible { public WRListingCancelOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _WRTradeCancelID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WRTradeCancelID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeCancelID { get { return _WRTradeCancelID; } set { _WRTradeCancelID = value; } } private ulong _OldWRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OldWRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OldWRTradeOrderID { get { return _OldWRTradeOrderID; } set { _OldWRTradeOrderID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _CancelQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CancelQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CancelQty { get { return _CancelQty; } set { _CancelQty = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"WRDelistingOrderReq")] public partial class WRDelistingOrderReq : global::ProtoBuf.IExtensible { public WRDelistingOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _RelatedWRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedWRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedWRTradeOrderID { get { return _RelatedWRTradeOrderID; } set { _RelatedWRTradeOrderID = value; } } private uint _WRTransferUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRTransferUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WRTransferUserID { get { return _WRTransferUserID; } set { _WRTransferUserID = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"WRDelistingOrderRsp")] public partial class WRDelistingOrderRsp : global::ProtoBuf.IExtensible { public WRDelistingOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _WRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeOrderID { get { return _WRTradeOrderID; } set { _WRTradeOrderID = value; } } private ulong _RelatedWRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RelatedWRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedWRTradeOrderID { get { return _RelatedWRTradeOrderID; } set { _RelatedWRTradeOrderID = value; } } private double _FreezeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FreezeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeAmount { get { return _FreezeAmount; } set { _FreezeAmount = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"WRChangeListingMatchDetailReq")] public partial class WRChangeListingMatchDetailReq : global::ProtoBuf.IExtensible { public WRChangeListingMatchDetailReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _RelatedWRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RelatedWRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedWRTradeOrderID { get { return _RelatedWRTradeOrderID; } set { _RelatedWRTradeOrderID = value; } } private readonly global::System.Collections.Generic.List _MatchUserIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"MatchUserIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List MatchUserIDs { get { return _MatchUserIDs; } } 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=@"WRManageProtoOrderReq")] public partial class WRManageProtoOrderReq : global::ProtoBuf.IExtensible { public WRManageProtoOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _WRBargainID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRBargainID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRBargainID { get { return _WRBargainID; } set { _WRBargainID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _ApplyPrice = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyPrice", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ApplyPrice { get { return _ApplyPrice; } set { _ApplyPrice = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _WRTransferUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRTransferUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WRTransferUserID { get { return _WRTransferUserID; } set { _WRTransferUserID = value; } } private ulong _ApplyQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ApplyQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyQty { get { return _ApplyQty; } set { _ApplyQty = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = 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=@"WRManageProtoOrderRsp")] public partial class WRManageProtoOrderRsp : global::ProtoBuf.IExtensible { public WRManageProtoOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _WRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeOrderID { get { return _WRTradeOrderID; } set { _WRTradeOrderID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"ListingStockSaleReq")] public partial class ListingStockSaleReq : global::ProtoBuf.IExtensible { public ListingStockSaleReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = 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=@"ListingStockSaleRsp")] public partial class ListingStockSaleRsp : global::ProtoBuf.IExtensible { public ListingStockSaleRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"ListingStockTakeReq")] public partial class ListingStockTakeReq : global::ProtoBuf.IExtensible { public ListingStockTakeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = 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=@"ListingStockTakeRsp")] public partial class ListingStockTakeRsp : global::ProtoBuf.IExtensible { public ListingStockTakeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"HdWROrderReq")] public partial class HdWROrderReq : global::ProtoBuf.IExtensible { public HdWROrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _LadingBillId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LadingBillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillId { get { return _LadingBillId; } set { _LadingBillId = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private ulong _WRFactorTypeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRFactorTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeId { get { return _WRFactorTypeId; } set { _WRFactorTypeId = value; } } private uint _UserID; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _IsSpecified = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"IsSpecified", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsSpecified { get { return _IsSpecified; } set { _IsSpecified = value; } } private readonly global::System.Collections.Generic.List _MatchUserIDs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(9, Name=@"MatchUserIDs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List MatchUserIDs { get { return _MatchUserIDs; } } private ulong _OrderQty; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _DeliveryGoodsID; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _WRPriceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"WRPriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WRPriceType { get { return _WRPriceType; } set { _WRPriceType = value; } } private double _FixedPrice = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"FixedPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FixedPrice { get { return _FixedPrice; } set { _FixedPrice = value; } } private readonly global::System.Collections.Generic.List _WRTradeGoods = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(14, Name=@"WRTradeGoods", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List WRTradeGoods { get { return _WRTradeGoods; } } private double _PriceFactor = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"PriceFactor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceFactor { get { return _PriceFactor; } set { _PriceFactor = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private uint _TimevalidType = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"TimevalidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TimevalidType { get { return _TimevalidType; } set { _TimevalidType = value; } } private string _ValidTime = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ValidTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ValidTime { get { return _ValidTime; } set { _ValidTime = value; } } private double _FirstRatio = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"FirstRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FirstRatio { get { return _FirstRatio; } set { _FirstRatio = value; } } private long _PerformanceTemplateID = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"PerformanceTemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PerformanceTemplateID { get { return _PerformanceTemplateID; } set { _PerformanceTemplateID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _PriceDisplayMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"PriceDisplayMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceDisplayMode { get { return _PriceDisplayMode; } set { _PriceDisplayMode = value; } } private uint _CanBargain = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"CanBargain", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CanBargain { get { return _CanBargain; } set { _CanBargain = value; } } private string _Attachment1 = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"Attachment1", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Attachment1 { get { return _Attachment1; } set { _Attachment1 = value; } } private string _Attachment2 = ""; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"Attachment2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Attachment2 { get { return _Attachment2; } set { _Attachment2 = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _CanPart = uint.MaxValue; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"CanPart", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CanPart { get { return _CanPart; } set { _CanPart = 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=@"HdWROrderRsp")] public partial class HdWROrderRsp : global::ProtoBuf.IExtensible { public HdWROrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _WRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeOrderID { get { return _WRTradeOrderID; } set { _WRTradeOrderID = value; } } private ulong _FreezeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FreezeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong FreezeQty { get { return _FreezeQty; } set { _FreezeQty = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"HdWRDealOrderReq")] public partial class HdWRDealOrderReq : global::ProtoBuf.IExtensible { public HdWRDealOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _RelatedWRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedWRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedWRTradeOrderID { get { return _RelatedWRTradeOrderID; } set { _RelatedWRTradeOrderID = value; } } private uint _WRTransferUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRTransferUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WRTransferUserID { get { return _WRTransferUserID; } set { _WRTransferUserID = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = value; } } private ulong _OperatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OperatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OperatorID { get { return _OperatorID; } set { _OperatorID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _LadingBillId = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"LadingBillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingBillId { get { return _LadingBillId; } set { _LadingBillId = value; } } private ulong _SubNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"SubNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SubNum { get { return _SubNum; } set { _SubNum = value; } } private ulong _WRFactorTypeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"WRFactorTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeId { get { return _WRFactorTypeId; } set { _WRFactorTypeId = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(17, 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=@"HdWRDealOrderRsp")] public partial class HdWRDealOrderRsp : global::ProtoBuf.IExtensible { public HdWRDealOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _WRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeOrderID { get { return _WRTradeOrderID; } set { _WRTradeOrderID = value; } } private ulong _RelatedWRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RelatedWRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedWRTradeOrderID { get { return _RelatedWRTradeOrderID; } set { _RelatedWRTradeOrderID = value; } } private double _FreezeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"FreezeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeAmount { get { return _FreezeAmount; } set { _FreezeAmount = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"ContractActivationReq")] public partial class ContractActivationReq : global::ProtoBuf.IExtensible { public ContractActivationReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = value; } } private ulong _LenderAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LenderAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LenderAccountID { get { return _LenderAccountID; } set { _LenderAccountID = value; } } private readonly global::System.Collections.Generic.List _wrholdids = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"wrholdids", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List wrholdids { get { return _wrholdids; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BrandID { get { return _BrandID; } set { _BrandID = value; } } private ulong _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QualityID { get { return _QualityID; } set { _QualityID = value; } } private ulong _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SpecID { get { return _SpecID; } set { _SpecID = value; } } private ulong _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private ulong _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private double _WRCurAmount = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"WRCurAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WRCurAmount { get { return _WRCurAmount; } set { _WRCurAmount = value; } } private readonly global::System.Collections.Generic.List _estimate_config = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(15, Name=@"estimate_config", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List estimate_config { get { return _estimate_config; } } private double _price_move = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"price_move", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double price_move { get { return _price_move; } set { _price_move = 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=@"ContractActivationRsp")] public partial class ContractActivationRsp : global::ProtoBuf.IExtensible { public ContractActivationRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"ContractConfirmReq")] public partial class ContractConfirmReq : global::ProtoBuf.IExtensible { public ContractConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _BorrowerAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BorrowerAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BorrowerAccountID { get { return _BorrowerAccountID; } set { _BorrowerAccountID = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private ulong _WRPositionQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRPositionQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRPositionQty { get { return _WRPositionQty; } set { _WRPositionQty = value; } } private readonly global::System.Collections.Generic.List _estimate_config = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"estimate_config", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List estimate_config { get { return _estimate_config; } } private double _price_move = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"price_move", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double price_move { get { return _price_move; } set { _price_move = 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=@"ContractConfirmRsp")] public partial class ContractConfirmRsp : global::ProtoBuf.IExtensible { public ContractConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"ManualInterestSettlementReq")] public partial class ManualInterestSettlementReq : global::ProtoBuf.IExtensible { public ManualInterestSettlementReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = 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=@"ManualInterestSettlementRsp")] public partial class ManualInterestSettlementRsp : global::ProtoBuf.IExtensible { public ManualInterestSettlementRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"WarehouseRepurchaseReq")] public partial class WarehouseRepurchaseReq : global::ProtoBuf.IExtensible { public WarehouseRepurchaseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = value; } } private ulong _WRPositionQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRPositionQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRPositionQty { get { return _WRPositionQty; } set { _WRPositionQty = 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=@"WarehouseRepurchaseRsp")] public partial class WarehouseRepurchaseRsp : global::ProtoBuf.IExtensible { public WarehouseRepurchaseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"PaymentArrearsReq")] public partial class PaymentArrearsReq : global::ProtoBuf.IExtensible { public PaymentArrearsReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = 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=@"PaymentArrearsRsp")] public partial class PaymentArrearsRsp : global::ProtoBuf.IExtensible { public PaymentArrearsRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"SCFBreachConfirmReq")] public partial class SCFBreachConfirmReq : global::ProtoBuf.IExtensible { public SCFBreachConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = 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=@"SCFBreachConfirmRsp")] public partial class SCFBreachConfirmRsp : global::ProtoBuf.IExtensible { public SCFBreachConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _BreachStatus = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BreachStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BreachStatus { get { return _BreachStatus; } set { _BreachStatus = 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=@"SCFBreachHandleReq")] public partial class SCFBreachHandleReq : global::ProtoBuf.IExtensible { public SCFBreachHandleReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = value; } } private double _BreachAmount = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BreachAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BreachAmount { get { return _BreachAmount; } set { _BreachAmount = 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=@"SCFBreachHandleRsp")] public partial class SCFBreachHandleRsp : global::ProtoBuf.IExtensible { public SCFBreachHandleRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _BreachStatus = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BreachStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int BreachStatus { get { return _BreachStatus; } set { _BreachStatus = 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=@"CloseContractReq")] public partial class CloseContractReq : global::ProtoBuf.IExtensible { public CloseContractReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = 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=@"CloseContractRsp")] public partial class CloseContractRsp : global::ProtoBuf.IExtensible { public CloseContractRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"AddPartnerFundReq")] public partial class AddPartnerFundReq : global::ProtoBuf.IExtensible { public AddPartnerFundReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = value; } } private double _AddAmount = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AddAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AddAmount { get { return _AddAmount; } set { _AddAmount = 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=@"AddPartnerfundRsp")] public partial class AddPartnerfundRsp : global::ProtoBuf.IExtensible { public AddPartnerfundRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"ManualRepayReq")] public partial class ManualRepayReq : global::ProtoBuf.IExtensible { public ManualRepayReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = value; } } private double _RepayAmount = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RepayAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RepayAmount { get { return _RepayAmount; } set { _RepayAmount = 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=@"ManualRepayRsp")] public partial class ManualRepayRsp : global::ProtoBuf.IExtensible { public ManualRepayRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"PaymentMarginReq")] public partial class PaymentMarginReq : global::ProtoBuf.IExtensible { public PaymentMarginReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = 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=@"PaymentMarginRsp")] public partial class PaymentMarginRsp : global::ProtoBuf.IExtensible { public PaymentMarginRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"ConfirmLoanReq")] public partial class ConfirmLoanReq : global::ProtoBuf.IExtensible { public ConfirmLoanReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = 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=@"ConfirmLoanRsp")] public partial class ConfirmLoanRsp : global::ProtoBuf.IExtensible { public ConfirmLoanRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"ContractLoginoutReq")] public partial class ContractLoginoutReq : global::ProtoBuf.IExtensible { public ContractLoginoutReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = 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=@"ContractLoginountRsp")] public partial class ContractLoginountRsp : global::ProtoBuf.IExtensible { public ContractLoginountRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"ContractStatusModifyReq")] public partial class ContractStatusModifyReq : global::ProtoBuf.IExtensible { public ContractStatusModifyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private int _SCFContractType = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SCFContractType { get { return _SCFContractType; } set { _SCFContractType = value; } } private int _ContractBeforeStatus = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ContractBeforeStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ContractBeforeStatus { get { return _ContractBeforeStatus; } set { _ContractBeforeStatus = value; } } private int _ScfContractStatus = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ScfContractStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ScfContractStatus { get { return _ScfContractStatus; } set { _ScfContractStatus = 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=@"ContractStatusModifyRsp")] public partial class ContractStatusModifyRsp : global::ProtoBuf.IExtensible { public ContractStatusModifyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _SCFContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SCFContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFContractID { get { return _SCFContractID; } set { _SCFContractID = value; } } private ulong _SCFTicketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SCFTicketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SCFTicketID { get { return _SCFTicketID; } set { _SCFTicketID = value; } } private ulong _ExtBusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExtBusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExtBusinessID { get { return _ExtBusinessID; } set { _ExtBusinessID = value; } } private int _Status = int.MinValue; [global::ProtoBuf.ProtoMember(7, 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=@"ContractEstimateConfig")] public partial class ContractEstimateConfig : global::ProtoBuf.IExtensible { public ContractEstimateConfig() {} private ulong _scfcontractid = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"scfcontractid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong scfcontractid { get { return _scfcontractid; } set { _scfcontractid = value; } } private ulong _scfgoodsid = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"scfgoodsid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong scfgoodsid { get { return _scfgoodsid; } set { _scfgoodsid = value; } } private double _scfgoodsratio = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"scfgoodsratio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double scfgoodsratio { get { return _scfgoodsratio; } set { _scfgoodsratio = value; } } private double _pricemove = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"pricemove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double pricemove { get { return _pricemove; } set { _pricemove = value; } } private double _weightratio = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"weightratio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double weightratio { get { return _weightratio; } set { _weightratio = value; } } private string _updatetime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"updatetime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string updatetime { get { return _updatetime; } set { _updatetime = 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=@"ChannelAccountInfo")] public partial class ChannelAccountInfo : global::ProtoBuf.IExtensible { public ChannelAccountInfo() {} private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _AccountID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _AccountPwd = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountPwd", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountPwd { get { return _AccountPwd; } set { _AccountPwd = 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=@"ChannelAccountMoneyInfo")] public partial class ChannelAccountMoneyInfo : global::ProtoBuf.IExtensible { public ChannelAccountMoneyInfo() {} private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InvestorID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private double _PreBalance = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PreBalance", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PreBalance { get { return _PreBalance; } set { _PreBalance = value; } } private double _PreMargin = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PreMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PreMargin { get { return _PreMargin; } set { _PreMargin = value; } } private double _InterestBase = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"InterestBase", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double InterestBase { get { return _InterestBase; } set { _InterestBase = value; } } private double _Interest = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Interest", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Interest { get { return _Interest; } set { _Interest = value; } } private double _Deposit = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Deposit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Deposit { get { return _Deposit; } set { _Deposit = value; } } private double _Withdraw = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Withdraw", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Withdraw { get { return _Withdraw; } set { _Withdraw = value; } } private double _FrozenMargin = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"FrozenMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FrozenMargin { get { return _FrozenMargin; } set { _FrozenMargin = value; } } private double _FrozenCash = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"FrozenCash", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FrozenCash { get { return _FrozenCash; } set { _FrozenCash = value; } } private double _FrozenCommission = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"FrozenCommission", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FrozenCommission { get { return _FrozenCommission; } set { _FrozenCommission = value; } } private double _CurrMargin = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CurrMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CurrMargin { get { return _CurrMargin; } set { _CurrMargin = value; } } private double _CashIn = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CashIn", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CashIn { get { return _CashIn; } set { _CashIn = value; } } private double _Commission = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Commission", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Commission { get { return _Commission; } set { _Commission = value; } } private double _CloseProfit = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"CloseProfit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CloseProfit { get { return _CloseProfit; } set { _CloseProfit = value; } } private double _PositionProfit = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"PositionProfit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PositionProfit { get { return _PositionProfit; } set { _PositionProfit = value; } } private double _Balance = int.MinValue; [global::ProtoBuf.ProtoMember(17, 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 _Available = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"Available", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Available { get { return _Available; } set { _Available = value; } } private double _WithdrawQuota = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"WithdrawQuota", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WithdrawQuota { get { return _WithdrawQuota; } set { _WithdrawQuota = value; } } private double _Reserve = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"Reserve", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Reserve { get { return _Reserve; } set { _Reserve = value; } } private string _TradingDay = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"TradingDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradingDay { get { return _TradingDay; } set { _TradingDay = value; } } private int _SettlementID = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"SettlementID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SettlementID { get { return _SettlementID; } set { _SettlementID = value; } } private double _ExchangeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"ExchangeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchangeMargin { get { return _ExchangeMargin; } set { _ExchangeMargin = value; } } private double _DeliveryMargin = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"DeliveryMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double DeliveryMargin { get { return _DeliveryMargin; } set { _DeliveryMargin = value; } } private double _ExchangeDeliveryMargin = int.MinValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"ExchangeDeliveryMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchangeDeliveryMargin { get { return _ExchangeDeliveryMargin; } set { _ExchangeDeliveryMargin = 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=@"ChannelPositionInfo")] public partial class ChannelPositionInfo : global::ProtoBuf.IExtensible { public ChannelPositionInfo() {} private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InvestorID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private uint _PosiDirection = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PosiDirection", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PosiDirection { get { return _PosiDirection; } set { _PosiDirection = value; } } private uint _HedgeFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"HedgeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HedgeFlag { get { return _HedgeFlag; } set { _HedgeFlag = value; } } private uint _PositionDate = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PositionDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PositionDate { get { return _PositionDate; } set { _PositionDate = value; } } private int _YdPosition = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"YdPosition", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int YdPosition { get { return _YdPosition; } set { _YdPosition = value; } } private int _Position = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Position", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Position { get { return _Position; } set { _Position = value; } } private int _LongFrozen = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"LongFrozen", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int LongFrozen { get { return _LongFrozen; } set { _LongFrozen = value; } } private int _ShortFrozen = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ShortFrozen", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ShortFrozen { get { return _ShortFrozen; } set { _ShortFrozen = value; } } private int _OpenVolume = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OpenVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int OpenVolume { get { return _OpenVolume; } set { _OpenVolume = value; } } private int _CloseVolume = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CloseVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CloseVolume { get { return _CloseVolume; } set { _CloseVolume = value; } } private double _OpenAmount = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OpenAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OpenAmount { get { return _OpenAmount; } set { _OpenAmount = value; } } private double _CloseAmount = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"CloseAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CloseAmount { get { return _CloseAmount; } set { _CloseAmount = value; } } private double _PositionCost = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"PositionCost", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PositionCost { get { return _PositionCost; } set { _PositionCost = value; } } private double _UseMargin = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"UseMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UseMargin { get { return _UseMargin; } set { _UseMargin = value; } } private double _FrozenMargin = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"FrozenMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FrozenMargin { get { return _FrozenMargin; } set { _FrozenMargin = value; } } private double _FrozenCash = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"FrozenCash", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FrozenCash { get { return _FrozenCash; } set { _FrozenCash = value; } } private double _FrozenCommission = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"FrozenCommission", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FrozenCommission { get { return _FrozenCommission; } set { _FrozenCommission = value; } } private double _CashIn = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"CashIn", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CashIn { get { return _CashIn; } set { _CashIn = value; } } private double _Commission = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"Commission", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Commission { get { return _Commission; } set { _Commission = value; } } private double _CloseProfit = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"CloseProfit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CloseProfit { get { return _CloseProfit; } set { _CloseProfit = value; } } private double _PositionProfit = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"PositionProfit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PositionProfit { get { return _PositionProfit; } set { _PositionProfit = value; } } private double _PreSettlementPrice = int.MinValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"PreSettlementPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PreSettlementPrice { get { return _PreSettlementPrice; } set { _PreSettlementPrice = value; } } private double _SettlementPrice = int.MinValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"SettlementPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SettlementPrice { get { return _SettlementPrice; } set { _SettlementPrice = value; } } private string _TradingDay = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"TradingDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradingDay { get { return _TradingDay; } set { _TradingDay = value; } } private double _OpenCost = int.MinValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"OpenCost", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OpenCost { get { return _OpenCost; } set { _OpenCost = value; } } private double _ExchangeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"ExchangeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchangeMargin { get { return _ExchangeMargin; } set { _ExchangeMargin = value; } } private double _CloseProfitByDate = int.MinValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"CloseProfitByDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CloseProfitByDate { get { return _CloseProfitByDate; } set { _CloseProfitByDate = value; } } private double _CloseProfitByTrade = int.MinValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"CloseProfitByTrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CloseProfitByTrade { get { return _CloseProfitByTrade; } set { _CloseProfitByTrade = value; } } private int _TodayPosition = int.MinValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"TodayPosition", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int TodayPosition { get { return _TodayPosition; } set { _TodayPosition = 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=@"ChannelPositionDetailInfo")] public partial class ChannelPositionDetailInfo : global::ProtoBuf.IExtensible { public ChannelPositionDetailInfo() {} private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InvestorID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private uint _HedgeFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"HedgeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HedgeFlag { get { return _HedgeFlag; } set { _HedgeFlag = value; } } private uint _Direction = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Direction", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Direction { get { return _Direction; } set { _Direction = value; } } private string _OpenDate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OpenDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenDate { get { return _OpenDate; } set { _OpenDate = value; } } private string _TradeID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeID { get { return _TradeID; } set { _TradeID = value; } } private int _Volume = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Volume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Volume { get { return _Volume; } set { _Volume = value; } } private double _OpenPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OpenPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OpenPrice { get { return _OpenPrice; } set { _OpenPrice = value; } } private string _TradingDay = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradingDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradingDay { get { return _TradingDay; } set { _TradingDay = value; } } private int _SettlementID = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"SettlementID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int SettlementID { get { return _SettlementID; } set { _SettlementID = value; } } private string _ExchangeID = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExchangeID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchangeID { get { return _ExchangeID; } set { _ExchangeID = value; } } private double _CloseProfitByDate = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CloseProfitByDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CloseProfitByDate { get { return _CloseProfitByDate; } set { _CloseProfitByDate = value; } } private double _CloseProfitByTrade = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"CloseProfitByTrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CloseProfitByTrade { get { return _CloseProfitByTrade; } set { _CloseProfitByTrade = value; } } private double _PositionProfitByDate = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"PositionProfitByDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PositionProfitByDate { get { return _PositionProfitByDate; } set { _PositionProfitByDate = value; } } private double _PositionProfitByTrade = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"PositionProfitByTrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PositionProfitByTrade { get { return _PositionProfitByTrade; } set { _PositionProfitByTrade = value; } } private double _Margin = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Margin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Margin { get { return _Margin; } set { _Margin = value; } } private double _ExchMargin = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ExchMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchMargin { get { return _ExchMargin; } set { _ExchMargin = value; } } private double _LastSettlementPrice = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"LastSettlementPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double LastSettlementPrice { get { return _LastSettlementPrice; } set { _LastSettlementPrice = value; } } private double _SettlementPrice = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"SettlementPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SettlementPrice { get { return _SettlementPrice; } set { _SettlementPrice = value; } } private int _CloseVolume = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"CloseVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int CloseVolume { get { return _CloseVolume; } set { _CloseVolume = value; } } private double _CloseAmount = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"CloseAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CloseAmount { get { return _CloseAmount; } set { _CloseAmount = 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=@"ChannelOrderInfo")] public partial class ChannelOrderInfo : global::ProtoBuf.IExtensible { public ChannelOrderInfo() {} private string _InstrumentID; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = value; } } private uint _OrderPriceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderPriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderPriceType { get { return _OrderPriceType; } set { _OrderPriceType = value; } } private uint _Direction = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Direction", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Direction { get { return _Direction; } set { _Direction = value; } } private uint _OffsetFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OffsetFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OffsetFlag { get { return _OffsetFlag; } set { _OffsetFlag = value; } } private double _LimitPrice = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double LimitPrice { get { return _LimitPrice; } set { _LimitPrice = value; } } private int _VolumeTotalOriginal = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"VolumeTotalOriginal", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VolumeTotalOriginal { get { return _VolumeTotalOriginal; } set { _VolumeTotalOriginal = value; } } private uint _TimeCondition = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TimeCondition", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TimeCondition { get { return _TimeCondition; } set { _TimeCondition = value; } } private uint _HedgeFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"HedgeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HedgeFlag { get { return _HedgeFlag; } set { _HedgeFlag = value; } } private string _ExchangeID = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExchangeID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchangeID { get { return _ExchangeID; } set { _ExchangeID = value; } } private int _ClientOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ClientOrderID { get { return _ClientOrderID; } set { _ClientOrderID = value; } } private int _MhpOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"MhpOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MhpOrderID { get { return _MhpOrderID; } set { _MhpOrderID = value; } } private string _ChannelOrderSysID = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ChannelOrderSysID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ChannelOrderSysID { get { return _ChannelOrderSysID; } set { _ChannelOrderSysID = value; } } private int _VolumeTraded = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"VolumeTraded", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VolumeTraded { get { return _VolumeTraded; } set { _VolumeTraded = value; } } private int _VolumeTotal = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"VolumeTotal", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VolumeTotal { get { return _VolumeTotal; } set { _VolumeTotal = value; } } private string _InsertDate = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"InsertDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InsertDate { get { return _InsertDate; } set { _InsertDate = value; } } private string _InsertTime = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"InsertTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InsertTime { get { return _InsertTime; } set { _InsertTime = value; } } private string _CancelTime = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CancelTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CancelTime { get { return _CancelTime; } set { _CancelTime = value; } } private uint _OrderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"OrderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderStatus { get { return _OrderStatus; } set { _OrderStatus = value; } } private byte[] _StatusMsg = null; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"StatusMsg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public byte[] StatusMsg { get { return _StatusMsg; } set { _StatusMsg = value; } } private string _InvestorID; [global::ProtoBuf.ProtoMember(20, IsRequired = true, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _TradingDay = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"TradingDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradingDay { get { return _TradingDay; } set { _TradingDay = 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=@"ChannelTradeInfo")] public partial class ChannelTradeInfo : global::ProtoBuf.IExtensible { public ChannelTradeInfo() {} private string _InvestorID = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = value; } } private string _ExchangeID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchangeID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchangeID { get { return _ExchangeID; } set { _ExchangeID = value; } } private uint _HedgeFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"HedgeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HedgeFlag { get { return _HedgeFlag; } set { _HedgeFlag = value; } } private uint _Direction = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Direction", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Direction { get { return _Direction; } set { _Direction = value; } } private uint _OffsetFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OffsetFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OffsetFlag { get { return _OffsetFlag; } set { _OffsetFlag = value; } } private double _Price = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price { get { return _Price; } set { _Price = value; } } private int _Volume = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Volume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Volume { get { return _Volume; } set { _Volume = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private string _TradingDay = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TradingDay", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradingDay { get { return _TradingDay; } set { _TradingDay = value; } } private string _ChannelTradeID = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ChannelTradeID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ChannelTradeID { get { return _ChannelTradeID; } set { _ChannelTradeID = value; } } private string _ChannelOrderSysID = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ChannelOrderSysID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ChannelOrderSysID { get { return _ChannelOrderSysID; } set { _ChannelOrderSysID = value; } } private int _MhpOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"MhpOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MhpOrderID { get { return _MhpOrderID; } set { _MhpOrderID = value; } } private int _ClientOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"ClientOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ClientOrderID { get { return _ClientOrderID; } set { _ClientOrderID = 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=@"ChannelInstrumentInfo")] public partial class ChannelInstrumentInfo : global::ProtoBuf.IExtensible { public ChannelInstrumentInfo() {} private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = value; } } private string _ProductID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ProductID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProductID { get { return _ProductID; } set { _ProductID = value; } } private string _ExchangeID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExchangeID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchangeID { get { return _ExchangeID; } set { _ExchangeID = value; } } private int _ChannelID = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChannelID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChannelID { get { return _ChannelID; } set { _ChannelID = 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=@"ChannelRequestInfo")] public partial class ChannelRequestInfo : global::ProtoBuf.IExtensible { public ChannelRequestInfo() {} private int _RequestID = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"RequestID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RequestID { get { return _RequestID; } set { _RequestID = value; } } private uint _InterfaceID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"InterfaceID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint InterfaceID { get { return _InterfaceID; } set { _InterfaceID = value; } } private string _RequestDate = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RequestDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RequestDate { get { return _RequestDate; } set { _RequestDate = value; } } private string _RequestTime = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RequestTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RequestTime { get { return _RequestTime; } set { _RequestTime = value; } } private string _LoginID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LoginID { get { return _LoginID; } set { _LoginID = 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=@"ChannelResponseInfo")] public partial class ChannelResponseInfo : global::ProtoBuf.IExtensible { public ChannelResponseInfo() {} private int _RspCode; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int RspCode { get { return _RspCode; } set { _RspCode = value; } } private byte[] _RspText = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RspText", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public byte[] RspText { get { return _RspText; } set { _RspText = value; } } private int _RequestID = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"RequestID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int RequestID { get { return _RequestID; } set { _RequestID = value; } } private uint _IsLast = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"IsLast", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsLast { get { return _IsLast; } set { _IsLast = 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=@"ChannelReqLogin")] public partial class ChannelReqLogin : global::ProtoBuf.IExtensible { public ChannelReqLogin() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _LoginID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string LoginID { get { return _LoginID; } set { _LoginID = value; } } private string _LoginPwd; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"LoginPwd", DataFormat = global::ProtoBuf.DataFormat.Default)] public string LoginPwd { get { return _LoginPwd; } set { _LoginPwd = value; } } private ChannelAccountInfo _Account; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"Account", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelAccountInfo Account { get { return _Account; } set { _Account = 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=@"ChannelRspLogin")] public partial class ChannelRspLogin : global::ProtoBuf.IExtensible { public ChannelRspLogin() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = 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=@"ChannelReqLogout")] public partial class ChannelReqLogout : global::ProtoBuf.IExtensible { public ChannelReqLogout() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _LoginID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string LoginID { get { return _LoginID; } set { _LoginID = 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=@"ChannelRspLogout")] public partial class ChannelRspLogout : global::ProtoBuf.IExtensible { public ChannelRspLogout() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = 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=@"ChannelReqSubscribeQuote")] public partial class ChannelReqSubscribeQuote : global::ProtoBuf.IExtensible { public ChannelReqSubscribeQuote() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private readonly global::System.Collections.Generic.List _InstrumentCodes = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"InstrumentCodes", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List InstrumentCodes { get { return _InstrumentCodes; } } 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=@"ChannelRspSubscribeQuote")] public partial class ChannelRspSubscribeQuote : global::ProtoBuf.IExtensible { public ChannelRspSubscribeQuote() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private readonly global::System.Collections.Generic.List _LastQuotes = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"LastQuotes", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List LastQuotes { get { return _LastQuotes; } } 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=@"ChannelRealQuotation")] public partial class ChannelRealQuotation : global::ProtoBuf.IExtensible { public ChannelRealQuotation() {} private string _strName = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"strName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strName { get { return _strName; } set { _strName = value; } } private string _strWare = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"strWare", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strWare { get { return _strWare; } set { _strWare = value; } } private string _strSettlementGroupID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"strSettlementGroupID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strSettlementGroupID { get { return _strSettlementGroupID; } set { _strSettlementGroupID = value; } } private string _strSettlementID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"strSettlementID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strSettlementID { get { return _strSettlementID; } set { _strSettlementID = value; } } private string _strLast = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"strLast", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strLast { get { return _strLast; } set { _strLast = value; } } private string _strLastVolume = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"strLastVolume", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strLastVolume { get { return _strLastVolume; } set { _strLastVolume = value; } } private string _strLastTurnover = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"strLastTurnover", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strLastTurnover { get { return _strLastTurnover; } set { _strLastTurnover = value; } } private string _strLastLot = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"strLastLot", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strLastLot { get { return _strLastLot; } set { _strLastLot = value; } } private string _strTotalVolume = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"strTotalVolume", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strTotalVolume { get { return _strTotalVolume; } set { _strTotalVolume = value; } } private string _strTotalTurnover = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"strTotalTurnover", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strTotalTurnover { get { return _strTotalTurnover; } set { _strTotalTurnover = value; } } private string _strTotalLot = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"strTotalLot", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strTotalLot { get { return _strTotalLot; } set { _strTotalLot = value; } } private string _strPreClose = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"strPreClose", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPreClose { get { return _strPreClose; } set { _strPreClose = value; } } private string _strOpen = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"strOpen", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strOpen { get { return _strOpen; } set { _strOpen = value; } } private string _strHigh = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"strHigh", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strHigh { get { return _strHigh; } set { _strHigh = value; } } private string _strLow = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"strLow", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strLow { get { return _strLow; } set { _strLow = value; } } private string _strClose = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"strClose", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strClose { get { return _strClose; } set { _strClose = value; } } private string _strLifeHigh = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"strLifeHigh", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strLifeHigh { get { return _strLifeHigh; } set { _strLifeHigh = value; } } private string _strLifeLow = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"strLifeLow", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strLifeLow { get { return _strLifeLow; } set { _strLifeLow = value; } } private string _strPreSettle = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"strPreSettle", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPreSettle { get { return _strPreSettle; } set { _strPreSettle = value; } } private string _strSettle = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"strSettle", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strSettle { get { return _strSettle; } set { _strSettle = value; } } private string _strAverage = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"strAverage", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAverage { get { return _strAverage; } set { _strAverage = value; } } private string _strHighLimit = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"strHighLimit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strHighLimit { get { return _strHighLimit; } set { _strHighLimit = value; } } private string _strLowLimit = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"strLowLimit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strLowLimit { get { return _strLowLimit; } set { _strLowLimit = value; } } private string _strPriceEarningsRatio1 = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"strPriceEarningsRatio1", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPriceEarningsRatio1 { get { return _strPriceEarningsRatio1; } set { _strPriceEarningsRatio1 = value; } } private string _strPriceEarningsRatio2 = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"strPriceEarningsRatio2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPriceEarningsRatio2 { get { return _strPriceEarningsRatio2; } set { _strPriceEarningsRatio2 = value; } } private string _strChange = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"strChange", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strChange { get { return _strChange; } set { _strChange = value; } } private string _strChangeSinceOpen = ""; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"strChangeSinceOpen", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strChangeSinceOpen { get { return _strChangeSinceOpen; } set { _strChangeSinceOpen = value; } } private string _strPctChange = ""; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"strPctChange", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPctChange { get { return _strPctChange; } set { _strPctChange = value; } } private string _strPreOpenInterest = ""; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"strPreOpenInterest", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPreOpenInterest { get { return _strPreOpenInterest; } set { _strPreOpenInterest = value; } } private string _strOpenInterest = ""; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"strOpenInterest", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strOpenInterest { get { return _strOpenInterest; } set { _strOpenInterest = value; } } private string _strPreDelta = ""; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"strPreDelta", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPreDelta { get { return _strPreDelta; } set { _strPreDelta = value; } } private string _strDelta = ""; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"strDelta", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strDelta { get { return _strDelta; } set { _strDelta = value; } } private string _strDate = ""; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"strDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strDate { get { return _strDate; } set { _strDate = value; } } private string _strTime = ""; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"strTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strTime { get { return _strTime; } set { _strTime = value; } } private string _strBid = ""; [global::ProtoBuf.ProtoMember(35, IsRequired = false, Name=@"strBid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBid { get { return _strBid; } set { _strBid = value; } } private string _strBid2 = ""; [global::ProtoBuf.ProtoMember(36, IsRequired = false, Name=@"strBid2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBid2 { get { return _strBid2; } set { _strBid2 = value; } } private string _strBid3 = ""; [global::ProtoBuf.ProtoMember(37, IsRequired = false, Name=@"strBid3", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBid3 { get { return _strBid3; } set { _strBid3 = value; } } private string _strBid4 = ""; [global::ProtoBuf.ProtoMember(38, IsRequired = false, Name=@"strBid4", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBid4 { get { return _strBid4; } set { _strBid4 = value; } } private string _strBid5 = ""; [global::ProtoBuf.ProtoMember(39, IsRequired = false, Name=@"strBid5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBid5 { get { return _strBid5; } set { _strBid5 = value; } } private string _strBidVolume = ""; [global::ProtoBuf.ProtoMember(40, IsRequired = false, Name=@"strBidVolume", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidVolume { get { return _strBidVolume; } set { _strBidVolume = value; } } private string _strBidVolume2 = ""; [global::ProtoBuf.ProtoMember(41, IsRequired = false, Name=@"strBidVolume2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidVolume2 { get { return _strBidVolume2; } set { _strBidVolume2 = value; } } private string _strBidVolume3 = ""; [global::ProtoBuf.ProtoMember(42, IsRequired = false, Name=@"strBidVolume3", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidVolume3 { get { return _strBidVolume3; } set { _strBidVolume3 = value; } } private string _strBidVolume4 = ""; [global::ProtoBuf.ProtoMember(43, IsRequired = false, Name=@"strBidVolume4", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidVolume4 { get { return _strBidVolume4; } set { _strBidVolume4 = value; } } private string _strBidVolume5 = ""; [global::ProtoBuf.ProtoMember(44, IsRequired = false, Name=@"strBidVolume5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidVolume5 { get { return _strBidVolume5; } set { _strBidVolume5 = value; } } private string _strAsk = ""; [global::ProtoBuf.ProtoMember(45, IsRequired = false, Name=@"strAsk", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAsk { get { return _strAsk; } set { _strAsk = value; } } private string _strAsk2 = ""; [global::ProtoBuf.ProtoMember(46, IsRequired = false, Name=@"strAsk2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAsk2 { get { return _strAsk2; } set { _strAsk2 = value; } } private string _strAsk3 = ""; [global::ProtoBuf.ProtoMember(47, IsRequired = false, Name=@"strAsk3", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAsk3 { get { return _strAsk3; } set { _strAsk3 = value; } } private string _strAsk4 = ""; [global::ProtoBuf.ProtoMember(48, IsRequired = false, Name=@"strAsk4", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAsk4 { get { return _strAsk4; } set { _strAsk4 = value; } } private string _strAsk5 = ""; [global::ProtoBuf.ProtoMember(49, IsRequired = false, Name=@"strAsk5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAsk5 { get { return _strAsk5; } set { _strAsk5 = value; } } private string _strAskVolume = ""; [global::ProtoBuf.ProtoMember(50, IsRequired = false, Name=@"strAskVolume", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskVolume { get { return _strAskVolume; } set { _strAskVolume = value; } } private string _strAskVolume2 = ""; [global::ProtoBuf.ProtoMember(51, IsRequired = false, Name=@"strAskVolume2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskVolume2 { get { return _strAskVolume2; } set { _strAskVolume2 = value; } } private string _strAskVolume3 = ""; [global::ProtoBuf.ProtoMember(52, IsRequired = false, Name=@"strAskVolume3", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskVolume3 { get { return _strAskVolume3; } set { _strAskVolume3 = value; } } private string _strAskVolume4 = ""; [global::ProtoBuf.ProtoMember(53, IsRequired = false, Name=@"strAskVolume4", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskVolume4 { get { return _strAskVolume4; } set { _strAskVolume4 = value; } } private string _strAskVolume5 = ""; [global::ProtoBuf.ProtoMember(54, IsRequired = false, Name=@"strAskVolume5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskVolume5 { get { return _strAskVolume5; } set { _strAskVolume5 = value; } } private int _lCount = int.MinValue; [global::ProtoBuf.ProtoMember(55, IsRequired = false, Name=@"lCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int lCount { get { return _lCount; } set { _lCount = value; } } private int _iOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(56, IsRequired = false, Name=@"iOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int iOrderID { get { return _iOrderID; } set { _iOrderID = value; } } private int _lRadix = int.MinValue; [global::ProtoBuf.ProtoMember(57, IsRequired = false, Name=@"lRadix", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int lRadix { get { return _lRadix; } set { _lRadix = value; } } private string _strRemark = ""; [global::ProtoBuf.ProtoMember(58, IsRequired = false, Name=@"strRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strRemark { get { return _strRemark; } set { _strRemark = value; } } private string _strAskHigh = ""; [global::ProtoBuf.ProtoMember(59, IsRequired = false, Name=@"strAskHigh", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskHigh { get { return _strAskHigh; } set { _strAskHigh = value; } } private string _strAskLow = ""; [global::ProtoBuf.ProtoMember(60, IsRequired = false, Name=@"strAskLow", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskLow { get { return _strAskLow; } set { _strAskLow = value; } } private string _strAskPreClose = ""; [global::ProtoBuf.ProtoMember(61, IsRequired = false, Name=@"strAskPreClose", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskPreClose { get { return _strAskPreClose; } set { _strAskPreClose = value; } } private string _strAskOpen = ""; [global::ProtoBuf.ProtoMember(62, IsRequired = false, Name=@"strAskOpen", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskOpen { get { return _strAskOpen; } set { _strAskOpen = value; } } private int _iBitNumbers = int.MinValue; [global::ProtoBuf.ProtoMember(63, IsRequired = false, Name=@"iBitNumbers", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int iBitNumbers { get { return _iBitNumbers; } set { _iBitNumbers = value; } } private int _nSourceID = int.MinValue; [global::ProtoBuf.ProtoMember(64, IsRequired = false, Name=@"nSourceID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int nSourceID { get { return _nSourceID; } set { _nSourceID = value; } } private int _nWareGroupID = int.MinValue; [global::ProtoBuf.ProtoMember(65, IsRequired = false, Name=@"nWareGroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int nWareGroupID { get { return _nWareGroupID; } set { _nWareGroupID = value; } } private int _nExchangeID = int.MinValue; [global::ProtoBuf.ProtoMember(66, IsRequired = false, Name=@"nExchangeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int nExchangeID { get { return _nExchangeID; } set { _nExchangeID = value; } } private int _nSourceStepPrice = int.MinValue; [global::ProtoBuf.ProtoMember(67, IsRequired = false, Name=@"nSourceStepPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int nSourceStepPrice { get { return _nSourceStepPrice; } set { _nSourceStepPrice = value; } } private int _lLastTime = int.MinValue; [global::ProtoBuf.ProtoMember(68, IsRequired = false, Name=@"lLastTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int lLastTime { get { return _lLastTime; } set { _lLastTime = value; } } private string _strBidQueueInfo = ""; [global::ProtoBuf.ProtoMember(69, IsRequired = false, Name=@"strBidQueueInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidQueueInfo { get { return _strBidQueueInfo; } set { _strBidQueueInfo = value; } } private string _strAskQueueInfo = ""; [global::ProtoBuf.ProtoMember(70, IsRequired = false, Name=@"strAskQueueInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskQueueInfo { get { return _strAskQueueInfo; } set { _strAskQueueInfo = value; } } private string _strTotalOpenInterest = ""; [global::ProtoBuf.ProtoMember(71, IsRequired = false, Name=@"strTotalOpenInterest", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strTotalOpenInterest { get { return _strTotalOpenInterest; } set { _strTotalOpenInterest = value; } } private string _strStrike = ""; [global::ProtoBuf.ProtoMember(72, IsRequired = false, Name=@"strStrike", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strStrike { get { return _strStrike; } set { _strStrike = value; } } private string _strCalculatedOpen = ""; [global::ProtoBuf.ProtoMember(73, IsRequired = false, Name=@"strCalculatedOpen", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strCalculatedOpen { get { return _strCalculatedOpen; } set { _strCalculatedOpen = value; } } private string _strBidOpen = ""; [global::ProtoBuf.ProtoMember(74, IsRequired = false, Name=@"strBidOpen", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidOpen { get { return _strBidOpen; } set { _strBidOpen = value; } } private string _strBidClose = ""; [global::ProtoBuf.ProtoMember(75, IsRequired = false, Name=@"strBidClose", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidClose { get { return _strBidClose; } set { _strBidClose = value; } } private string _strPreTotalTurnover = ""; [global::ProtoBuf.ProtoMember(76, IsRequired = false, Name=@"strPreTotalTurnover", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPreTotalTurnover { get { return _strPreTotalTurnover; } set { _strPreTotalTurnover = value; } } private string _strTradeDelete = ""; [global::ProtoBuf.ProtoMember(77, IsRequired = false, Name=@"strTradeDelete", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strTradeDelete { get { return _strTradeDelete; } set { _strTradeDelete = value; } } private string _strTradeDeleteVolume = ""; [global::ProtoBuf.ProtoMember(78, IsRequired = false, Name=@"strTradeDeleteVolume", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strTradeDeleteVolume { get { return _strTradeDeleteVolume; } set { _strTradeDeleteVolume = value; } } private string _strEAS = ""; [global::ProtoBuf.ProtoMember(79, IsRequired = false, Name=@"strEAS", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strEAS { get { return _strEAS; } set { _strEAS = value; } } private string _strAskClose = ""; [global::ProtoBuf.ProtoMember(80, IsRequired = false, Name=@"strAskClose", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskClose { get { return _strAskClose; } set { _strAskClose = value; } } private string _strPublicTradeType = ""; [global::ProtoBuf.ProtoMember(81, IsRequired = false, Name=@"strPublicTradeType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strPublicTradeType { get { return _strPublicTradeType; } set { _strPublicTradeType = value; } } private string _strIEP = ""; [global::ProtoBuf.ProtoMember(82, IsRequired = false, Name=@"strIEP", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strIEP { get { return _strIEP; } set { _strIEP = value; } } private string _strIEV = ""; [global::ProtoBuf.ProtoMember(83, IsRequired = false, Name=@"strIEV", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strIEV { get { return _strIEV; } set { _strIEV = value; } } private string _strGreyMarketPrice = ""; [global::ProtoBuf.ProtoMember(84, IsRequired = false, Name=@"strGreyMarketPrice", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strGreyMarketPrice { get { return _strGreyMarketPrice; } set { _strGreyMarketPrice = value; } } private string _strBidOrder = ""; [global::ProtoBuf.ProtoMember(85, IsRequired = false, Name=@"strBidOrder", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidOrder { get { return _strBidOrder; } set { _strBidOrder = value; } } private string _strBidOrder2 = ""; [global::ProtoBuf.ProtoMember(86, IsRequired = false, Name=@"strBidOrder2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidOrder2 { get { return _strBidOrder2; } set { _strBidOrder2 = value; } } private string _strBidOrder3 = ""; [global::ProtoBuf.ProtoMember(87, IsRequired = false, Name=@"strBidOrder3", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidOrder3 { get { return _strBidOrder3; } set { _strBidOrder3 = value; } } private string _strBidOrder4 = ""; [global::ProtoBuf.ProtoMember(88, IsRequired = false, Name=@"strBidOrder4", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidOrder4 { get { return _strBidOrder4; } set { _strBidOrder4 = value; } } private string _strBidOrder5 = ""; [global::ProtoBuf.ProtoMember(89, IsRequired = false, Name=@"strBidOrder5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strBidOrder5 { get { return _strBidOrder5; } set { _strBidOrder5 = value; } } private string _strAskOrder = ""; [global::ProtoBuf.ProtoMember(90, IsRequired = false, Name=@"strAskOrder", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskOrder { get { return _strAskOrder; } set { _strAskOrder = value; } } private string _strAskOrder2 = ""; [global::ProtoBuf.ProtoMember(91, IsRequired = false, Name=@"strAskOrder2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskOrder2 { get { return _strAskOrder2; } set { _strAskOrder2 = value; } } private string _strAskOrder3 = ""; [global::ProtoBuf.ProtoMember(92, IsRequired = false, Name=@"strAskOrder3", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskOrder3 { get { return _strAskOrder3; } set { _strAskOrder3 = value; } } private string _strAskOrder4 = ""; [global::ProtoBuf.ProtoMember(93, IsRequired = false, Name=@"strAskOrder4", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskOrder4 { get { return _strAskOrder4; } set { _strAskOrder4 = value; } } private string _strAskOrder5 = ""; [global::ProtoBuf.ProtoMember(94, IsRequired = false, Name=@"strAskOrder5", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string strAskOrder5 { get { return _strAskOrder5; } set { _strAskOrder5 = value; } } private int _nID = int.MinValue; [global::ProtoBuf.ProtoMember(95, IsRequired = false, Name=@"nID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int nID { get { return _nID; } set { _nID = 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=@"ChannelReqInputOrder")] public partial class ChannelReqInputOrder : global::ProtoBuf.IExtensible { public ChannelReqInputOrder() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InvestorID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = value; } } private uint _OrderPriceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderPriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderPriceType { get { return _OrderPriceType; } set { _OrderPriceType = value; } } private uint _Direction = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Direction", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Direction { get { return _Direction; } set { _Direction = value; } } private uint _OffsetFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OffsetFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OffsetFlag { get { return _OffsetFlag; } set { _OffsetFlag = value; } } private double _LimitPrice = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"LimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double LimitPrice { get { return _LimitPrice; } set { _LimitPrice = value; } } private int _VolumeTotalOriginal = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"VolumeTotalOriginal", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VolumeTotalOriginal { get { return _VolumeTotalOriginal; } set { _VolumeTotalOriginal = value; } } private uint _TimeCondition = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TimeCondition", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TimeCondition { get { return _TimeCondition; } set { _TimeCondition = value; } } private uint _HedgeFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"HedgeFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HedgeFlag { get { return _HedgeFlag; } set { _HedgeFlag = value; } } private int _ClientOrderID; [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"ClientOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int ClientOrderID { get { return _ClientOrderID; } set { _ClientOrderID = 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=@"ChannelRspInputOrder")] public partial class ChannelRspInputOrder : global::ProtoBuf.IExtensible { public ChannelRspInputOrder() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private int _ClientOrderID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"ClientOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int ClientOrderID { get { return _ClientOrderID; } set { _ClientOrderID = value; } } private int _MhpOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MhpOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MhpOrderID { get { return _MhpOrderID; } set { _MhpOrderID = 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=@"ChannelReqOrderAction")] public partial class ChannelReqOrderAction : global::ProtoBuf.IExtensible { public ChannelReqOrderAction() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InvestorID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = value; } } private int _ClientOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ClientOrderID { get { return _ClientOrderID; } set { _ClientOrderID = value; } } private int _MhpOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MhpOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MhpOrderID { get { return _MhpOrderID; } set { _MhpOrderID = value; } } private string _ActionFlag = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ActionFlag", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ActionFlag { get { return _ActionFlag; } set { _ActionFlag = value; } } private double _LimitPrice = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"LimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double LimitPrice { get { return _LimitPrice; } set { _LimitPrice = value; } } private int _VolumeChange = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"VolumeChange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VolumeChange { get { return _VolumeChange; } set { _VolumeChange = value; } } private string _ExchangeID = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ExchangeID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExchangeID { get { return _ExchangeID; } set { _ExchangeID = 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=@"ChannelRspOrderAction")] public partial class ChannelRspOrderAction : global::ProtoBuf.IExtensible { public ChannelRspOrderAction() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private int _ClientOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ClientOrderID { get { return _ClientOrderID; } set { _ClientOrderID = 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=@"ChannelReqQryTradingAccount")] public partial class ChannelReqQryTradingAccount : global::ProtoBuf.IExtensible { public ChannelReqQryTradingAccount() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _InvestorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = 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=@"ChannelRspQryTradingAccount")] public partial class ChannelRspQryTradingAccount : global::ProtoBuf.IExtensible { public ChannelRspQryTradingAccount() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private ChannelAccountMoneyInfo _MoneyInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MoneyInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelAccountMoneyInfo MoneyInfo { get { return _MoneyInfo; } set { _MoneyInfo = 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=@"ChannelReqQryPosition")] public partial class ChannelReqQryPosition : global::ProtoBuf.IExtensible { public ChannelReqQryPosition() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _InvestorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = 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=@"ChannelRspQryPosition")] public partial class ChannelRspQryPosition : global::ProtoBuf.IExtensible { public ChannelRspQryPosition() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private readonly global::System.Collections.Generic.List _Position = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"Position", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Position { get { return _Position; } } 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=@"ChannelReqQryPositionDetail")] public partial class ChannelReqQryPositionDetail : global::ProtoBuf.IExtensible { public ChannelReqQryPositionDetail() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _InvestorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = 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=@"ChannelRspQryPositionDetail")] public partial class ChannelRspQryPositionDetail : global::ProtoBuf.IExtensible { public ChannelRspQryPositionDetail() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private readonly global::System.Collections.Generic.List _PositionDetail = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"PositionDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List PositionDetail { get { return _PositionDetail; } } 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=@"ChannelReqQryOrder")] public partial class ChannelReqQryOrder : global::ProtoBuf.IExtensible { public ChannelReqQryOrder() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _InvestorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = value; } } private int _ClientOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ClientOrderID { get { return _ClientOrderID; } set { _ClientOrderID = value; } } private int _MhpOrderID = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MhpOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MhpOrderID { get { return _MhpOrderID; } set { _MhpOrderID = value; } } private string _ChannelOrderSysID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ChannelOrderSysID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ChannelOrderSysID { get { return _ChannelOrderSysID; } set { _ChannelOrderSysID = 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=@"ChannelRspQryOrder")] public partial class ChannelRspQryOrder : global::ProtoBuf.IExtensible { public ChannelRspQryOrder() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private readonly global::System.Collections.Generic.List _Order = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"Order", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Order { get { return _Order; } } 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=@"ChannelReqQryTrade")] public partial class ChannelReqQryTrade : global::ProtoBuf.IExtensible { public ChannelReqQryTrade() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _InvestorID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"InvestorID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string InvestorID { get { return _InvestorID; } set { _InvestorID = value; } } private string _BrokerID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BrokerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BrokerID { get { return _BrokerID; } set { _BrokerID = value; } } private string _InstrumentID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InstrumentID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentID { get { return _InstrumentID; } set { _InstrumentID = 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=@"ChannelRspQryTrade")] public partial class ChannelRspQryTrade : global::ProtoBuf.IExtensible { public ChannelRspQryTrade() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private readonly global::System.Collections.Generic.List _Trade = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"Trade", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Trade { get { return _Trade; } } 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=@"ChannelReqQryInstrument")] public partial class ChannelReqQryInstrument : global::ProtoBuf.IExtensible { public ChannelReqQryInstrument() {} private ChannelRequestInfo _ReqInfo = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public ChannelRequestInfo ReqInfo { get { return _ReqInfo; } set { _ReqInfo = value; } } private string _LoginID; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"LoginID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string LoginID { get { return _LoginID; } set { _LoginID = 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=@"ChannelRspQryInstrument")] public partial class ChannelRspQryInstrument : global::ProtoBuf.IExtensible { public ChannelRspQryInstrument() {} private ChannelResponseInfo _RspInfo; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelResponseInfo RspInfo { get { return _RspInfo; } set { _RspInfo = value; } } private readonly global::System.Collections.Generic.List _Instruments = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"Instruments", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Instruments { get { return _Instruments; } } 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=@"ChannelNoticeOrder")] public partial class ChannelNoticeOrder : global::ProtoBuf.IExtensible { public ChannelNoticeOrder() {} private ChannelOrderInfo _order; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"order", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelOrderInfo order { get { return _order; } set { _order = 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=@"ChannelNOticeTrade")] public partial class ChannelNOticeTrade : global::ProtoBuf.IExtensible { public ChannelNOticeTrade() {} private ChannelTradeInfo _trade; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"trade", DataFormat = global::ProtoBuf.DataFormat.Default)] public ChannelTradeInfo trade { get { return _trade; } set { _trade = 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=@"ShortMsgSendReq")] public partial class ShortMsgSendReq : global::ProtoBuf.IExtensible { public ShortMsgSendReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private int _MsgType = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MsgType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MsgType { get { return _MsgType; } set { _MsgType = value; } } private int _TemplateID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"TemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int TemplateID { get { return _TemplateID; } set { _TemplateID = value; } } private int _Priority; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"Priority", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Priority { get { return _Priority; } set { _Priority = value; } } private string _ScheduledTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ScheduledTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ScheduledTime { get { return _ScheduledTime; } set { _ScheduledTime = value; } } private readonly global::System.Collections.Generic.List _RecvPhone = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"RecvPhone", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List RecvPhone { get { return _RecvPhone; } } private readonly global::System.Collections.Generic.List _ParamValues = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"ParamValues", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ParamValues { get { return _ParamValues; } } private string _AreaCode = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AreaCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AreaCode { get { return _AreaCode; } set { _AreaCode = value; } } private string _Email = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Email", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Email { get { return _Email; } set { _Email = value; } } private readonly global::System.Collections.Generic.List _FilePaths = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(10, Name=@"FilePaths", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List FilePaths { get { return _FilePaths; } } 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=@"ShortMsgSendRsp")] public partial class ShortMsgSendRsp : global::ProtoBuf.IExtensible { public ShortMsgSendRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 readonly global::System.Collections.Generic.List _FailedPhone = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"FailedPhone", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List FailedPhone { get { return _FailedPhone; } } 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=@"MsStrategyPauseReq")] public partial class MsStrategyPauseReq : global::ProtoBuf.IExtensible { public MsStrategyPauseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _MarketingStrategyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MarketingStrategyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketingStrategyID { get { return _MarketingStrategyID; } set { _MarketingStrategyID = value; } } private int _IsStop = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"IsStop", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsStop { get { return _IsStop; } set { _IsStop = 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=@"MsStrategyPauseRsp")] public partial class MsStrategyPauseRsp : global::ProtoBuf.IExtensible { public MsStrategyPauseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _MarketingStrategyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketingStrategyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketingStrategyID { get { return _MarketingStrategyID; } set { _MarketingStrategyID = 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=@"MsInvoiceOrderReq")] public partial class MsInvoiceOrderReq : global::ProtoBuf.IExtensible { public MsInvoiceOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _InvoiceOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"InvoiceOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InvoiceOrderID { get { return _InvoiceOrderID; } set { _InvoiceOrderID = value; } } private ulong _ReceiverUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ReceiverUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiverUserID { get { return _ReceiverUserID; } set { _ReceiverUserID = value; } } private ulong _ReceiverAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReceiverAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiverAccountID { get { return _ReceiverAccountID; } set { _ReceiverAccountID = value; } } private ulong _ShipperUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ShipperUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShipperUserID { get { return _ShipperUserID; } set { _ShipperUserID = value; } } private ulong _ShipperAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ShipperAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShipperAccountID { get { return _ShipperAccountID; } set { _ShipperAccountID = value; } } private int _ApplyType = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ApplyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ApplyType { get { return _ApplyType; } set { _ApplyType = value; } } private uint _PickupMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PickupMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PickupMode { get { return _PickupMode; } set { _PickupMode = value; } } private readonly global::System.Collections.Generic.List _DeliverGoodsInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(9, Name=@"DeliverGoodsInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DeliverGoodsInfo { get { return _DeliverGoodsInfo; } } private ulong _ShipQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ShipQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShipQty { get { return _ShipQty; } set { _ShipQty = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = value; } } private string _ExpressInfo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExpressInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpressInfo { get { return _ExpressInfo; } set { _ExpressInfo = value; } } private int _ReceiptStatus = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ReceiptStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReceiptStatus { get { return _ReceiptStatus; } set { _ReceiptStatus = value; } } private int _ReceiptType = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ReceiptType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReceiptType { get { return _ReceiptType; } set { _ReceiptType = value; } } private string _UserName = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"UserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserName { get { return _UserName; } set { _UserName = value; } } private string _TaxpayerID = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"TaxpayerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TaxpayerID { get { return _TaxpayerID; } set { _TaxpayerID = value; } } private string _ContactInfo = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"ContactInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactInfo { get { return _ContactInfo; } set { _ContactInfo = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private ulong _SpecUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"SpecUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SpecUserID { get { return _SpecUserID; } set { _SpecUserID = value; } } private int _VersionFlag = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"VersionFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VersionFlag { get { return _VersionFlag; } set { _VersionFlag = value; } } private string _receiptcode = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"receiptcode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptcode { get { return _receiptcode; } set { _receiptcode = value; } } private string _receiptamount = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"receiptamount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptamount { get { return _receiptamount; } set { _receiptamount = value; } } private string _receiptdate = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"receiptdate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptdate { get { return _receiptdate; } set { _receiptdate = value; } } private string _receiptbank = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"receiptbank", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptbank { get { return _receiptbank; } set { _receiptbank = value; } } private string _receiptaccount = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"receiptaccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptaccount { get { return _receiptaccount; } set { _receiptaccount = value; } } private string _address = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string address { get { return _address; } set { _address = value; } } private string _idnum = ""; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"idnum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string idnum { get { return _idnum; } set { _idnum = 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=@"MsInvoiceOrderDetail")] public partial class MsInvoiceOrderDetail : global::ProtoBuf.IExtensible { public MsInvoiceOrderDetail() {} private uint _ShipGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ShipGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ShipGoodsID { get { return _ShipGoodsID; } set { _ShipGoodsID = value; } } private long _ShipQty = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ShipQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ShipQty { get { return _ShipQty; } set { _ShipQty = 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=@"MsInvoiceOrderRsp")] public partial class MsInvoiceOrderRsp : global::ProtoBuf.IExtensible { public MsInvoiceOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = 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=@"MsInvoiceConfirmReq")] public partial class MsInvoiceConfirmReq : global::ProtoBuf.IExtensible { public MsInvoiceConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _InvoiceOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"InvoiceOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InvoiceOrderID { get { return _InvoiceOrderID; } set { _InvoiceOrderID = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"MsInvoiceConfirmRsp")] public partial class MsInvoiceConfirmRsp : global::ProtoBuf.IExtensible { public MsInvoiceConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _InvoiceOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InvoiceOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InvoiceOrderID { get { return _InvoiceOrderID; } set { _InvoiceOrderID = 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=@"ZYShipperConfigInfo")] public partial class ZYShipperConfigInfo : global::ProtoBuf.IExtensible { public ZYShipperConfigInfo() {} private int _ApplyType = int.MinValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ApplyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ApplyType { get { return _ApplyType; } set { _ApplyType = value; } } private uint _PickupMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PickupMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PickupMode { get { return _PickupMode; } set { _PickupMode = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = value; } } private string _ExpressInfo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExpressInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpressInfo { get { return _ExpressInfo; } set { _ExpressInfo = value; } } private uint _ReceiptStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReceiptStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReceiptStatus { get { return _ReceiptStatus; } set { _ReceiptStatus = value; } } private uint _ReceiptType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ReceiptType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReceiptType { get { return _ReceiptType; } set { _ReceiptType = value; } } private string _UserName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserName { get { return _UserName; } set { _UserName = value; } } private string _TaxpayerID = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TaxpayerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TaxpayerID { get { return _TaxpayerID; } set { _TaxpayerID = value; } } private string _ContactInfo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ContactInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactInfo { get { return _ContactInfo; } set { _ContactInfo = value; } } private readonly global::System.Collections.Generic.List _DeliverGoodsInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(10, Name=@"DeliverGoodsInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DeliverGoodsInfo { get { return _DeliverGoodsInfo; } } private string _receiptcode = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"receiptcode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptcode { get { return _receiptcode; } set { _receiptcode = value; } } private string _receiptamount = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"receiptamount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptamount { get { return _receiptamount; } set { _receiptamount = value; } } private string _receiptdate = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"receiptdate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptdate { get { return _receiptdate; } set { _receiptdate = value; } } private string _receiptbank = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"receiptbank", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptbank { get { return _receiptbank; } set { _receiptbank = value; } } private string _receiptaccount = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"receiptaccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptaccount { get { return _receiptaccount; } set { _receiptaccount = value; } } private string _address = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string address { get { return _address; } set { _address = value; } } private string _idnum = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"idnum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string idnum { get { return _idnum; } set { _idnum = 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=@"MsOrderExerciseReq")] public partial class MsOrderExerciseReq : global::ProtoBuf.IExtensible { public MsOrderExerciseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ReceiverUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReceiverUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiverUserID { get { return _ReceiverUserID; } set { _ReceiverUserID = value; } } private ulong _ReceiverAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ReceiverAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiverAccountID { get { return _ReceiverAccountID; } set { _ReceiverAccountID = value; } } private ulong _ShipperUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ShipperUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShipperUserID { get { return _ShipperUserID; } set { _ShipperUserID = value; } } private ulong _ShipperAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ShipperAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShipperAccountID { get { return _ShipperAccountID; } set { _ShipperAccountID = value; } } private double _Premium = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Premium", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Premium { get { return _Premium; } set { _Premium = value; } } private double _ExercisePrice = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExercisePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExercisePrice { get { return _ExercisePrice; } set { _ExercisePrice = value; } } private int _HolderQty = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"HolderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int HolderQty { get { return _HolderQty; } set { _HolderQty = value; } } private double _AgreeUnit = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AgreeUnit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AgreeUnit { get { return _AgreeUnit; } set { _AgreeUnit = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private int _ShipperConfigType = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ShipperConfigType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ShipperConfigType { get { return _ShipperConfigType; } set { _ShipperConfigType = value; } } private byte[] _ShipperConfigInfo = null; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ShipperConfigInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public byte[] ShipperConfigInfo { get { return _ShipperConfigInfo; } set { _ShipperConfigInfo = value; } } private int _VersionFlag = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"VersionFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VersionFlag { get { return _VersionFlag; } set { _VersionFlag = value; } } private ulong _RelatedTradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"RelatedTradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedTradeID { get { return _RelatedTradeID; } set { _RelatedTradeID = value; } } private uint _OptionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OptionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptionType { get { return _OptionType; } set { _OptionType = value; } } private double _MarketPrice = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"MarketPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MarketPrice { get { return _MarketPrice; } set { _MarketPrice = 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=@"MsOrderExerciseRsp")] public partial class MsOrderExerciseRsp : global::ProtoBuf.IExtensible { public MsOrderExerciseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = 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=@"MsLadingOrderReq")] public partial class MsLadingOrderReq : global::ProtoBuf.IExtensible { public MsLadingOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _LadingUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"LadingUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingUserID { get { return _LadingUserID; } set { _LadingUserID = value; } } private ulong _LadingAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LadingAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LadingAccountID { get { return _LadingAccountID; } set { _LadingAccountID = value; } } private ulong _ShipperUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ShipperUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShipperUserID { get { return _ShipperUserID; } set { _ShipperUserID = value; } } private ulong _ShipperAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ShipperAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShipperAccountID { get { return _ShipperAccountID; } set { _ShipperAccountID = value; } } private int _ApplyType = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ApplyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ApplyType { get { return _ApplyType; } set { _ApplyType = value; } } private readonly global::System.Collections.Generic.List _DeliverGoodsInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"DeliverGoodsInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DeliverGoodsInfo { get { return _DeliverGoodsInfo; } } private ulong _ShipQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ShipQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShipQty { get { return _ShipQty; } set { _ShipQty = value; } } private string _ReceiverAddress = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ReceiverAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverAddress { get { return _ReceiverAddress; } set { _ReceiverAddress = value; } } private string _ExpressInfo = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ExpressInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpressInfo { get { return _ExpressInfo; } set { _ExpressInfo = value; } } private uint _ReceiptStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ReceiptStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReceiptStatus { get { return _ReceiptStatus; } set { _ReceiptStatus = value; } } private int _ReceiptType = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ReceiptType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReceiptType { get { return _ReceiptType; } set { _ReceiptType = value; } } private string _UserName = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"UserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserName { get { return _UserName; } set { _UserName = value; } } private string _TaxpayerID = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"TaxpayerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TaxpayerID { get { return _TaxpayerID; } set { _TaxpayerID = value; } } private string _ContactInfo = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"ContactInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactInfo { get { return _ContactInfo; } set { _ContactInfo = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private int _PickupMode = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"PickupMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PickupMode { get { return _PickupMode; } set { _PickupMode = value; } } private ulong _SpecUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"SpecUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SpecUserID { get { return _SpecUserID; } set { _SpecUserID = value; } } private int _VersionFlag = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"VersionFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int VersionFlag { get { return _VersionFlag; } set { _VersionFlag = value; } } private string _receiptcode = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"receiptcode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptcode { get { return _receiptcode; } set { _receiptcode = value; } } private string _receiptamount = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"receiptamount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptamount { get { return _receiptamount; } set { _receiptamount = value; } } private string _receiptdate = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"receiptdate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptdate { get { return _receiptdate; } set { _receiptdate = value; } } private string _receiptbank = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"receiptbank", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptbank { get { return _receiptbank; } set { _receiptbank = value; } } private string _receiptaccount = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"receiptaccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptaccount { get { return _receiptaccount; } set { _receiptaccount = value; } } private string _address = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string address { get { return _address; } set { _address = value; } } private string _idnum = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"idnum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string idnum { get { return _idnum; } set { _idnum = 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=@"MsLadingOrderRsp")] public partial class MsLadingOrderRsp : global::ProtoBuf.IExtensible { public MsLadingOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = 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=@"MarkingReciptReq")] public partial class MarkingReciptReq : global::ProtoBuf.IExtensible { public MarkingReciptReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ReqTicket = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqTicket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReqTicket { get { return _ReqTicket; } set { _ReqTicket = value; } } private ulong _InvoiceOrderID; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"InvoiceOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong InvoiceOrderID { get { return _InvoiceOrderID; } set { _InvoiceOrderID = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private int _ReceiptStatus; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"ReceiptStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int ReceiptStatus { get { return _ReceiptStatus; } set { _ReceiptStatus = value; } } private int _ReceiptType; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"ReceiptType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int ReceiptType { get { return _ReceiptType; } set { _ReceiptType = value; } } private string _UserName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserName { get { return _UserName; } set { _UserName = value; } } private string _TaxpayerID = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TaxpayerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TaxpayerID { get { return _TaxpayerID; } set { _TaxpayerID = value; } } private string _ContactInfo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ContactInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactInfo { get { return _ContactInfo; } set { _ContactInfo = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _IDNum = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"IDNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IDNum { get { return _IDNum; } set { _IDNum = value; } } private string _receiptbank = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"receiptbank", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptbank { get { return _receiptbank; } set { _receiptbank = value; } } private string _receiptaccount = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"receiptaccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string receiptaccount { get { return _receiptaccount; } set { _receiptaccount = 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=@"MarkingReciptRsp")] public partial class MarkingReciptRsp : global::ProtoBuf.IExtensible { public MarkingReciptRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ReqTicket = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqTicket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReqTicket { get { return _ReqTicket; } set { _ReqTicket = value; } } private ulong _InvoiceOrderID; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"InvoiceOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public ulong InvoiceOrderID { get { return _InvoiceOrderID; } set { _InvoiceOrderID = value; } } private int _Status; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int Status { get { return _Status; } set { _Status = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"MsCoupon2ScoreReq")] public partial class MsCoupon2ScoreReq : global::ProtoBuf.IExtensible { public MsCoupon2ScoreReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private int _IsTurnScore = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"IsTurnScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsTurnScore { get { return _IsTurnScore; } set { _IsTurnScore = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"MsCoupon2ScoreRsp")] public partial class MsCoupon2ScoreRsp : global::ProtoBuf.IExtensible { public MsCoupon2ScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedID { get { return _RelatedID; } set { _RelatedID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"GiveScoreRsp")] public partial class GiveScoreRsp : global::ProtoBuf.IExtensible { public GiveScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _Exchticket = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Exchticket", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong 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=@"MsOrderExerciseAuditReq")] public partial class MsOrderExerciseAuditReq : global::ProtoBuf.IExtensible { public MsOrderExerciseAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _InvoiceOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"InvoiceOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InvoiceOrderID { get { return _InvoiceOrderID; } set { _InvoiceOrderID = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"MsOrderExerciseAuditRsp")] public partial class MsOrderExerciseAuditRsp : global::ProtoBuf.IExtensible { public MsOrderExerciseAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _InvoiceOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"InvoiceOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InvoiceOrderID { get { return _InvoiceOrderID; } set { _InvoiceOrderID = 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=@"FetchScoreReq")] public partial class FetchScoreReq : global::ProtoBuf.IExtensible { public FetchScoreReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _FromUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"FromUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FromUserID { get { return _FromUserID; } set { _FromUserID = value; } } private uint _ScoreType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ScoreType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreType { get { return _ScoreType; } set { _ScoreType = value; } } private uint _ScoreNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ScoreNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreNum { get { return _ScoreNum; } set { _ScoreNum = value; } } private string _ResponseTopic = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ResponseTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResponseTopic { get { return _ResponseTopic; } set { _ResponseTopic = value; } } private uint _ValidType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ValidType { get { return _ValidType; } set { _ValidType = value; } } private string _ExpireDate = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExpireDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpireDate { get { return _ExpireDate; } set { _ExpireDate = value; } } private uint _RelatedOrderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"RelatedOrderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint RelatedOrderType { get { return _RelatedOrderType; } set { _RelatedOrderType = value; } } private ulong _RelationOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"RelationOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelationOrderID { get { return _RelationOrderID; } set { _RelationOrderID = value; } } private uint _MarketingStrategyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"MarketingStrategyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketingStrategyID { get { return _MarketingStrategyID; } set { _MarketingStrategyID = value; } } private uint _BusinessCode = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"BusinessCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BusinessCode { get { return _BusinessCode; } set { _BusinessCode = 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=@"FetchScoreRsp")] public partial class FetchScoreRsp : global::ProtoBuf.IExtensible { public FetchScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"ConsumeScoreReq")] public partial class ConsumeScoreReq : global::ProtoBuf.IExtensible { public ConsumeScoreReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _ToUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ToUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ToUserID { get { return _ToUserID; } set { _ToUserID = value; } } private uint _ScoreType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ScoreType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreType { get { return _ScoreType; } set { _ScoreType = value; } } private uint _ScoreNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ScoreNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreNum { get { return _ScoreNum; } set { _ScoreNum = value; } } private ulong _RelationOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RelationOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelationOrderID { get { return _RelationOrderID; } set { _RelationOrderID = value; } } private string _ResponseTopic = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ResponseTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResponseTopic { get { return _ResponseTopic; } set { _ResponseTopic = value; } } private uint _OperatorType = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OperatorType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperatorType { get { return _OperatorType; } set { _OperatorType = 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=@"ConsumeScoreRsp")] public partial class ConsumeScoreRsp : global::ProtoBuf.IExtensible { public ConsumeScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"CloseDownScoreReq")] public partial class CloseDownScoreReq : global::ProtoBuf.IExtensible { public CloseDownScoreReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _BuyBackReqId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyBackReqId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyBackReqId { get { return _BuyBackReqId; } set { _BuyBackReqId = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _FromUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"FromUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FromUserID { get { return _FromUserID; } set { _FromUserID = value; } } private uint _Auditer = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Auditer", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Auditer { get { return _Auditer; } set { _Auditer = value; } } private string _AuditRemark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AuditRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditRemark { get { return _AuditRemark; } set { _AuditRemark = value; } } private uint _ScoreType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ScoreType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreType { get { return _ScoreType; } set { _ScoreType = value; } } private uint _ScoreNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ScoreNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreNum { get { return _ScoreNum; } set { _ScoreNum = value; } } private ulong _RelationOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"RelationOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelationOrderID { get { return _RelationOrderID; } set { _RelationOrderID = value; } } private string _ResponseTopic = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ResponseTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResponseTopic { get { return _ResponseTopic; } set { _ResponseTopic = 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=@"CloseDownScoreRsp")] public partial class CloseDownScoreRsp : global::ProtoBuf.IExtensible { public CloseDownScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"AppCloseDownScoreReq")] public partial class AppCloseDownScoreReq : global::ProtoBuf.IExtensible { public AppCloseDownScoreReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _BuyBackReqId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyBackReqId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyBackReqId { get { return _BuyBackReqId; } set { _BuyBackReqId = value; } } private uint _ReqUserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqUserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqUserId { get { return _ReqUserId; } set { _ReqUserId = value; } } private ulong _ReqAccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReqAccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReqAccountId { get { return _ReqAccountId; } set { _ReqAccountId = value; } } private uint _ProviderUserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ProviderUserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ProviderUserId { get { return _ProviderUserId; } set { _ProviderUserId = value; } } private ulong _ProviderAccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ProviderAccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ProviderAccountId { get { return _ProviderAccountId; } set { _ProviderAccountId = value; } } private uint _ScoreTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ScoreTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreTypeID { get { return _ScoreTypeID; } set { _ScoreTypeID = value; } } private int _Score = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Score { get { return _Score; } set { _Score = value; } } private double _Amount = int.MinValue; [global::ProtoBuf.ProtoMember(10, 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 int _ReqStatus = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ReqStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ReqStatus { get { return _ReqStatus; } set { _ReqStatus = value; } } private string _ResponseTopic = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ResponseTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResponseTopic { get { return _ResponseTopic; } set { _ResponseTopic = 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=@"AppCloseDownScoreRsp")] public partial class AppCloseDownScoreRsp : global::ProtoBuf.IExtensible { public AppCloseDownScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"CancelScoreReq")] public partial class CancelScoreReq : global::ProtoBuf.IExtensible { public CancelScoreReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _BuyBackReqId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyBackReqId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyBackReqId { get { return _BuyBackReqId; } set { _BuyBackReqId = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _FromUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"FromUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FromUserID { get { return _FromUserID; } set { _FromUserID = value; } } private uint _ScoreType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ScoreType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreType { get { return _ScoreType; } set { _ScoreType = value; } } private uint _ScoreNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ScoreNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreNum { get { return _ScoreNum; } set { _ScoreNum = value; } } private string _ResponseTopic = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ResponseTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResponseTopic { get { return _ResponseTopic; } set { _ResponseTopic = 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=@"CancelScoreRsp")] public partial class CancelScoreRsp : global::ProtoBuf.IExtensible { public CancelScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"ClearScoreReq")] public partial class ClearScoreReq : global::ProtoBuf.IExtensible { public ClearScoreReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _ScoreType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ScoreType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreType { get { return _ScoreType; } set { _ScoreType = value; } } private uint _ScoreNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ScoreNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreNum { get { return _ScoreNum; } set { _ScoreNum = value; } } private string _ResponseTopic = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ResponseTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResponseTopic { get { return _ResponseTopic; } set { _ResponseTopic = 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=@"ClearScoreRsp")] public partial class ClearScoreRsp : global::ProtoBuf.IExtensible { public ClearScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = 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=@"GetScoreRsp")] public partial class GetScoreRsp : global::ProtoBuf.IExtensible { public GetScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _ScoreType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ScoreType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreType { get { return _ScoreType; } set { _ScoreType = value; } } private uint _ScoreNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ScoreNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreNum { get { return _ScoreNum; } set { _ScoreNum = value; } } private uint _ValidType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ValidType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ValidType { get { return _ValidType; } set { _ValidType = value; } } private string _ExpireDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExpireDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpireDate { get { return _ExpireDate; } set { _ExpireDate = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = 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=@"ReduceScoreReq")] public partial class ReduceScoreReq : global::ProtoBuf.IExtensible { public ReduceScoreReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _ToUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ToUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ToUserID { get { return _ToUserID; } set { _ToUserID = value; } } private uint _ScoreType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ScoreType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreType { get { return _ScoreType; } set { _ScoreType = value; } } private uint _ScoreNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ScoreNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreNum { get { return _ScoreNum; } set { _ScoreNum = value; } } private ulong _RelationOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RelationOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelationOrderID { get { return _RelationOrderID; } set { _RelationOrderID = value; } } private string _ResponseTopic = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ResponseTopic", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ResponseTopic { get { return _ResponseTopic; } set { _ResponseTopic = 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=@"ReduceScoreRsp")] public partial class ReduceScoreRsp : global::ProtoBuf.IExtensible { public ReduceScoreRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"UserReceiveInfoReq")] public partial class UserReceiveInfoReq : global::ProtoBuf.IExtensible { public UserReceiveInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ReceiverName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReceiverName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverName { get { return _ReceiverName; } set { _ReceiverName = value; } } private uint _CardTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CardTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CardTypeID { get { return _CardTypeID; } set { _CardTypeID = value; } } private string _CardNum = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = value; } } private string _PhoneNum = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PhoneNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PhoneNum { get { return _PhoneNum; } set { _PhoneNum = value; } } private uint _CountryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CountryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CountryID { get { return _CountryID; } set { _CountryID = value; } } private uint _ProvinceID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ProvinceID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ProvinceID { get { return _ProvinceID; } set { _ProvinceID = value; } } private uint _CityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CityID { get { return _CityID; } set { _CityID = value; } } private uint _DistrictID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"DistrictID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DistrictID { get { return _DistrictID; } set { _DistrictID = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _TakeRemark = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"TakeRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TakeRemark { get { return _TakeRemark; } set { _TakeRemark = value; } } private ulong _ReceiveInfoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ReceiveInfoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiveInfoId { get { return _ReceiveInfoId; } set { _ReceiveInfoId = 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=@"UserReceiveInfoRsp")] public partial class UserReceiveInfoRsp : global::ProtoBuf.IExtensible { public UserReceiveInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ReceiveInfoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReceiveInfoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiveInfoId { get { return _ReceiveInfoId; } set { _ReceiveInfoId = 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=@"DelUserReceiveInfoReq")] public partial class DelUserReceiveInfoReq : global::ProtoBuf.IExtensible { public DelUserReceiveInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ReceiveInfoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReceiveInfoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiveInfoId { get { return _ReceiveInfoId; } set { _ReceiveInfoId = 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=@"DelUserReceiveInfoRsp")] public partial class DelUserReceiveInfoRsp : global::ProtoBuf.IExtensible { public DelUserReceiveInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"UserReceiptInfoReq")] public partial class UserReceiptInfoReq : global::ProtoBuf.IExtensible { public UserReceiptInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _UserName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserName { get { return _UserName; } set { _UserName = value; } } private uint _ReceiptType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReceiptType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReceiptType { get { return _ReceiptType; } set { _ReceiptType = value; } } private string _TaxpayerID = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TaxpayerID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TaxpayerID { get { return _TaxpayerID; } set { _TaxpayerID = value; } } private string _ContactInfo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ContactInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactInfo { get { return _ContactInfo; } set { _ContactInfo = value; } } private ulong _ReceiptInfoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ReceiptInfoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiptInfoId { get { return _ReceiptInfoId; } set { _ReceiptInfoId = value; } } private string _ReceiptBank = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ReceiptBank", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiptBank { get { return _ReceiptBank; } set { _ReceiptBank = value; } } private string _ReceiptAccount = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ReceiptAccount", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiptAccount { get { return _ReceiptAccount; } set { _ReceiptAccount = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _IDNum = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"IDNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string IDNum { get { return _IDNum; } set { _IDNum = 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=@"UserReceiptInfoRsp")] public partial class UserReceiptInfoRsp : global::ProtoBuf.IExtensible { public UserReceiptInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ReceiptInfoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReceiptInfoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiptInfoId { get { return _ReceiptInfoId; } set { _ReceiptInfoId = 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=@"DelUserReceiptInfoReq")] public partial class DelUserReceiptInfoReq : global::ProtoBuf.IExtensible { public DelUserReceiptInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ReceiptInfoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReceiptInfoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ReceiptInfoId { get { return _ReceiptInfoId; } set { _ReceiptInfoId = 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=@"DelUserReceiptInfoRsp")] public partial class DelUserReceiptInfoRsp : global::ProtoBuf.IExtensible { public DelUserReceiptInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"InvestorDelReq")] public partial class InvestorDelReq : global::ProtoBuf.IExtensible { public InvestorDelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private string _ImageUrl = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ImageUrl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ImageUrl { get { return _ImageUrl; } set { _ImageUrl = 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=@"InvestorDelRsp")] public partial class InvestorDelRsp : global::ProtoBuf.IExtensible { public InvestorDelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"ProviderUserSignReq")] public partial class ProviderUserSignReq : global::ProtoBuf.IExtensible { public ProviderUserSignReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ProviderUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ProviderUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ProviderUserID { get { return _ProviderUserID; } set { _ProviderUserID = value; } } private ulong _InvestorUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"InvestorUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InvestorUserID { get { return _InvestorUserID; } set { _InvestorUserID = 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=@"ProviderUserSignRsp")] public partial class ProviderUserSignRsp : global::ProtoBuf.IExtensible { public ProviderUserSignRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ContractName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ContractName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContractName { get { return _ContractName; } set { _ContractName = 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=@"PreSaleApplyPrice")] public partial class PreSaleApplyPrice : global::ProtoBuf.IExtensible { public PreSaleApplyPrice() {} private uint _Stepindex = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Stepindex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Stepindex { get { return _Stepindex; } set { _Stepindex = value; } } private uint _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Qty { get { return _Qty; } set { _Qty = value; } } private double _Price = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price { get { return _Price; } set { _Price = 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=@"PreSaleApplyReq")] public partial class PreSaleApplyReq : global::ProtoBuf.IExtensible { public PreSaleApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _Selleruserid = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Selleruserid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Selleruserid { get { return _Selleruserid; } set { _Selleruserid = value; } } private ulong _Selleraccountid = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Selleraccountid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Selleraccountid { get { return _Selleraccountid; } set { _Selleraccountid = value; } } private ulong _MarketId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketId { get { return _MarketId; } set { _MarketId = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private string _Unit = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Unit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Unit { get { return _Unit; } set { _Unit = value; } } private uint _Applyqty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Applyqty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Applyqty { get { return _Applyqty; } set { _Applyqty = value; } } private string _Goodspicurl = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Goodspicurl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Goodspicurl { get { return _Goodspicurl; } set { _Goodspicurl = value; } } private string _Goodsdesc = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Goodsdesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Goodsdesc { get { return _Goodsdesc; } set { _Goodsdesc = value; } } private string _Startday = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Startday", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Startday { get { return _Startday; } set { _Startday = value; } } private string _Endday = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Endday", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Endday { get { return _Endday; } set { _Endday = value; } } private uint _Steppricetype = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Steppricetype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Steppricetype { get { return _Steppricetype; } set { _Steppricetype = value; } } private readonly global::System.Collections.Generic.List _PriceList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(13, Name=@"PriceList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List PriceList { get { return _PriceList; } } private ulong _ApplyId = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ApplyId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyId { get { return _ApplyId; } set { _ApplyId = value; } } private uint _Decimalplace = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"Decimalplace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Decimalplace { get { return _Decimalplace; } set { _Decimalplace = 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=@"PreSaleApplyRsp")] public partial class PreSaleApplyRsp : global::ProtoBuf.IExtensible { public PreSaleApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ApplyID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"AuctionApplyCancelClientReq")] public partial class AuctionApplyCancelClientReq : global::ProtoBuf.IExtensible { public AuctionApplyCancelClientReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionApplyCancelClientRsp")] public partial class AuctionApplyCancelClientRsp : global::ProtoBuf.IExtensible { public AuctionApplyCancelClientRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionApplyOrderReq")] public partial class AuctionApplyOrderReq : global::ProtoBuf.IExtensible { public AuctionApplyOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WRUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WRUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRUserID { get { return _WRUserID; } set { _WRUserID = value; } } private ulong _WRAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRAccountID { get { return _WRAccountID; } set { _WRAccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private ulong _ApplyQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ApplyQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyQty { get { return _ApplyQty; } set { _ApplyQty = value; } } private double _StartPrice = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"StartPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double StartPrice { get { return _StartPrice; } set { _StartPrice = value; } } private double _FloorPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"FloorPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FloorPrice { get { return _FloorPrice; } set { _FloorPrice = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private string _EndTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"EndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndTime { get { return _EndTime; } set { _EndTime = value; } } private string _AuctionDesc = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"AuctionDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuctionDesc { get { return _AuctionDesc; } set { _AuctionDesc = value; } } private uint _CutInterval = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"CutInterval", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CutInterval { get { return _CutInterval; } set { _CutInterval = value; } } private double _PriceStep = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"PriceStep", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceStep { get { return _PriceStep; } set { _PriceStep = value; } } private uint _DecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"DecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DecimalPlace { get { return _DecimalPlace; } set { _DecimalPlace = value; } } private string _Uint = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"Uint", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Uint { get { return _Uint; } set { _Uint = value; } } private string _GoodsPicUrl = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"GoodsPicUrl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsPicUrl { get { return _GoodsPicUrl; } set { _GoodsPicUrl = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _StartTradeDate = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"StartTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTradeDate { get { return _StartTradeDate; } set { _StartTradeDate = value; } } private uint _HasWr = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"HasWr", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HasWr { get { return _HasWr; } set { _HasWr = value; } } private string _Appraisal = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"Appraisal", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Appraisal { get { return _Appraisal; } set { _Appraisal = value; } } private double _Highestprice = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"Highestprice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Highestprice { get { return _Highestprice; } set { _Highestprice = value; } } private ulong _Deliverygoodsid = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"Deliverygoodsid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Deliverygoodsid { get { return _Deliverygoodsid; } set { _Deliverygoodsid = value; } } private ulong _Brandid = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"Brandid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Brandid { get { return _Brandid; } set { _Brandid = value; } } private ulong _Qualityid = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"Qualityid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qualityid { get { return _Qualityid; } set { _Qualityid = value; } } private ulong _Specid = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"Specid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Specid { get { return _Specid; } set { _Specid = value; } } private ulong _Warehouseid = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"Warehouseid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Warehouseid { get { return _Warehouseid; } set { _Warehouseid = value; } } private ulong _Deliverymonthid = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"Deliverymonthid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Deliverymonthid { get { return _Deliverymonthid; } set { _Deliverymonthid = 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=@"AuctionApplyOrderRsp")] public partial class AuctionApplyOrderRsp : global::ProtoBuf.IExtensible { public AuctionApplyOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"InvoiceOrderRevedReq")] public partial class InvoiceOrderRevedReq : global::ProtoBuf.IExtensible { public InvoiceOrderRevedReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _InvoiceOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"InvoiceOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong InvoiceOrderID { get { return _InvoiceOrderID; } set { _InvoiceOrderID = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"InvoiceOrderRevedRsp")] public partial class InvoiceOrderRevedRsp : global::ProtoBuf.IExtensible { public InvoiceOrderRevedRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"PreSaleApplyCancelReq")] public partial class PreSaleApplyCancelReq : global::ProtoBuf.IExtensible { public PreSaleApplyCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _CancelType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CancelType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CancelType { get { return _CancelType; } set { _CancelType = 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=@"PreSaleApplyCancelRsp")] public partial class PreSaleApplyCancelRsp : global::ProtoBuf.IExtensible { public PreSaleApplyCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"AuctionApplyOrderEditReq")] public partial class AuctionApplyOrderEditReq : global::ProtoBuf.IExtensible { public AuctionApplyOrderEditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _WRUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WRUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRUserID { get { return _WRUserID; } set { _WRUserID = value; } } private ulong _WRAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WRAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRAccountID { get { return _WRAccountID; } set { _WRAccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private ulong _ApplyQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ApplyQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyQty { get { return _ApplyQty; } set { _ApplyQty = value; } } private double _StartPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"StartPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double StartPrice { get { return _StartPrice; } set { _StartPrice = value; } } private double _FloorPrice = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"FloorPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FloorPrice { get { return _FloorPrice; } set { _FloorPrice = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private string _EndTime = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"EndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndTime { get { return _EndTime; } set { _EndTime = value; } } private string _AuctionDesc = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"AuctionDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuctionDesc { get { return _AuctionDesc; } set { _AuctionDesc = value; } } private uint _CutInterval = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"CutInterval", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CutInterval { get { return _CutInterval; } set { _CutInterval = value; } } private double _PriceStep = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"PriceStep", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceStep { get { return _PriceStep; } set { _PriceStep = value; } } private uint _DecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"DecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DecimalPlace { get { return _DecimalPlace; } set { _DecimalPlace = value; } } private string _Uint = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Uint", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Uint { get { return _Uint; } set { _Uint = value; } } private string _GoodsPicUrl = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"GoodsPicUrl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsPicUrl { get { return _GoodsPicUrl; } set { _GoodsPicUrl = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _StartTradeDate = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"StartTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTradeDate { get { return _StartTradeDate; } set { _StartTradeDate = value; } } private uint _HasWr = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"HasWr", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HasWr { get { return _HasWr; } set { _HasWr = value; } } private string _Appraisal = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"Appraisal", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Appraisal { get { return _Appraisal; } set { _Appraisal = value; } } private double _Highestprice = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"Highestprice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Highestprice { get { return _Highestprice; } set { _Highestprice = value; } } private ulong _Deliverygoodsid = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"Deliverygoodsid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Deliverygoodsid { get { return _Deliverygoodsid; } set { _Deliverygoodsid = value; } } private ulong _Brandid = uint.MaxValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"Brandid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Brandid { get { return _Brandid; } set { _Brandid = value; } } private ulong _Qualityid = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"Qualityid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qualityid { get { return _Qualityid; } set { _Qualityid = value; } } private ulong _Specid = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"Specid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Specid { get { return _Specid; } set { _Specid = value; } } private ulong _Warehouseid = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"Warehouseid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Warehouseid { get { return _Warehouseid; } set { _Warehouseid = value; } } private ulong _Deliverymonthid = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"Deliverymonthid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Deliverymonthid { get { return _Deliverymonthid; } set { _Deliverymonthid = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private uint _ChangeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeType { get { return _ChangeType; } set { _ChangeType = 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=@"AuctionApplyOrderEditRsp")] public partial class AuctionApplyOrderEditRsp : global::ProtoBuf.IExtensible { public AuctionApplyOrderEditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"UserReceiveIsDefaultReq")] public partial class UserReceiveIsDefaultReq : global::ProtoBuf.IExtensible { public UserReceiveIsDefaultReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AutoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AutoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AutoId { get { return _AutoId; } set { _AutoId = value; } } private ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = 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=@"UserReceiveIsDefaultRsp")] public partial class UserReceiveIsDefaultRsp : global::ProtoBuf.IExtensible { public UserReceiveIsDefaultRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AutoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AutoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AutoId { get { return _AutoId; } set { _AutoId = 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=@"VolatilityGoodsConfigNtf")] public partial class VolatilityGoodsConfigNtf : global::ProtoBuf.IExtensible { public VolatilityGoodsConfigNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private int _FromField = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"FromField", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int FromField { get { return _FromField; } set { _FromField = value; } } private string _ExhqCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExhqCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExhqCode { get { return _ExhqCode; } set { _ExhqCode = value; } } private string _GoodShqCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodShqCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodShqCode { get { return _GoodShqCode; } set { _GoodShqCode = value; } } private double _PreReckonPrice = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PreReckonPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PreReckonPrice { get { return _PreReckonPrice; } set { _PreReckonPrice = value; } } private string _ClearTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClearTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClearTime { get { return _ClearTime; } set { _ClearTime = value; } } private int _IsDelete = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"IsDelete", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int IsDelete { get { return _IsDelete; } set { _IsDelete = value; } } private int _GoodsID = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int GoodsID { get { return _GoodsID; } set { _GoodsID = 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=@"ModifyQuoterPriceMoveValueNtf")] public partial class ModifyQuoterPriceMoveValueNtf : global::ProtoBuf.IExtensible { public ModifyQuoterPriceMoveValueNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsId { get { return _GoodsId; } set { _GoodsId = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private double _PriceMoveValue = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PriceMoveValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMoveValue { get { return _PriceMoveValue; } set { _PriceMoveValue = value; } } private double _HqConvertRatio = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"HqConvertRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HqConvertRatio { get { return _HqConvertRatio; } set { _HqConvertRatio = value; } } private uint _PriceMoveAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PriceMoveAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMoveAlgorithm { get { return _PriceMoveAlgorithm; } set { _PriceMoveAlgorithm = value; } } private string _Exchid = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Exchid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Exchid { get { return _Exchid; } set { _Exchid = value; } } private ulong _BuyPtsub = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BuyPtsub", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyPtsub { get { return _BuyPtsub; } set { _BuyPtsub = value; } } private ulong _SellPtsub = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"SellPtsub", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellPtsub { get { return _SellPtsub; } set { _SellPtsub = value; } } private ulong _FilterpStub = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"FilterpStub", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong FilterpStub { get { return _FilterpStub; } set { _FilterpStub = 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=@"ReceiverInfo")] public partial class ReceiverInfo : global::ProtoBuf.IExtensible { public ReceiverInfo() {} private ulong _AutoID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"AutoID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AutoID { get { return _AutoID; } set { _AutoID = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private string _ReceiverName = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ReceiverName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReceiverName { get { return _ReceiverName; } set { _ReceiverName = value; } } private uint _CardTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CardTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CardTypeID { get { return _CardTypeID; } set { _CardTypeID = value; } } private string _CardNum = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = value; } } private string _PhoneNum = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PhoneNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PhoneNum { get { return _PhoneNum; } set { _PhoneNum = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _TakeRemark = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TakeRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TakeRemark { get { return _TakeRemark; } set { _TakeRemark = value; } } private string _AccountName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"AccountName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountName { get { return _AccountName; } set { _AccountName = value; } } private ulong _CountryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CountryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CountryID { get { return _CountryID; } set { _CountryID = value; } } private ulong _ProvinceID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ProvinceID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ProvinceID { get { return _ProvinceID; } set { _ProvinceID = value; } } private ulong _CityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CityID { get { return _CityID; } set { _CityID = value; } } private ulong _DistrictID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DistrictID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DistrictID { get { return _DistrictID; } set { _DistrictID = value; } } private uint _IsDefault = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"IsDefault", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsDefault { get { return _IsDefault; } set { _IsDefault = value; } } private string _CountryName = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"CountryName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CountryName { get { return _CountryName; } set { _CountryName = value; } } private string _CountryCode = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"CountryCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CountryCode { get { return _CountryCode; } set { _CountryCode = value; } } private string _CountryPCode = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"CountryPCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CountryPCode { get { return _CountryPCode; } set { _CountryPCode = value; } } private string _ProvinceName = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ProvinceName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProvinceName { get { return _ProvinceName; } set { _ProvinceName = value; } } private string _ProvinceCode = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ProvinceCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProvinceCode { get { return _ProvinceCode; } set { _ProvinceCode = value; } } private string _ProvincePCode = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"ProvincePCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProvincePCode { get { return _ProvincePCode; } set { _ProvincePCode = value; } } private string _CityName = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"CityName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CityName { get { return _CityName; } set { _CityName = value; } } private string _CityCode = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"CityCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CityCode { get { return _CityCode; } set { _CityCode = value; } } private string _CityPCode = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"CityPCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CityPCode { get { return _CityPCode; } set { _CityPCode = value; } } private string _DistrictName = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"DistrictName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DistrictName { get { return _DistrictName; } set { _DistrictName = value; } } private string _DistrictCode = ""; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"DistrictCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DistrictCode { get { return _DistrictCode; } set { _DistrictCode = value; } } private string _DistrictPCode = ""; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"DistrictPCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DistrictPCode { get { return _DistrictPCode; } set { _DistrictPCode = 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=@"SearchReceiverReq")] public partial class SearchReceiverReq : global::ProtoBuf.IExtensible { public SearchReceiverReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = 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=@"SearchReceiverRsp")] public partial class SearchReceiverRsp : global::ProtoBuf.IExtensible { public SearchReceiverRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private readonly global::System.Collections.Generic.List _InfoList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"InfoList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List InfoList { get { return _InfoList; } } 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=@"TradeTransferInfo")] public partial class TradeTransferInfo : global::ProtoBuf.IExtensible { public TradeTransferInfo() {} private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private uint _IsContract = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"IsContract", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsContract { get { return _IsContract; } set { _IsContract = value; } } private uint _ContractType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ContractType { get { return _ContractType; } set { _ContractType = value; } } private string _ContractDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ContractDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContractDate { get { return _ContractDate; } set { _ContractDate = value; } } private readonly global::System.Collections.Generic.List _ContractName = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"ContractName", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ContractName { get { return _ContractName; } } 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=@"TradeTransferReq")] public partial class TradeTransferReq : global::ProtoBuf.IExtensible { public TradeTransferReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = 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=@"TradeTransferRsp")] public partial class TradeTransferRsp : global::ProtoBuf.IExtensible { public TradeTransferRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private readonly global::System.Collections.Generic.List _ContractInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"ContractInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ContractInfo { get { return _ContractInfo; } } 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=@"SuerTradeTransferReq")] public partial class SuerTradeTransferReq : global::ProtoBuf.IExtensible { public SuerTradeTransferReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = 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=@"SuerTradeTransferRsp")] public partial class SuerTradeTransferRsp : global::ProtoBuf.IExtensible { public SuerTradeTransferRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private string _PdfName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"PdfName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PdfName { get { return _PdfName; } set { _PdfName = 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=@"AuctionApplyDeleteClientReq")] public partial class AuctionApplyDeleteClientReq : global::ProtoBuf.IExtensible { public AuctionApplyDeleteClientReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionApplyDeleteClientRsp")] public partial class AuctionApplyDeleteClientRsp : global::ProtoBuf.IExtensible { public AuctionApplyDeleteClientRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"ManageNotifyInfo")] public partial class ManageNotifyInfo : global::ProtoBuf.IExtensible { public ManageNotifyInfo() {} private ulong _Userid = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Userid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Userid { get { return _Userid; } set { _Userid = value; } } private string _Title = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Title", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Title { get { return _Title; } set { _Title = value; } } private string _Context = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Context", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Context { get { return _Context; } set { _Context = value; } } private uint _NotifyDay = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"NotifyDay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint NotifyDay { get { return _NotifyDay; } set { _NotifyDay = 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=@"ManageNotifyReq")] public partial class ManageNotifyReq : global::ProtoBuf.IExtensible { public ManageNotifyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _NotifyInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"NotifyInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List NotifyInfo { get { return _NotifyInfo; } } 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=@"ManageNotifyRsp")] public partial class ManageNotifyRsp : global::ProtoBuf.IExtensible { public ManageNotifyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"ResetPasswordCheckReq")] public partial class ResetPasswordCheckReq : global::ProtoBuf.IExtensible { public ResetPasswordCheckReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _PwdType; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"PwdType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public uint PwdType { get { return _PwdType; } set { _PwdType = value; } } private string _AccountId; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountId { get { return _AccountId; } set { _AccountId = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _VerCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"VerCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string VerCode { get { return _VerCode; } set { _VerCode = 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=@"ResetPasswordCheckRsp")] public partial class ResetPasswordCheckRsp : global::ProtoBuf.IExtensible { public ResetPasswordCheckRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _IsAuth = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"IsAuth", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsAuth { get { return _IsAuth; } set { _IsAuth = value; } } private string _VerCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"VerCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string VerCode { get { return _VerCode; } set { _VerCode = value; } } private uint _IsSign = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"IsSign", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsSign { get { return _IsSign; } set { _IsSign = 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=@"ResetPasswordkReq")] public partial class ResetPasswordkReq : global::ProtoBuf.IExtensible { public ResetPasswordkReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _PwdType; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"PwdType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public uint PwdType { get { return _PwdType; } set { _PwdType = value; } } private string _AccountId; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string AccountId { get { return _AccountId; } set { _AccountId = value; } } private string _Mobile; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _VerCode; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"VerCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string VerCode { get { return _VerCode; } set { _VerCode = 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 _CardNum = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = 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=@"ResetPasswordRsp")] public partial class ResetPasswordRsp : global::ProtoBuf.IExtensible { public ResetPasswordRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _NewPwd = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"NewPwd", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NewPwd { get { return _NewPwd; } set { _NewPwd = 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=@"TenderApplyReq")] public partial class TenderApplyReq : global::ProtoBuf.IExtensible { public TenderApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _TenderUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TenderUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TenderUserID { get { return _TenderUserID; } set { _TenderUserID = value; } } private string _TenderNum = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TenderNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderNum { get { return _TenderNum; } set { _TenderNum = value; } } private string _TenderTitle = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TenderTitle", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderTitle { get { return _TenderTitle; } set { _TenderTitle = value; } } private string _TenderGoods = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TenderGoods", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderGoods { get { return _TenderGoods; } set { _TenderGoods = value; } } private uint _TenderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TenderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderType { get { return _TenderType; } set { _TenderType = value; } } private readonly global::System.Collections.Generic.List _UserName = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"UserName", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List UserName { get { return _UserName; } } private uint _GradeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"GradeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GradeType { get { return _GradeType; } set { _GradeType = value; } } private string _TenderFile = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TenderFile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderFile { get { return _TenderFile; } set { _TenderFile = value; } } private string _OpenDate = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OpenDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenDate { get { return _OpenDate; } set { _OpenDate = value; } } private string _TenderContact = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TenderContact", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderContact { get { return _TenderContact; } set { _TenderContact = value; } } private string _TenderTelphone = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TenderTelphone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderTelphone { get { return _TenderTelphone; } set { _TenderTelphone = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _ApplyStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ApplyStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ApplyStatus { get { return _ApplyStatus; } set { _ApplyStatus = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _TenderAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"TenderAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TenderAccountID { get { return _TenderAccountID; } set { _TenderAccountID = value; } } private uint _TenderApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"TenderApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderApplyID { get { return _TenderApplyID; } set { _TenderApplyID = 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=@"TenderApplyRsp")] public partial class TenderApplyRsp : global::ProtoBuf.IExtensible { public TenderApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"TenderApplyBackReq")] public partial class TenderApplyBackReq : global::ProtoBuf.IExtensible { public TenderApplyBackReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"TenderApplyBackRsp")] public partial class TenderApplyBackRsp : global::ProtoBuf.IExtensible { public TenderApplyBackRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"BidApplyReq")] public partial class BidApplyReq : global::ProtoBuf.IExtensible { public BidApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _BidUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"BidUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BidUserID { get { return _BidUserID; } set { _BidUserID = value; } } private uint _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, 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 string _Contact = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Contact", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Contact { get { return _Contact; } set { _Contact = value; } } private string _Telphone = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Telphone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Telphone { get { return _Telphone; } set { _Telphone = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _Email = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Email", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Email { get { return _Email; } set { _Email = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _BidFile = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BidFile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BidFile { get { return _BidFile; } set { _BidFile = value; } } private uint _ApplyStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ApplyStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ApplyStatus { get { return _ApplyStatus; } set { _ApplyStatus = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _BidAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"BidAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BidAccountID { get { return _BidAccountID; } set { _BidAccountID = value; } } private uint _BidApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BidApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidApplyID { get { return _BidApplyID; } set { _BidApplyID = 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=@"BidApplyRsp")] public partial class BidApplyRsp : global::ProtoBuf.IExtensible { public BidApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"BidApplyBackReq")] public partial class BidApplyBackReq : global::ProtoBuf.IExtensible { public BidApplyBackReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = 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=@"BidApplyBackRsp")] public partial class BidApplyBackRsp : global::ProtoBuf.IExtensible { public BidApplyBackRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"WrBargainApplyReq")] public partial class WrBargainApplyReq : global::ProtoBuf.IExtensible { public WrBargainApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WRTradeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WRTradeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeOrderID { get { return _WRTradeOrderID; } set { _WRTradeOrderID = value; } } private string _UserID = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserID { get { return _UserID; } set { _UserID = value; } } private string _AccountID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _BuyOrSell = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _ApplyQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ApplyQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyQty { get { return _ApplyQty; } set { _ApplyQty = value; } } private string _ApplyPrice = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ApplyPrice", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ApplyPrice { get { return _ApplyPrice; } set { _ApplyPrice = value; } } private string _ApplyRemark = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ApplyRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ApplyRemark { get { return _ApplyRemark; } set { _ApplyRemark = 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=@"WrBargainApplyRsp")] public partial class WrBargainApplyRsp : global::ProtoBuf.IExtensible { public WrBargainApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _WrBargainID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WrBargainID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WrBargainID { get { return _WrBargainID; } set { _WrBargainID = 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=@"WrBargainBackReq")] public partial class WrBargainBackReq : global::ProtoBuf.IExtensible { public WrBargainBackReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WrBargainID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WrBargainID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WrBargainID { get { return _WrBargainID; } set { _WrBargainID = 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=@"WrBargainBackRsp")] public partial class WrBargainBackRsp : global::ProtoBuf.IExtensible { public WrBargainBackRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"WrBargainNoAgreeReq")] public partial class WrBargainNoAgreeReq : global::ProtoBuf.IExtensible { public WrBargainNoAgreeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WrBargainID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WrBargainID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WrBargainID { get { return _WrBargainID; } set { _WrBargainID = value; } } private ulong _ConfirmQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ConfirmQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ConfirmQty { get { return _ConfirmQty; } set { _ConfirmQty = value; } } private double _ConfirmPrice = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ConfirmPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ConfirmPrice { get { return _ConfirmPrice; } set { _ConfirmPrice = value; } } private string _ConfirmRemark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ConfirmRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ConfirmRemark { get { return _ConfirmRemark; } set { _ConfirmRemark = 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=@"WrBargainNoAgreeRsp")] public partial class WrBargainNoAgreeRsp : global::ProtoBuf.IExtensible { public WrBargainNoAgreeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"UserInfoNeedInvoiceReq")] public partial class UserInfoNeedInvoiceReq : global::ProtoBuf.IExtensible { public UserInfoNeedInvoiceReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private uint _NeedInvoice = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"NeedInvoice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint NeedInvoice { get { return _NeedInvoice; } set { _NeedInvoice = 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=@"UserInfoNeedInvoiceRsp")] public partial class UserInfoNeedInvoiceRsp : global::ProtoBuf.IExtensible { public UserInfoNeedInvoiceRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = 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=@"TakeWRPlanReq")] public partial class TakeWRPlanReq : global::ProtoBuf.IExtensible { public TakeWRPlanReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _ContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractID { get { return _ContractID; } set { _ContractID = value; } } private string _PlanDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PlanDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PlanDate { get { return _PlanDate; } set { _PlanDate = value; } } private uint _PlanDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"PlanDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PlanDays { get { return _PlanDays; } set { _PlanDays = value; } } private string _TakeAddress = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TakeAddress", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TakeAddress { get { return _TakeAddress; } set { _TakeAddress = value; } } private string _SellContact = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SellContact", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SellContact { get { return _SellContact; } set { _SellContact = value; } } private string _SellContactPhoneNumber = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SellContactPhoneNumber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SellContactPhoneNumber { get { return _SellContactPhoneNumber; } set { _SellContactPhoneNumber = value; } } private string _TrusteeName = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TrusteeName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TrusteeName { get { return _TrusteeName; } set { _TrusteeName = value; } } private string _TrustPhoneNumber = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TrustPhoneNumber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TrustPhoneNumber { get { return _TrustPhoneNumber; } set { _TrustPhoneNumber = value; } } private string _DeliveryPlace = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"DeliveryPlace", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryPlace { get { return _DeliveryPlace; } set { _DeliveryPlace = value; } } private string _BuyContact = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BuyContact", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BuyContact { get { return _BuyContact; } set { _BuyContact = value; } } private string _BuyContactPhoneNumber = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"BuyContactPhoneNumber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BuyContactPhoneNumber { get { return _BuyContactPhoneNumber; } set { _BuyContactPhoneNumber = value; } } private uint _TakePlanMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"TakePlanMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakePlanMode { get { return _TakePlanMode; } set { _TakePlanMode = 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=@"TakeWRPlanRsp")] public partial class TakeWRPlanRsp : global::ProtoBuf.IExtensible { public TakeWRPlanRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _TakePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TakePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakePlanID { get { return _TakePlanID; } set { _TakePlanID = 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=@"TakeWRPlanRebackReq")] public partial class TakeWRPlanRebackReq : global::ProtoBuf.IExtensible { public TakeWRPlanRebackReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _TakePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TakePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakePlanID { get { return _TakePlanID; } set { _TakePlanID = value; } } private uint _BackType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BackType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BackType { get { return _BackType; } set { _BackType = 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=@"TakeWRPlanRebackRsp")] public partial class TakeWRPlanRebackRsp : global::ProtoBuf.IExtensible { public TakeWRPlanRebackRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _TakePlanID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TakePlanID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakePlanID { get { return _TakePlanID; } set { _TakePlanID = 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=@"TakeDetailDriverInfo")] public partial class TakeDetailDriverInfo : global::ProtoBuf.IExtensible { public TakeDetailDriverInfo() {} private string _DriverName = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"DriverName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DriverName { get { return _DriverName; } set { _DriverName = value; } } private string _DriverPhoneNumber = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DriverPhoneNumber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DriverPhoneNumber { get { return _DriverPhoneNumber; } set { _DriverPhoneNumber = value; } } private string _DriverCardNumber = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DriverCardNumber", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DriverCardNumber { get { return _DriverCardNumber; } set { _DriverCardNumber = value; } } private string _DriverCarPlate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DriverCarPlate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DriverCarPlate { get { return _DriverCarPlate; } set { _DriverCarPlate = 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=@"TakeWRPlanDetailReq")] public partial class TakeWRPlanDetailReq : global::ProtoBuf.IExtensible { public TakeWRPlanDetailReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _TakePlanD = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TakePlanD", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakePlanD { get { return _TakePlanD; } set { _TakePlanD = value; } } private ulong _DetailQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DetailQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DetailQty { get { return _DetailQty; } set { _DetailQty = value; } } private string _DetailDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DetailDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DetailDate { get { return _DetailDate; } set { _DetailDate = value; } } private uint _EffectiveDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"EffectiveDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint EffectiveDays { get { return _EffectiveDays; } set { _EffectiveDays = value; } } private uint _TakePlanMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TakePlanMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakePlanMode { get { return _TakePlanMode; } set { _TakePlanMode = value; } } private readonly global::System.Collections.Generic.List _DriverInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"DriverInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List DriverInfo { get { return _DriverInfo; } } 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=@"TakeWRPlanDetailRsp")] public partial class TakeWRPlanDetailRsp : global::ProtoBuf.IExtensible { public TakeWRPlanDetailRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DetailID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DetailID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DetailID { get { return _DetailID; } set { _DetailID = 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=@"TakeSureReq")] public partial class TakeSureReq : global::ProtoBuf.IExtensible { public TakeSureReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _DetailID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DetailID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DetailID { get { return _DetailID; } set { _DetailID = 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=@"TakeSureRsp")] public partial class TakeSureRsp : global::ProtoBuf.IExtensible { public TakeSureRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DetailID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DetailID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DetailID { get { return _DetailID; } set { _DetailID = 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=@"ErmsContractInfoReq")] public partial class ErmsContractInfoReq : global::ProtoBuf.IExtensible { public ErmsContractInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private ulong _ContractId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ContractId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractId { get { return _ContractId; } set { _ContractId = value; } } private uint _ContractType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ContractType { get { return _ContractType; } set { _ContractType = value; } } private string _ContractNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ContractNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContractNo { get { return _ContractNo; } set { _ContractNo = value; } } private string _CustomerName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CustomerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomerName { get { return _CustomerName; } set { _CustomerName = value; } } private string _SignDate = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SignDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SignDate { get { return _SignDate; } set { _SignDate = value; } } private string _ContractAttachment = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ContractAttachment", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContractAttachment { get { return _ContractAttachment; } set { _ContractAttachment = value; } } private ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private ulong _WrFactoryId = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"WrFactoryId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WrFactoryId { get { return _WrFactoryId; } set { _WrFactoryId = value; } } private ulong _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = value; } } private ulong _BrandId = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BrandId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BrandId { get { return _BrandId; } set { _BrandId = value; } } private ulong _QualityId = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"QualityId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QualityId { get { return _QualityId; } set { _QualityId = value; } } private ulong _SpecId = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"SpecId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SpecId { get { return _SpecId; } set { _SpecId = value; } } private ulong _WarehouseId = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"WarehouseId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WarehouseId { get { return _WarehouseId; } set { _WarehouseId = value; } } private ulong _DeliveryMonthId = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"DeliveryMonthId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryMonthId { get { return _DeliveryMonthId; } set { _DeliveryMonthId = value; } } private string _ProductName = ""; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ProductName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ProductName { get { return _ProductName; } set { _ProductName = value; } } private ulong _ContractQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"ContractQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractQty { get { return _ContractQty; } set { _ContractQty = value; } } private double _ContractAmount = int.MinValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"ContractAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ContractAmount { get { return _ContractAmount; } set { _ContractAmount = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"ErmsContractInfoRsp")] public partial class ErmsContractInfoRsp : global::ProtoBuf.IExtensible { public ErmsContractInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _ContractId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ContractId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractId { get { return _ContractId; } set { _ContractId = 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=@"UpdatePositionApplyReq")] public partial class UpdatePositionApplyReq : global::ProtoBuf.IExtensible { public UpdatePositionApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private ulong _ApplyId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyId { get { return _ApplyId; } set { _ApplyId = value; } } private ulong _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsId { get { return _GoodsId; } set { _GoodsId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _BuildType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BuildType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuildType { get { return _BuildType; } set { _BuildType = value; } } private uint _CloseType = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CloseType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CloseType { get { return _CloseType; } set { _CloseType = value; } } private double _Price = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price { get { return _Price; } set { _Price = value; } } private double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private uint _ApplyStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ApplyStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ApplyStatus { get { return _ApplyStatus; } set { _ApplyStatus = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"UpdatePositionApplyRsp")] public partial class UpdatePositionApplyRsp : global::ProtoBuf.IExtensible { public UpdatePositionApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _ApplyId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyId { get { return _ApplyId; } set { _ApplyId = 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=@"OptionHolderDetailReq")] public partial class OptionHolderDetailReq : global::ProtoBuf.IExtensible { public OptionHolderDetailReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private ulong _TradeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeId { get { return _TradeId; } set { _TradeId = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _MarketId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketId { get { return _MarketId; } set { _MarketId = value; } } private ulong _TargetGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TargetGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TargetGoodsId { get { return _TargetGoodsId; } set { _TargetGoodsId = value; } } private ulong _AccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"AccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountId { get { return _AccountId; } set { _AccountId = value; } } private uint _ExerciseType = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExerciseType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExerciseType { get { return _ExerciseType; } set { _ExerciseType = value; } } private uint _ExpireType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ExpireType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExpireType { get { return _ExpireType; } set { _ExpireType = value; } } private uint _ExpireCycle = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ExpireCycle", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExpireCycle { get { return _ExpireCycle; } set { _ExpireCycle = value; } } private string _ExpireDate = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ExpireDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpireDate { get { return _ExpireDate; } set { _ExpireDate = value; } } private uint _OptionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"OptionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptionType { get { return _OptionType; } set { _OptionType = value; } } private double _HolderQty = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"HolderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HolderQty { get { return _HolderQty; } set { _HolderQty = value; } } private double _OpenPrice = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OpenPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OpenPrice { get { return _OpenPrice; } set { _OpenPrice = value; } } private double _Premium = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"Premium", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Premium { get { return _Premium; } set { _Premium = 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=@"OptionHolderDetailRsp")] public partial class OptionHolderDetailRsp : global::ProtoBuf.IExtensible { public OptionHolderDetailRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _TradeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TradeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeId { get { return _TradeId; } set { _TradeId = 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=@"EstimateConfig")] public partial class EstimateConfig : global::ProtoBuf.IExtensible { public EstimateConfig() {} private ulong _GoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"GoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsId { get { return _GoodsId; } set { _GoodsId = value; } } private double _GoodsRatio = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double GoodsRatio { get { return _GoodsRatio; } set { _GoodsRatio = value; } } private double _WeightRatio = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WeightRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WeightRatio { get { return _WeightRatio; } set { _WeightRatio = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = 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=@"SCFContractEstimateReq")] public partial class SCFContractEstimateReq : global::ProtoBuf.IExtensible { public SCFContractEstimateReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private ulong _ScfContractId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ScfContractId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ScfContractId { get { return _ScfContractId; } set { _ScfContractId = value; } } private uint _ContractDirection = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ContractDirection", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ContractDirection { get { return _ContractDirection; } set { _ContractDirection = value; } } private uint _ScfContractType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ScfContractType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScfContractType { get { return _ScfContractType; } set { _ScfContractType = value; } } private ulong _MarketId = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MarketId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketId { get { return _MarketId; } set { _MarketId = value; } } private ulong _LenderUserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"LenderUserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LenderUserId { get { return _LenderUserId; } set { _LenderUserId = value; } } private ulong _LenderAccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"LenderAccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LenderAccountId { get { return _LenderAccountId; } set { _LenderAccountId = value; } } private ulong _BorrowerUserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"BorrowerUserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BorrowerUserId { get { return _BorrowerUserId; } set { _BorrowerUserId = value; } } private ulong _BorrowerAccountId = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BorrowerAccountId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BorrowerAccountId { get { return _BorrowerAccountId; } set { _BorrowerAccountId = value; } } private double _MarginRatio = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"MarginRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MarginRatio { get { return _MarginRatio; } set { _MarginRatio = value; } } private double _LenderAmount = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"LenderAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double LenderAmount { get { return _LenderAmount; } set { _LenderAmount = value; } } private double _WRInitAmount = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"WRInitAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WRInitAmount { get { return _WRInitAmount; } set { _WRInitAmount = value; } } private uint _IsAutoLoan = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"IsAutoLoan", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsAutoLoan { get { return _IsAutoLoan; } set { _IsAutoLoan = value; } } private string _DeadLine = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"DeadLine", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeadLine { get { return _DeadLine; } set { _DeadLine = value; } } private uint _InterestRateMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"InterestRateMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint InterestRateMode { get { return _InterestRateMode; } set { _InterestRateMode = value; } } private double _InterestRate = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"InterestRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double InterestRate { get { return _InterestRate; } set { _InterestRate = value; } } private uint _InterestSettleMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"InterestSettleMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint InterestSettleMode { get { return _InterestSettleMode; } set { _InterestSettleMode = value; } } private uint _InterestSettleValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"InterestSettleValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint InterestSettleValue { get { return _InterestSettleValue; } set { _InterestSettleValue = value; } } private string _ScfContractTmpContent = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"ScfContractTmpContent", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ScfContractTmpContent { get { return _ScfContractTmpContent; } set { _ScfContractTmpContent = value; } } private double _RecoverRiskRate = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"RecoverRiskRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RecoverRiskRate { get { return _RecoverRiskRate; } set { _RecoverRiskRate = value; } } private ulong _WRQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"WRQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRQty { get { return _WRQty; } set { _WRQty = value; } } private ulong _DeliveryGoodsId = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"DeliveryGoodsId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsId { get { return _DeliveryGoodsId; } set { _DeliveryGoodsId = value; } } private double _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceMove { get { return _PriceMove; } set { _PriceMove = value; } } private ulong _BrandId = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"BrandId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BrandId { get { return _BrandId; } set { _BrandId = value; } } private ulong _QualityId = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"QualityId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QualityId { get { return _QualityId; } set { _QualityId = value; } } private ulong _SpecId = uint.MaxValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"SpecId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SpecId { get { return _SpecId; } set { _SpecId = value; } } private ulong _WarehouseId = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"WarehouseId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WarehouseId { get { return _WarehouseId; } set { _WarehouseId = value; } } private uint _InterestMinLen = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"InterestMinLen", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint InterestMinLen { get { return _InterestMinLen; } set { _InterestMinLen = value; } } private uint _ContractStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"ContractStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ContractStatus { get { return _ContractStatus; } set { _ContractStatus = value; } } private readonly global::System.Collections.Generic.List _EstimateConfigList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(32, Name=@"EstimateConfigList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List EstimateConfigList { get { return _EstimateConfigList; } } 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=@"SCFContractEstimateRsp")] public partial class SCFContractEstimateRsp : global::ProtoBuf.IExtensible { public SCFContractEstimateRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _ScfContractId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ScfContractId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ScfContractId { get { return _ScfContractId; } set { _ScfContractId = 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=@"LoginAccountUpdateCodeReq")] public partial class LoginAccountUpdateCodeReq : global::ProtoBuf.IExtensible { public LoginAccountUpdateCodeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private string _LoginCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"LoginCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LoginCode { get { return _LoginCode; } set { _LoginCode = 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=@"LoginAccountUpdateCodeRsp")] public partial class LoginAccountUpdateCodeRsp : global::ProtoBuf.IExtensible { public LoginAccountUpdateCodeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = 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=@"UserPayInfoReq")] public partial class UserPayInfoReq : global::ProtoBuf.IExtensible { public UserPayInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private uint _PayInfoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PayInfoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PayInfoId { get { return _PayInfoId; } set { _PayInfoId = value; } } private uint _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserId { get { return _UserId; } set { _UserId = value; } } private string _PayModel = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PayModel", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PayModel { get { return _PayModel; } set { _PayModel = value; } } private string _PayInfo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PayInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PayInfo { get { return _PayInfo; } set { _PayInfo = value; } } private string _OptType = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OptType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OptType { get { return _OptType; } set { _OptType = 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=@"UserPayInfoRsp")] public partial class UserPayInfoRsp : global::ProtoBuf.IExtensible { public UserPayInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private uint _PayInfoId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PayInfoId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PayInfoId { get { return _PayInfoId; } set { _PayInfoId = value; } } private string _OptType = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OptType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OptType { get { return _OptType; } set { _OptType = 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=@"RepealApplyReq")] public partial class RepealApplyReq : global::ProtoBuf.IExtensible { public RepealApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private uint _OptId = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OptId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptId { get { return _OptId; } set { _OptId = value; } } private uint _OptStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OptStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptStatus { get { return _OptStatus; } set { _OptStatus = value; } } private string _OptType = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OptType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OptType { get { return _OptType; } set { _OptType = 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=@"RepealApplyRsp")] public partial class RepealApplyRsp : global::ProtoBuf.IExtensible { public RepealApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _LoginId = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"LoginId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LoginId { get { return _LoginId; } set { _LoginId = value; } } private string _OptType = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OptType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OptType { get { return _OptType; } set { _OptType = 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=@"TakeConfirmReq")] public partial class TakeConfirmReq : global::ProtoBuf.IExtensible { public TakeConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"TakeConfirmRsp")] public partial class TakeConfirmRsp : global::ProtoBuf.IExtensible { public TakeConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"MsgReceiverReadedReq")] public partial class MsgReceiverReadedReq : global::ProtoBuf.IExtensible { public MsgReceiverReadedReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _AutoID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AutoID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AutoID { get { return _AutoID; } set { _AutoID = value; } } private uint _ManagerID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ManagerID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ManagerID { get { return _ManagerID; } set { _ManagerID = value; } } private uint _ReceiverType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ReceiverType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReceiverType { get { return _ReceiverType; } set { _ReceiverType = 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=@"MsgReceiverReadedRsp")] public partial class MsgReceiverReadedRsp : global::ProtoBuf.IExtensible { public MsgReceiverReadedRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _AutoID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AutoID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AutoID { get { return _AutoID; } set { _AutoID = 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=@"DealerHeadReq")] public partial class DealerHeadReq : global::ProtoBuf.IExtensible { public DealerHeadReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private string _HeadUrl = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"HeadUrl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string HeadUrl { get { return _HeadUrl; } set { _HeadUrl = value; } } private uint _OptType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OptType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptType { get { return _OptType; } set { _OptType = 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=@"DealerHeadRsp")] public partial class DealerHeadRsp : global::ProtoBuf.IExtensible { public DealerHeadRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"UserProductReq")] public partial class UserProductReq : global::ProtoBuf.IExtensible { public UserProductReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private ulong _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _OptType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OptType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptType { get { return _OptType; } set { _OptType = 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=@"UserProductRsp")] public partial class UserProductRsp : global::ProtoBuf.IExtensible { public UserProductRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"AuctionOrderReq")] public partial class AuctionOrderReq : global::ProtoBuf.IExtensible { public AuctionOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private string _ReciverName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReciverName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReciverName { get { return _ReciverName; } set { _ReciverName = value; } } private uint _CardTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CardTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CardTypeID { get { return _CardTypeID; } set { _CardTypeID = value; } } private string _CardNum = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = value; } } private string _PhoneNum = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PhoneNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PhoneNum { get { return _PhoneNum; } set { _PhoneNum = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = 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=@"AuctionOrderRsp")] public partial class AuctionOrderRsp : global::ProtoBuf.IExtensible { public AuctionOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"TakeConfirmSZDZReq")] public partial class TakeConfirmSZDZReq : global::ProtoBuf.IExtensible { public TakeConfirmSZDZReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"TakeConfirmSZDZRsp")] public partial class TakeConfirmSZDZRsp : global::ProtoBuf.IExtensible { public TakeConfirmSZDZRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _TakeOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TakeOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeOrderID { get { return _TakeOrderID; } set { _TakeOrderID = 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=@"TakeAuctionOrderReq")] public partial class TakeAuctionOrderReq : global::ProtoBuf.IExtensible { public TakeAuctionOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _TradeId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeId { get { return _TradeId; } set { _TradeId = 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=@"TakeAuctionOrderRsp")] public partial class TakeAuctionOrderRsp : global::ProtoBuf.IExtensible { public TakeAuctionOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"EditOrderRemarkReq")] public partial class EditOrderRemarkReq : global::ProtoBuf.IExtensible { public EditOrderRemarkReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"EditOrderRemarkRsp")] public partial class EditOrderRemarkRsp : global::ProtoBuf.IExtensible { public EditOrderRemarkRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"RealNameAuthReq")] public partial class RealNameAuthReq : global::ProtoBuf.IExtensible { public RealNameAuthReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = value; } } private ulong _UserId = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserId { get { return _UserId; } set { _UserId = value; } } private string _RealName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RealName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RealName { get { return _RealName; } set { _RealName = value; } } private string _CardNum = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CardNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardNum { get { return _CardNum; } set { _CardNum = 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=@"RealNameAuthRsp")] public partial class RealNameAuthRsp : global::ProtoBuf.IExtensible { public RealNameAuthRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ClientSerialID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ClientSerialID { get { return _ClientSerialID; } set { _ClientSerialID = 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=@"PartakeAuctionOrderReq")] public partial class PartakeAuctionOrderReq : global::ProtoBuf.IExtensible { public PartakeAuctionOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = 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=@"PartakeAuctionOrderRsp")] public partial class PartakeAuctionOrderRsp : global::ProtoBuf.IExtensible { public PartakeAuctionOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private double _FreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeMargin { get { return _FreezeMargin; } set { _FreezeMargin = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionQuoteOrderReq")] public partial class AuctionQuoteOrderReq : global::ProtoBuf.IExtensible { public AuctionQuoteOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private double _CurPrice = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CurPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double CurPrice { get { return _CurPrice; } set { _CurPrice = value; } } private double _PriceStep = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"PriceStep", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceStep { get { return _PriceStep; } set { _PriceStep = value; } } private uint _StepRatio = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"StepRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StepRatio { get { return _StepRatio; } set { _StepRatio = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _GroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"GroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GroupID { get { return _GroupID; } set { _GroupID = 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=@"AuctionQuoteOrderRsp")] public partial class AuctionQuoteOrderRsp : global::ProtoBuf.IExtensible { public AuctionQuoteOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionBreachReq")] public partial class AuctionBreachReq : global::ProtoBuf.IExtensible { public AuctionBreachReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private double _BuyAmount = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BuyAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyAmount { get { return _BuyAmount; } set { _BuyAmount = value; } } private double _SellAmount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"SellAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellAmount { get { return _SellAmount; } set { _SellAmount = value; } } private double _ExchangeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExchangeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchangeAmount { get { return _ExchangeAmount; } set { _ExchangeAmount = 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=@"AuctionBreachRsp")] public partial class AuctionBreachRsp : global::ProtoBuf.IExtensible { public AuctionBreachRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = 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=@"AuctionCheckOrderReq")] public partial class AuctionCheckOrderReq : global::ProtoBuf.IExtensible { public AuctionCheckOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _WRUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRUserID { get { return _WRUserID; } set { _WRUserID = value; } } private ulong _WRAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WRAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRAccountID { get { return _WRAccountID; } set { _WRAccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _WRFactorTypeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"WRFactorTypeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRFactorTypeID { get { return _WRFactorTypeID; } set { _WRFactorTypeID = value; } } private uint _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _BrandID = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"BrandID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BrandID { get { return _BrandID; } set { _BrandID = value; } } private uint _QualityID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"QualityID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QualityID { get { return _QualityID; } set { _QualityID = value; } } private uint _SpecID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"SpecID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SpecID { get { return _SpecID; } set { _SpecID = value; } } private uint _WarehouseID = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"WarehouseID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WarehouseID { get { return _WarehouseID; } set { _WarehouseID = value; } } private uint _DeliveryMonthID = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"DeliveryMonthID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DeliveryMonthID { get { return _DeliveryMonthID; } set { _DeliveryMonthID = value; } } private ulong _ApplyQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"ApplyQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyQty { get { return _ApplyQty; } set { _ApplyQty = value; } } private uint _AcutionStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"AcutionStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AcutionStatus { get { return _AcutionStatus; } set { _AcutionStatus = value; } } private double _StartPrice = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"StartPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double StartPrice { get { return _StartPrice; } set { _StartPrice = value; } } private double _FloorPrice = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"FloorPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FloorPrice { get { return _FloorPrice; } set { _FloorPrice = value; } } private string _StartTradeDate = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"StartTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTradeDate { get { return _StartTradeDate; } set { _StartTradeDate = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private string _EndTime = ""; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"EndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndTime { get { return _EndTime; } set { _EndTime = value; } } private string _AuctionDesc = ""; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"AuctionDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuctionDesc { get { return _AuctionDesc; } set { _AuctionDesc = value; } } private double _Margin = int.MinValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"Margin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Margin { get { return _Margin; } set { _Margin = value; } } private uint _CutInterval = uint.MaxValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"CutInterval", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CutInterval { get { return _CutInterval; } set { _CutInterval = value; } } private double _PriceStep = int.MinValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"PriceStep", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceStep { get { return _PriceStep; } set { _PriceStep = value; } } private double _TradePrice = int.MinValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"TradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradePrice { get { return _TradePrice; } set { _TradePrice = value; } } private ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = value; } } private ulong _QuoteNum = uint.MaxValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"QuoteNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteNum { get { return _QuoteNum; } set { _QuoteNum = value; } } private string _CreateTime = ""; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"CreateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CreateTime { get { return _CreateTime; } set { _CreateTime = value; } } private string _UpdateTime = ""; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"UpdateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UpdateTime { get { return _UpdateTime; } set { _UpdateTime = value; } } private uint _DecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"DecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DecimalPlace { get { return _DecimalPlace; } set { _DecimalPlace = value; } } private uint _FeeAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"FeeAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FeeAlgorithm { get { return _FeeAlgorithm; } set { _FeeAlgorithm = value; } } private double _ExchageChargeValue = int.MinValue; [global::ProtoBuf.ProtoMember(35, IsRequired = false, Name=@"ExchageChargeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchageChargeValue { get { return _ExchageChargeValue; } set { _ExchageChargeValue = value; } } private uint _FeeAlgorithm2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(36, IsRequired = false, Name=@"FeeAlgorithm2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FeeAlgorithm2 { get { return _FeeAlgorithm2; } set { _FeeAlgorithm2 = value; } } private double _ExchageChargeValue2 = int.MinValue; [global::ProtoBuf.ProtoMember(37, IsRequired = false, Name=@"ExchageChargeValue2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchageChargeValue2 { get { return _ExchageChargeValue2; } set { _ExchageChargeValue2 = value; } } private uint _FeeAlgorithm3 = uint.MaxValue; [global::ProtoBuf.ProtoMember(38, IsRequired = false, Name=@"FeeAlgorithm3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FeeAlgorithm3 { get { return _FeeAlgorithm3; } set { _FeeAlgorithm3 = value; } } private double _ExchageChargeValue3 = int.MinValue; [global::ProtoBuf.ProtoMember(39, IsRequired = false, Name=@"ExchageChargeValue3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchageChargeValue3 { get { return _ExchageChargeValue3; } set { _ExchageChargeValue3 = value; } } private double _FailCharge = int.MinValue; [global::ProtoBuf.ProtoMember(40, IsRequired = false, Name=@"FailCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FailCharge { get { return _FailCharge; } set { _FailCharge = value; } } private string _Unit = ""; [global::ProtoBuf.ProtoMember(41, IsRequired = false, Name=@"Unit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Unit { get { return _Unit; } set { _Unit = value; } } private string _GoodsPicUrl = ""; [global::ProtoBuf.ProtoMember(42, IsRequired = false, Name=@"GoodsPicUrl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsPicUrl { get { return _GoodsPicUrl; } set { _GoodsPicUrl = value; } } private uint _BuyMarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(43, IsRequired = false, Name=@"BuyMarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyMarginAlgorithm { get { return _BuyMarginAlgorithm; } set { _BuyMarginAlgorithm = value; } } private uint _SellMarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(44, IsRequired = false, Name=@"SellMarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellMarginAlgorithm { get { return _SellMarginAlgorithm; } set { _SellMarginAlgorithm = value; } } private double _SellMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(45, IsRequired = false, Name=@"SellMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellMarginValue { get { return _SellMarginValue; } set { _SellMarginValue = value; } } private uint _PerformanceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(46, IsRequired = false, Name=@"PerformanceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PerformanceMode { get { return _PerformanceMode; } set { _PerformanceMode = value; } } private int _PerformanceTemplateID = int.MinValue; [global::ProtoBuf.ProtoMember(47, IsRequired = false, Name=@"PerformanceTemplateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PerformanceTemplateID { get { return _PerformanceTemplateID; } set { _PerformanceTemplateID = value; } } private uint _BuyFirstMarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(48, IsRequired = false, Name=@"BuyFirstMarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyFirstMarginAlgorithm { get { return _BuyFirstMarginAlgorithm; } set { _BuyFirstMarginAlgorithm = value; } } private double _BuyFirstMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(49, IsRequired = false, Name=@"BuyFirstMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyFirstMarginValue { get { return _BuyFirstMarginValue; } set { _BuyFirstMarginValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(50, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(51, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private uint _HasWR = uint.MaxValue; [global::ProtoBuf.ProtoMember(52, IsRequired = false, Name=@"HasWR", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HasWR { get { return _HasWR; } set { _HasWR = value; } } private double _HighestPrice = int.MinValue; [global::ProtoBuf.ProtoMember(53, IsRequired = false, Name=@"HighestPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HighestPrice { get { return _HighestPrice; } set { _HighestPrice = value; } } private double _RebateRatio = int.MinValue; [global::ProtoBuf.ProtoMember(54, IsRequired = false, Name=@"RebateRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double RebateRatio { get { return _RebateRatio; } set { _RebateRatio = value; } } private string _Appraisal = ""; [global::ProtoBuf.ProtoMember(55, IsRequired = false, Name=@"Appraisal", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Appraisal { get { return _Appraisal; } set { _Appraisal = value; } } private uint _GroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(56, IsRequired = false, Name=@"GroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GroupID { get { return _GroupID; } set { _GroupID = value; } } private double _MemberChargeValue = int.MinValue; [global::ProtoBuf.ProtoMember(57, IsRequired = false, Name=@"MemberChargeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MemberChargeValue { get { return _MemberChargeValue; } set { _MemberChargeValue = value; } } private double _MemberChargeValue2 = int.MinValue; [global::ProtoBuf.ProtoMember(58, IsRequired = false, Name=@"MemberChargeValue2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MemberChargeValue2 { get { return _MemberChargeValue2; } set { _MemberChargeValue2 = value; } } private double _MemberChargeValue3 = int.MinValue; [global::ProtoBuf.ProtoMember(59, IsRequired = false, Name=@"MemberChargeValue3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MemberChargeValue3 { get { return _MemberChargeValue3; } set { _MemberChargeValue3 = value; } } private uint _PerformanceWay = uint.MaxValue; [global::ProtoBuf.ProtoMember(60, IsRequired = false, Name=@"PerformanceWay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PerformanceWay { get { return _PerformanceWay; } set { _PerformanceWay = value; } } private double _BuyReleaseRatio = int.MinValue; [global::ProtoBuf.ProtoMember(61, IsRequired = false, Name=@"BuyReleaseRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyReleaseRatio { get { return _BuyReleaseRatio; } set { _BuyReleaseRatio = value; } } private double _SellReleaseRatio = int.MinValue; [global::ProtoBuf.ProtoMember(62, IsRequired = false, Name=@"SellReleaseRatio", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellReleaseRatio { get { return _SellReleaseRatio; } set { _SellReleaseRatio = value; } } private uint _ExecuteMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(63, IsRequired = false, Name=@"ExecuteMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExecuteMode { get { return _ExecuteMode; } set { _ExecuteMode = value; } } private uint _ExecuteSide = uint.MaxValue; [global::ProtoBuf.ProtoMember(64, IsRequired = false, Name=@"ExecuteSide", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExecuteSide { get { return _ExecuteSide; } set { _ExecuteSide = value; } } private uint _MinQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(65, IsRequired = false, Name=@"MinQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MinQty { get { return _MinQty; } set { _MinQty = value; } } private uint _HoldDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(66, IsRequired = false, Name=@"HoldDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HoldDays { get { return _HoldDays; } set { _HoldDays = 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=@"AuctionCheckOrderRsp")] public partial class AuctionCheckOrderRsp : global::ProtoBuf.IExtensible { public AuctionCheckOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private double _FreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"FreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeMargin { get { return _FreezeMargin; } set { _FreezeMargin = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionApplyCancelReq")] public partial class AuctionApplyCancelReq : global::ProtoBuf.IExtensible { public AuctionApplyCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionApplyCancelRsp")] public partial class AuctionApplyCancelRsp : global::ProtoBuf.IExtensible { public AuctionApplyCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionModifyOrderInfoReq")] public partial class AuctionModifyOrderInfoReq : global::ProtoBuf.IExtensible { public AuctionModifyOrderInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _StartTradeDate = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"StartTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTradeDate { get { return _StartTradeDate; } set { _StartTradeDate = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private string _EndTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"EndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndTime { get { return _EndTime; } set { _EndTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private double _FloorPrice = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FloorPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FloorPrice { get { return _FloorPrice; } set { _FloorPrice = value; } } private double _StartPrice = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"StartPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double StartPrice { get { return _StartPrice; } set { _StartPrice = value; } } private uint _Cutinterval = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Cutinterval", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Cutinterval { get { return _Cutinterval; } set { _Cutinterval = value; } } private double _PriceStep = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"PriceStep", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceStep { get { return _PriceStep; } set { _PriceStep = value; } } private uint _ModifyType = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ModifyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ModifyType { get { return _ModifyType; } set { _ModifyType = 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=@"AuctionModifyOrderInfoRsp")] public partial class AuctionModifyOrderInfoRsp : global::ProtoBuf.IExtensible { public AuctionModifyOrderInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionNoBeatReq")] public partial class AuctionNoBeatReq : global::ProtoBuf.IExtensible { public AuctionNoBeatReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _GroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GroupID { get { return _GroupID; } set { _GroupID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionNoBeatRsp")] public partial class AuctionNoBeatRsp : global::ProtoBuf.IExtensible { public AuctionNoBeatRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"PartakeGroupAuctionOrderReq")] public partial class PartakeGroupAuctionOrderReq : global::ProtoBuf.IExtensible { public PartakeGroupAuctionOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GroupID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GroupID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GroupID { get { return _GroupID; } set { _GroupID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = 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=@"PartakeGroupAuctionOrderRsp")] public partial class PartakeGroupAuctionOrderRsp : global::ProtoBuf.IExtensible { public PartakeGroupAuctionOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private double _FreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"FreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeMargin { get { return _FreezeMargin; } set { _FreezeMargin = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"JdpUserLotteryReq")] public partial class JdpUserLotteryReq : global::ProtoBuf.IExtensible { public JdpUserLotteryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _LotteryTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"LotteryTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LotteryTime { get { return _LotteryTime; } set { _LotteryTime = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"JdpUserLotteryRsp")] public partial class JdpUserLotteryRsp : global::ProtoBuf.IExtensible { public JdpUserLotteryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _IsWinner = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"IsWinner", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsWinner { get { return _IsWinner; } set { _IsWinner = value; } } private uint _PrizeRank = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PrizeRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PrizeRank { get { return _PrizeRank; } set { _PrizeRank = 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=@"JdTransferManaPointReq")] public partial class JdTransferManaPointReq : global::ProtoBuf.IExtensible { public JdTransferManaPointReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _OutGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OutGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OutGoodsID { get { return _OutGoodsID; } set { _OutGoodsID = value; } } private uint _ChangeValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ChangeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeValue { get { return _ChangeValue; } set { _ChangeValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"JdTransferManaPointRsp")] public partial class JdTransferManaPointRsp : global::ProtoBuf.IExtensible { public JdTransferManaPointRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"PdTransferHealthPointReq")] public partial class PdTransferHealthPointReq : global::ProtoBuf.IExtensible { public PdTransferHealthPointReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _OutGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OutGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OutGoodsID { get { return _OutGoodsID; } set { _OutGoodsID = value; } } private uint _ChangeValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ChangeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeValue { get { return _ChangeValue; } set { _ChangeValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"PdTransferHealthPointRsp")] public partial class PdTransferHealthPointRsp : global::ProtoBuf.IExtensible { public PdTransferHealthPointRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"JdTransferPdReq")] public partial class JdTransferPdReq : global::ProtoBuf.IExtensible { public JdTransferPdReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _OutGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OutGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OutGoodsID { get { return _OutGoodsID; } set { _OutGoodsID = value; } } private uint _InGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"InGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint InGoodsID { get { return _InGoodsID; } set { _InGoodsID = value; } } private uint _ChangeValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ChangeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeValue { get { return _ChangeValue; } set { _ChangeValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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 _Password = ""; [global::ProtoBuf.ProtoMember(9, 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=@"JdTransferPdRsp")] public partial class JdTransferPdRsp : global::ProtoBuf.IExtensible { public JdTransferPdRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"JdpPdzGetJoinNumReq")] public partial class JdpPdzGetJoinNumReq : global::ProtoBuf.IExtensible { public JdpPdzGetJoinNumReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _PdGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PdGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PdGoodsID { get { return _PdGoodsID; } set { _PdGoodsID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"JdpPdzGetJoinNumRsp")] public partial class JdpPdzGetJoinNumRsp : global::ProtoBuf.IExtensible { public JdpPdzGetJoinNumRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _PdGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PdGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PdGoodsID { get { return _PdGoodsID; } set { _PdGoodsID = value; } } private readonly global::System.Collections.Generic.List _JoinNum = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"JoinNum", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List JoinNum { get { return _JoinNum; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"PdTransferPdReq")] public partial class PdTransferPdReq : global::ProtoBuf.IExtensible { public PdTransferPdReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _OutGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OutGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OutGoodsID { get { return _OutGoodsID; } set { _OutGoodsID = value; } } private uint _UserID2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID2 { get { return _UserID2; } set { _UserID2 = value; } } private ulong _AccountID2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AccountID2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID2 { get { return _AccountID2; } set { _AccountID2 = value; } } private uint _ChangeValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ChangeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeValue { get { return _ChangeValue; } set { _ChangeValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private string _Password = ""; [global::ProtoBuf.ProtoMember(10, 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=@"PdTransferPdRsp")] public partial class PdTransferPdRsp : global::ProtoBuf.IExtensible { public PdTransferPdRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"PdTransferIn")] public partial class PdTransferIn : global::ProtoBuf.IExtensible { public PdTransferIn() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _PdGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PdGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PdGoodsID { get { return _PdGoodsID; } set { _PdGoodsID = value; } } private long _ChangeValue = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChangeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long ChangeValue { get { return _ChangeValue; } set { _ChangeValue = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = value; } } private string _UserName = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserName { get { return _UserName; } set { _UserName = 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=@"PdMultiTransferInReq")] public partial class PdMultiTransferInReq : global::ProtoBuf.IExtensible { public PdMultiTransferInReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _PdTransferInInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"PdTransferInInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List PdTransferInInfos { get { return _PdTransferInInfos; } } private string _Remark = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Remark { get { return _Remark; } set { _Remark = 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=@"PdMultiTransferInRsp")] public partial class PdMultiTransferInRsp : global::ProtoBuf.IExtensible { public PdMultiTransferInRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ProcQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ProcQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ProcQty { get { return _ProcQty; } set { _ProcQty = 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=@"UserVipUpgradeReq")] public partial class UserVipUpgradeReq : global::ProtoBuf.IExtensible { public UserVipUpgradeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _PdGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PdGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PdGoodsID { get { return _PdGoodsID; } set { _PdGoodsID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"UserVipUpgradeRsp")] public partial class UserVipUpgradeRsp : global::ProtoBuf.IExtensible { public UserVipUpgradeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _PdGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"PdGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PdGoodsID { get { return _PdGoodsID; } set { _PdGoodsID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AuctionCheckExOrderReq")] public partial class AuctionCheckExOrderReq : global::ProtoBuf.IExtensible { public AuctionCheckExOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _GoodsName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsName { get { return _GoodsName; } set { _GoodsName = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _WRUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WRUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRUserID { get { return _WRUserID; } set { _WRUserID = value; } } private ulong _WRAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"WRAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRAccountID { get { return _WRAccountID; } set { _WRAccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _ApplyQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ApplyQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyQty { get { return _ApplyQty; } set { _ApplyQty = value; } } private double _StartPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"StartPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double StartPrice { get { return _StartPrice; } set { _StartPrice = value; } } private double _FloorPrice = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"FloorPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FloorPrice { get { return _FloorPrice; } set { _FloorPrice = value; } } private string _StartTradeDate = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"StartTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTradeDate { get { return _StartTradeDate; } set { _StartTradeDate = value; } } private string _StartTime = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"StartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string StartTime { get { return _StartTime; } set { _StartTime = value; } } private string _EndTime = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"EndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndTime { get { return _EndTime; } set { _EndTime = value; } } private double _PriceStep = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"PriceStep", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PriceStep { get { return _PriceStep; } set { _PriceStep = value; } } private uint _PriceMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"PriceMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceMode { get { return _PriceMode; } set { _PriceMode = value; } } private double _HighestPrice = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"HighestPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HighestPrice { get { return _HighestPrice; } set { _HighestPrice = value; } } private uint _DecimalPlace = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"DecimalPlace", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint DecimalPlace { get { return _DecimalPlace; } set { _DecimalPlace = value; } } private uint _FeeAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"FeeAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FeeAlgorithm { get { return _FeeAlgorithm; } set { _FeeAlgorithm = value; } } private double _ExchageChargeValue = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ExchageChargeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchageChargeValue { get { return _ExchageChargeValue; } set { _ExchageChargeValue = value; } } private double _MemberChargeValue = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"MemberChargeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MemberChargeValue { get { return _MemberChargeValue; } set { _MemberChargeValue = value; } } private uint _FeeAlgorithm2 = uint.MaxValue; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"FeeAlgorithm2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FeeAlgorithm2 { get { return _FeeAlgorithm2; } set { _FeeAlgorithm2 = value; } } private double _ExchageChargeValue2 = int.MinValue; [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"ExchageChargeValue2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchageChargeValue2 { get { return _ExchageChargeValue2; } set { _ExchageChargeValue2 = value; } } private double _MemberChargeValue2 = int.MinValue; [global::ProtoBuf.ProtoMember(23, IsRequired = false, Name=@"MemberChargeValue2", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MemberChargeValue2 { get { return _MemberChargeValue2; } set { _MemberChargeValue2 = value; } } private uint _FeeAlgorithm3 = uint.MaxValue; [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"FeeAlgorithm3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FeeAlgorithm3 { get { return _FeeAlgorithm3; } set { _FeeAlgorithm3 = value; } } private double _ExchageChargeValue3 = int.MinValue; [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"ExchageChargeValue3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExchageChargeValue3 { get { return _ExchageChargeValue3; } set { _ExchageChargeValue3 = value; } } private double _MemberChargeValue3 = int.MinValue; [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"MemberChargeValue3", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MemberChargeValue3 { get { return _MemberChargeValue3; } set { _MemberChargeValue3 = value; } } private uint _BuyMarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"BuyMarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyMarginAlgorithm { get { return _BuyMarginAlgorithm; } set { _BuyMarginAlgorithm = value; } } private double _BuyMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"BuyMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyMarginValue { get { return _BuyMarginValue; } set { _BuyMarginValue = value; } } private uint _SellMarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(29, IsRequired = false, Name=@"SellMarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SellMarginAlgorithm { get { return _SellMarginAlgorithm; } set { _SellMarginAlgorithm = value; } } private double _SellMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(30, IsRequired = false, Name=@"SellMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SellMarginValue { get { return _SellMarginValue; } set { _SellMarginValue = value; } } private uint _BuyFirstMarginAlgorithm = uint.MaxValue; [global::ProtoBuf.ProtoMember(31, IsRequired = false, Name=@"BuyFirstMarginAlgorithm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyFirstMarginAlgorithm { get { return _BuyFirstMarginAlgorithm; } set { _BuyFirstMarginAlgorithm = value; } } private double _BuyFirstMarginValue = int.MinValue; [global::ProtoBuf.ProtoMember(32, IsRequired = false, Name=@"BuyFirstMarginValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BuyFirstMarginValue { get { return _BuyFirstMarginValue; } set { _BuyFirstMarginValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(33, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _Unit = ""; [global::ProtoBuf.ProtoMember(34, IsRequired = false, Name=@"Unit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Unit { get { return _Unit; } set { _Unit = value; } } private string _GoodsPicUrl = ""; [global::ProtoBuf.ProtoMember(35, IsRequired = false, Name=@"GoodsPicUrl", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsPicUrl { get { return _GoodsPicUrl; } set { _GoodsPicUrl = value; } } private string _AuctionDesc = ""; [global::ProtoBuf.ProtoMember(36, IsRequired = false, Name=@"AuctionDesc", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuctionDesc { get { return _AuctionDesc; } set { _AuctionDesc = value; } } private string _Appraisal = ""; [global::ProtoBuf.ProtoMember(37, IsRequired = false, Name=@"Appraisal", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Appraisal { get { return _Appraisal; } set { _Appraisal = value; } } private uint _ScoreGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(38, IsRequired = false, Name=@"ScoreGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ScoreGoodsID { get { return _ScoreGoodsID; } set { _ScoreGoodsID = value; } } private double _MarketPrice = int.MinValue; [global::ProtoBuf.ProtoMember(39, IsRequired = false, Name=@"MarketPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double MarketPrice { get { return _MarketPrice; } set { _MarketPrice = value; } } private uint _CategoryID = uint.MaxValue; [global::ProtoBuf.ProtoMember(40, IsRequired = false, Name=@"CategoryID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CategoryID { get { return _CategoryID; } set { _CategoryID = value; } } private ulong _ShopID = uint.MaxValue; [global::ProtoBuf.ProtoMember(41, IsRequired = false, Name=@"ShopID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ShopID { get { return _ShopID; } set { _ShopID = value; } } private uint _EndMins = uint.MaxValue; [global::ProtoBuf.ProtoMember(42, IsRequired = false, Name=@"EndMins", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint EndMins { get { return _EndMins; } set { _EndMins = 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=@"AuctionCheckExOrderRsp")] public partial class AuctionCheckExOrderRsp : global::ProtoBuf.IExtensible { public AuctionCheckExOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private double _FreezeMargin = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"FreezeMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FreezeMargin { get { return _FreezeMargin; } set { _FreezeMargin = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"BatchChange")] public partial class BatchChange : global::ProtoBuf.IExtensible { public BatchChange() {} private string _Mobile = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _UserName = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserName { get { return _UserName; } set { _UserName = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _UserRank = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserRank { get { return _UserRank; } set { _UserRank = value; } } private int _MPValue = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MPValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int MPValue { get { return _MPValue; } set { _MPValue = value; } } private int _HPValue = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"HPValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int HPValue { get { return _HPValue; } set { _HPValue = 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=@"UserBatchChangeReq")] public partial class UserBatchChangeReq : global::ProtoBuf.IExtensible { public UserBatchChangeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _BatchChanges = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"BatchChanges", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List BatchChanges { get { return _BatchChanges; } } private uint _CreatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CreatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CreatorID { get { return _CreatorID; } set { _CreatorID = 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=@"UserBatchChangeRsp")] public partial class UserBatchChangeRsp : global::ProtoBuf.IExtensible { public UserBatchChangeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _CreatorID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CreatorID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CreatorID { get { return _CreatorID; } set { _CreatorID = 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=@"ExtenalJdTransferInReq")] public partial class ExtenalJdTransferInReq : global::ProtoBuf.IExtensible { public ExtenalJdTransferInReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _JDCode = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"JDCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string JDCode { get { return _JDCode; } set { _JDCode = value; } } private uint _JDValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"JDValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint JDValue { get { return _JDValue; } set { _JDValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"ExtenalJdTransferInRsp")] public partial class ExtenalJdTransferInRsp : global::ProtoBuf.IExtensible { public ExtenalJdTransferInRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"LotteryConfigChangeReq")] public partial class LotteryConfigChangeReq : global::ProtoBuf.IExtensible { public LotteryConfigChangeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ChangeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeType { get { return _ChangeType; } set { _ChangeType = value; } } private uint _PrizeRank = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PrizeRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PrizeRank { get { return _PrizeRank; } set { _PrizeRank = value; } } private int _ChangeValue = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ChangeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ChangeValue { get { return _ChangeValue; } set { _ChangeValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"LotteryConfigChangeRsp")] public partial class LotteryConfigChangeRsp : global::ProtoBuf.IExtensible { public LotteryConfigChangeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"PayRemaiAmountReq")] public partial class PayRemaiAmountReq : global::ProtoBuf.IExtensible { public PayRemaiAmountReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _Password = ""; [global::ProtoBuf.ProtoMember(7, 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=@"PayRemaiAmountRsp")] public partial class PayRemaiAmountRsp : global::ProtoBuf.IExtensible { public PayRemaiAmountRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"JdpPdConvertTradeReq")] public partial class JdpPdConvertTradeReq : global::ProtoBuf.IExtensible { public JdpPdConvertTradeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _SrcGoodsCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SrcGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SrcGoodsCode { get { return _SrcGoodsCode; } set { _SrcGoodsCode = value; } } private string _DstGoodsCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DstGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DstGoodsCode { get { return _DstGoodsCode; } set { _DstGoodsCode = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, 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 double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _LogId = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LogId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogId { get { return _LogId; } set { _LogId = 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=@"JdpPdConvertTradeRsp")] public partial class JdpPdConvertTradeRsp : global::ProtoBuf.IExtensible { public JdpPdConvertTradeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _SrcGoodsCode = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SrcGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SrcGoodsCode { get { return _SrcGoodsCode; } set { _SrcGoodsCode = value; } } private string _DstGoodsCode = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DstGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DstGoodsCode { get { return _DstGoodsCode; } set { _DstGoodsCode = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, 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 double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private double _ConvertQty = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ConvertQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ConvertQty { get { return _ConvertQty; } set { _ConvertQty = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _LogId = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"LogId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogId { get { return _LogId; } set { _LogId = 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=@"TradeTransferPdReq")] public partial class TradeTransferPdReq : global::ProtoBuf.IExtensible { public TradeTransferPdReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _GoodsCoce = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsCoce", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCoce { get { return _GoodsCoce; } set { _GoodsCoce = value; } } private string _PDCode = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PDCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PDCode { get { return _PDCode; } set { _PDCode = value; } } private uint _ChangeValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ChangeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeValue { get { return _ChangeValue; } set { _ChangeValue = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"TradeTransferPdRsp")] public partial class TradeTransferPdRsp : global::ProtoBuf.IExtensible { public TradeTransferPdRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"AIAppointAuditNtf")] public partial class AIAppointAuditNtf : global::ProtoBuf.IExtensible { public AIAppointAuditNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"AIAuctionAppointReq")] public partial class AIAuctionAppointReq : global::ProtoBuf.IExtensible { public AIAuctionAppointReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private string _Password = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Password", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Password { get { return _Password; } set { _Password = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _ClientType = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ClientType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ClientType { get { return _ClientType; } set { _ClientType = 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=@"AIAuctionAppointRsp")] public partial class AIAuctionAppointRsp : global::ProtoBuf.IExtensible { public AIAuctionAppointRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"UpdateHealthPointReq")] public partial class UpdateHealthPointReq : global::ProtoBuf.IExtensible { public UpdateHealthPointReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private double _HealthPoint = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"HealthPoint", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double HealthPoint { get { return _HealthPoint; } set { _HealthPoint = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _UserRank = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserRank { get { return _UserRank; } set { _UserRank = 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=@"UpdateHealthPointRsp")] public partial class UpdateHealthPointRsp : global::ProtoBuf.IExtensible { public UpdateHealthPointRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"UpdateSzdz2PdzRecordReq")] public partial class UpdateSzdz2PdzRecordReq : global::ProtoBuf.IExtensible { public UpdateSzdz2PdzRecordReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _PDGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PDGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PDGoodsID { get { return _PDGoodsID; } set { _PDGoodsID = value; } } private uint _JoinCount = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"JoinCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint JoinCount { get { return _JoinCount; } set { _JoinCount = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"UpdateSzdz2PdzRecordRsp")] public partial class UpdateSzdz2PdzRecordRsp : global::ProtoBuf.IExtensible { public UpdateSzdz2PdzRecordRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"UpdateSzdz2PdInfoReq")] public partial class UpdateSzdz2PdInfoReq : global::ProtoBuf.IExtensible { public UpdateSzdz2PdInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _PDGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"PDGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PDGoodsID { get { return _PDGoodsID; } set { _PDGoodsID = value; } } private uint _PrizeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PrizeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PrizeType { get { return _PrizeType; } set { _PrizeType = value; } } private double _PrizeAmount = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"PrizeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PrizeAmount { get { return _PrizeAmount; } set { _PrizeAmount = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"UpdateSzdz2PdInfoRsp")] public partial class UpdateSzdz2PdInfoRsp : global::ProtoBuf.IExtensible { public UpdateSzdz2PdInfoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"UpdateUserPdQuotaoReq")] public partial class UpdateUserPdQuotaoReq : global::ProtoBuf.IExtensible { public UpdateUserPdQuotaoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _PDGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"PDGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PDGoodsID { get { return _PDGoodsID; } set { _PDGoodsID = value; } } private double _TradePDQuota = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradePDQuota", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TradePDQuota { get { return _TradePDQuota; } set { _TradePDQuota = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"UpdateUserPdQuotaoRsp")] public partial class UpdateUserPdQuotaoRsp : global::ProtoBuf.IExtensible { public UpdateUserPdQuotaoRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"MPCmd")] public partial class MPCmd : global::ProtoBuf.IExtensible { public MPCmd() {} private ulong _SerialNo = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"SerialNo", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SerialNo { get { return _SerialNo; } set { _SerialNo = value; } } private uint _MPChangeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MPChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MPChangeType { get { return _MPChangeType; } set { _MPChangeType = value; } } private double _ChangeValue = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ChangeValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ChangeValue { get { return _ChangeValue; } set { _ChangeValue = 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=@"ManapointReq")] public partial class ManapointReq : global::ProtoBuf.IExtensible { public ManapointReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private readonly global::System.Collections.Generic.List _Cmd = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"Cmd", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Cmd { get { return _Cmd; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"ManapointRsp")] public partial class ManapointRsp : global::ProtoBuf.IExtensible { public ManapointRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = 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=@"UpdateLotteryTimeReq")] public partial class UpdateLotteryTimeReq : global::ProtoBuf.IExtensible { public UpdateLotteryTimeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _Lotterytime = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Lotterytime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Lotterytime { get { return _Lotterytime; } set { _Lotterytime = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"UpdateLotteryTimeRsp")] public partial class UpdateLotteryTimeRsp : global::ProtoBuf.IExtensible { public UpdateLotteryTimeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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=@"AutoQuoteReq")] public partial class AutoQuoteReq : global::ProtoBuf.IExtensible { public AutoQuoteReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _QuoterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"QuoterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoterID { get { return _QuoterID; } set { _QuoterID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _Price = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Price { get { return _Price; } set { _Price = value; } } private long _TotalQty = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TotalQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long TotalQty { get { return _TotalQty; } set { _TotalQty = value; } } private long _PerQty = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"PerQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long PerQty { get { return _PerQty; } set { _PerQty = value; } } private ulong _TryInterval = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TryInterval", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TryInterval { get { return _TryInterval; } set { _TryInterval = value; } } private string _ExpiredDate = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExpiredDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpiredDate { get { return _ExpiredDate; } set { _ExpiredDate = value; } } private ulong _QuoteEffectiveSecond = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"QuoteEffectiveSecond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteEffectiveSecond { get { return _QuoteEffectiveSecond; } set { _QuoteEffectiveSecond = value; } } private ulong _LimitPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"LimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LimitPrice { get { return _LimitPrice; } set { _LimitPrice = value; } } private int _PriceMove = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"PriceMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int PriceMove { get { return _PriceMove; } set { _PriceMove = 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=@"AutoQuoteRsp")] public partial class AutoQuoteRsp : global::ProtoBuf.IExtensible { public AutoQuoteRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _QuoterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"QuoterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoterID { get { return _QuoterID; } set { _QuoterID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = 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=@"QuoteReq")] public partial class QuoteReq : global::ProtoBuf.IExtensible { public QuoteReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, 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 uint _QuoterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"QuoterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoterID { get { return _QuoterID; } set { _QuoterID = value; } } private ulong _Bid = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Bid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Bid { get { return _Bid; } set { _Bid = value; } } private long _BidVolume = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BidVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidVolume { get { return _BidVolume; } set { _BidVolume = value; } } private ulong _Ask = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Ask", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Ask { get { return _Ask; } set { _Ask = value; } } private long _AskVolume = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"AskVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskVolume { get { return _AskVolume; } set { _AskVolume = 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 ulong _VaildTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"VaildTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong VaildTime { get { return _VaildTime; } set { _VaildTime = value; } } private uint _QuoteMinValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"QuoteMinValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteMinValue { get { return _QuoteMinValue; } set { _QuoteMinValue = value; } } private uint _QuoteMaxValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"QuoteMaxValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteMaxValue { get { return _QuoteMaxValue; } set { _QuoteMaxValue = value; } } private ulong _Last = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Last", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Last { get { return _Last; } set { _Last = value; } } private ulong _TopBid = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"TopBid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TopBid { get { return _TopBid; } set { _TopBid = value; } } private ulong _BottomAsk = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BottomAsk", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BottomAsk { get { return _BottomAsk; } set { _BottomAsk = value; } } private long _BidMove = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"BidMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidMove { get { return _BidMove; } set { _BidMove = value; } } private long _AskMove = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"AskMove", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskMove { get { return _AskMove; } set { _AskMove = value; } } private uint _QuoteSource = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"QuoteSource", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteSource { get { return _QuoteSource; } set { _QuoteSource = value; } } private ulong _QuoteID = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"QuoteID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteID { get { return _QuoteID; } set { _QuoteID = 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=@"QuoteRsp")] public partial class QuoteRsp : global::ProtoBuf.IExtensible { public QuoteRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _QuoteID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"QuoteID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteID { get { return _QuoteID; } set { _QuoteID = value; } } private long _BidVolume = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BidVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long BidVolume { get { return _BidVolume; } set { _BidVolume = value; } } private long _AskVolume = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AskVolume", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public long AskVolume { get { return _AskVolume; } set { _AskVolume = 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=@"NewQuoteReq")] public partial class NewQuoteReq : global::ProtoBuf.IExtensible { public NewQuoteReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _QuoterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"QuoterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoterID { get { return _QuoterID; } set { _QuoterID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private string _DateTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DateTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DateTime { get { return _DateTime; } set { _DateTime = value; } } private uint _OpType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OpType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OpType { get { return _OpType; } set { _OpType = value; } } private ulong _QuoteID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"QuoteID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteID { get { return _QuoteID; } set { _QuoteID = value; } } private ulong _Price = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Price { get { return _Price; } set { _Price = value; } } private ulong _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong Qty { get { return _Qty; } set { _Qty = value; } } private int _Move = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Move", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int Move { get { return _Move; } set { _Move = value; } } private ulong _LimitPrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"LimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LimitPrice { get { return _LimitPrice; } set { _LimitPrice = value; } } private ulong _QuoteEffectiveSecond = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"QuoteEffectiveSecond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteEffectiveSecond { get { return _QuoteEffectiveSecond; } set { _QuoteEffectiveSecond = value; } } private uint _QuoteMinValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"QuoteMinValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteMinValue { get { return _QuoteMinValue; } set { _QuoteMinValue = value; } } private uint _QuoteMaxValue = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"QuoteMaxValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteMaxValue { get { return _QuoteMaxValue; } set { _QuoteMaxValue = value; } } private uint _QuoteSource = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"QuoteSource", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteSource { get { return _QuoteSource; } set { _QuoteSource = value; } } private uint _PriceType = uint.MaxValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"PriceType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint PriceType { get { return _PriceType; } set { _PriceType = value; } } private uint _QtyType = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"QtyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyType { get { return _QtyType; } set { _QtyType = 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=@"NewQuoteRsp")] public partial class NewQuoteRsp : global::ProtoBuf.IExtensible { public NewQuoteRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _QuoterID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"QuoterID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoterID { get { return _QuoterID; } set { _QuoterID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private ulong _QuoteID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"QuoteID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteID { get { return _QuoteID; } set { _QuoteID = 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=@"CutAccountReq")] public partial class CutAccountReq : global::ProtoBuf.IExtensible { public CutAccountReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"CutAccountRsp")] public partial class CutAccountRsp : global::ProtoBuf.IExtensible { public CutAccountRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"ForceCloseQueryReq")] public partial class ForceCloseQueryReq : global::ProtoBuf.IExtensible { public ForceCloseQueryReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"ForceCloseQueryRsp")] public partial class ForceCloseQueryRsp : global::ProtoBuf.IExtensible { public ForceCloseQueryRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, 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 uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private ulong _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderQty { get { return _OrderQty; } set { _OrderQty = 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=@"TenderAuditReq")] public partial class TenderAuditReq : global::ProtoBuf.IExtensible { public TenderAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private uint _TenderUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TenderUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderUserID { get { return _TenderUserID; } set { _TenderUserID = value; } } private string _TenderNum = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TenderNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderNum { get { return _TenderNum; } set { _TenderNum = value; } } private string _TenderTital = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TenderTital", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderTital { get { return _TenderTital; } set { _TenderTital = value; } } private string _OpenDate = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OpenDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenDate { get { return _OpenDate; } set { _OpenDate = value; } } private string _TenderContact = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"TenderContact", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderContact { get { return _TenderContact; } set { _TenderContact = value; } } private string _TenderTelphone = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TenderTelphone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderTelphone { get { return _TenderTelphone; } set { _TenderTelphone = value; } } private string _TenderGoods = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TenderGoods", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderGoods { get { return _TenderGoods; } set { _TenderGoods = value; } } private uint _TenderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TenderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderType { get { return _TenderType; } set { _TenderType = value; } } private uint _GradeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"GradeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint GradeType { get { return _GradeType; } set { _GradeType = value; } } private string _TenderFile = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"TenderFile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TenderFile { get { return _TenderFile; } set { _TenderFile = value; } } private string _GoodsCode = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"GoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsCode { get { return _GoodsCode; } set { _GoodsCode = value; } } private double _TenderMargin = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"TenderMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TenderMargin { get { return _TenderMargin; } set { _TenderMargin = value; } } private double _BidMargin = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"BidMargin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double BidMargin { get { return _BidMargin; } set { _BidMargin = value; } } private ulong _TenderAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"TenderAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TenderAccountID { get { return _TenderAccountID; } set { _TenderAccountID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private double _TenderCharge = int.MinValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"TenderCharge", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TenderCharge { get { return _TenderCharge; } set { _TenderCharge = 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=@"TenderAuditRsp")] public partial class TenderAuditRsp : global::ProtoBuf.IExtensible { public TenderAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _ApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ApplyID { get { return _ApplyID; } set { _ApplyID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _TenderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TenderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderStatus { get { return _TenderStatus; } set { _TenderStatus = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"TenderConfirmReq")] public partial class TenderConfirmReq : global::ProtoBuf.IExtensible { public TenderConfirmReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _ConfirmStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ConfirmStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ConfirmStatus { get { return _ConfirmStatus; } set { _ConfirmStatus = value; } } private uint _ConfirmID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ConfirmID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ConfirmID { get { return _ConfirmID; } set { _ConfirmID = value; } } private string _ConfirmRemark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ConfirmRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ConfirmRemark { get { return _ConfirmRemark; } set { _ConfirmRemark = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"TenderConfirmRsp")] public partial class TenderConfirmRsp : global::ProtoBuf.IExtensible { public TenderConfirmRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _TenderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TenderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderStatus { get { return _TenderStatus; } set { _TenderStatus = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"TenderStopReq")] public partial class TenderStopReq : global::ProtoBuf.IExtensible { public TenderStopReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private uint _CloserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CloserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CloserID { get { return _CloserID; } set { _CloserID = value; } } private string _CloseTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CloseTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CloseTime { get { return _CloseTime; } set { _CloseTime = value; } } private string _CloseRemark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CloseRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CloseRemark { get { return _CloseRemark; } set { _CloseRemark = 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=@"TenderStopRsp")] public partial class TenderStopRsp : global::ProtoBuf.IExtensible { public TenderStopRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _TenderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TenderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderStatus { get { return _TenderStatus; } set { _TenderStatus = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"BidAuditReq")] public partial class BidAuditReq : global::ProtoBuf.IExtensible { public BidAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private uint _BidUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BidUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidUserID { get { return _BidUserID; } set { _BidUserID = value; } } private string _Contact = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Contact", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Contact { get { return _Contact; } set { _Contact = value; } } private string _Telphone = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Telphone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Telphone { get { return _Telphone; } set { _Telphone = value; } } private string _Email = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Email", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Email { get { return _Email; } set { _Email = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _BidFile = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"BidFile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string BidFile { get { return _BidFile; } set { _BidFile = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private ulong _BidAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"BidAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BidAccountID { get { return _BidAccountID; } set { _BidAccountID = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"BidAuditRsp")] public partial class BidAuditRsp : global::ProtoBuf.IExtensible { public BidAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private uint _BidUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BidUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidUserID { get { return _BidUserID; } set { _BidUserID = value; } } private uint _BidStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BidStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidStatus { get { return _BidStatus; } set { _BidStatus = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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=@"BidGradeReq")] public partial class BidGradeReq : global::ProtoBuf.IExtensible { public BidGradeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _BidUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BidUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidUserID { get { return _BidUserID; } set { _BidUserID = value; } } private uint _BidGrade = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BidGrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidGrade { get { return _BidGrade; } set { _BidGrade = value; } } private string _GradeRemark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GradeRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GradeRemark { get { return _GradeRemark; } set { _GradeRemark = 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=@"BidGradeRsp")] public partial class BidGradeRsp : global::ProtoBuf.IExtensible { public BidGradeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _BidUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"BidUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidUserID { get { return _BidUserID; } set { _BidUserID = value; } } private uint _BidStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BidStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidStatus { get { return _BidStatus; } set { _BidStatus = 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=@"AcceptConfimReq")] public partial class AcceptConfimReq : global::ProtoBuf.IExtensible { public AcceptConfimReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _WinnerUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"WinnerUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WinnerUserID { get { return _WinnerUserID; } set { _WinnerUserID = value; } } private uint _CreatorUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CreatorUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint CreatorUserID { get { return _CreatorUserID; } set { _CreatorUserID = value; } } private uint _IsPublicity = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"IsPublicity", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint IsPublicity { get { return _IsPublicity; } set { _IsPublicity = value; } } private string _EndDate = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"EndDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string EndDate { get { return _EndDate; } set { _EndDate = value; } } private double _WinPrice = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"WinPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double WinPrice { get { return _WinPrice; } set { _WinPrice = value; } } private string _PerformanceRemark = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"PerformanceRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PerformanceRemark { get { return _PerformanceRemark; } set { _PerformanceRemark = value; } } private string _WinRemark = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"WinRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WinRemark { get { return _WinRemark; } set { _WinRemark = 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=@"AcceptConfimRsp")] public partial class AcceptConfimRsp : global::ProtoBuf.IExtensible { public AcceptConfimRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _WinID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WinID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WinID { get { return _WinID; } set { _WinID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _WinnerUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WinnerUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WinnerUserID { get { return _WinnerUserID; } set { _WinnerUserID = value; } } private uint _TenderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TenderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderStatus { get { return _TenderStatus; } set { _TenderStatus = value; } } private uint _BidStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BidStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidStatus { get { return _BidStatus; } set { _BidStatus = 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=@"AcceptAuditReq")] public partial class AcceptAuditReq : global::ProtoBuf.IExtensible { public AcceptAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WinID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WinID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WinID { get { return _WinID; } set { _WinID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private uint _AuditID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AuditID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditID { get { return _AuditID; } set { _AuditID = value; } } private string _AuditRemark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AuditRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditRemark { get { return _AuditRemark; } set { _AuditRemark = 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=@"AcceptAuditRsp")] public partial class AcceptAuditRsp : global::ProtoBuf.IExtensible { public AcceptAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _WinID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WinID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WinID { get { return _WinID; } set { _WinID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private uint _TenderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"TenderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderStatus { get { return _TenderStatus; } set { _TenderStatus = value; } } private uint _WinnerUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"WinnerUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WinnerUserID { get { return _WinnerUserID; } set { _WinnerUserID = value; } } private uint _WinnerBidStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"WinnerBidStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WinnerBidStatus { get { return _WinnerBidStatus; } set { _WinnerBidStatus = value; } } private uint _OtherBidStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OtherBidStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OtherBidStatus { get { return _OtherBidStatus; } set { _OtherBidStatus = 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=@"AcceptDisableReq")] public partial class AcceptDisableReq : global::ProtoBuf.IExtensible { public AcceptDisableReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WinID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WinID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WinID { get { return _WinID; } set { _WinID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _AuditID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AuditID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditID { get { return _AuditID; } set { _AuditID = value; } } private string _AuditRemark = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AuditRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string AuditRemark { get { return _AuditRemark; } set { _AuditRemark = 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=@"AcceptDisableRsp")] public partial class AcceptDisableRsp : global::ProtoBuf.IExtensible { public AcceptDisableRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _WinID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WinID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WinID { get { return _WinID; } set { _WinID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private uint _TenderStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TenderStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TenderStatus { get { return _TenderStatus; } set { _TenderStatus = value; } } private uint _BidStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"BidStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BidStatus { get { return _BidStatus; } set { _BidStatus = 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=@"MarketStatusChangeReq")] public partial class MarketStatusChangeReq : global::ProtoBuf.IExtensible { public MarketStatusChangeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private uint _StepType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"StepType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StepType { get { return _StepType; } set { _StepType = value; } } private string _TradeDay; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDay { get { return _TradeDay; } set { _TradeDay = value; } } private string _NotifyTime = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"NotifyTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NotifyTime { get { return _NotifyTime; } set { _NotifyTime = value; } } private uint _SectionId = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"SectionId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SectionId { get { return _SectionId; } set { _SectionId = 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=@"MarketStatusChangeRsp")] public partial class MarketStatusChangeRsp : global::ProtoBuf.IExtensible { public MarketStatusChangeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private uint _StepType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"StepType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint StepType { get { return _StepType; } set { _StepType = value; } } private string _TradeDay; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"TradeDay", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDay { get { return _TradeDay; } set { _TradeDay = value; } } private string _NotifyTime = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"NotifyTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NotifyTime { get { return _NotifyTime; } set { _NotifyTime = value; } } private uint _SectionId = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SectionId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint SectionId { get { return _SectionId; } set { _SectionId = 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=@"CSMarketStatusToQuoteReq")] public partial class CSMarketStatusToQuoteReq : global::ProtoBuf.IExtensible { public CSMarketStatusToQuoteReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _TradeDate; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private uint _Status; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public uint Status { get { return _Status; } set { _Status = value; } } private string _NotifyTime = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"NotifyTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NotifyTime { get { return _NotifyTime; } set { _NotifyTime = 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=@"CSMarketStatusToQuoteRsp")] public partial class CSMarketStatusToQuoteRsp : global::ProtoBuf.IExtensible { public CSMarketStatusToQuoteRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _TradeDate; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private uint _Status; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public uint Status { get { return _Status; } set { _Status = value; } } private string _NotifyTime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"NotifyTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string NotifyTime { get { return _NotifyTime; } set { _NotifyTime = 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=@"CSMarketReckonResultNtf")] public partial class CSMarketReckonResultNtf : global::ProtoBuf.IExtensible { public CSMarketReckonResultNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private uint _OperateType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OperateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OperateType { get { return _OperateType; } set { _OperateType = value; } } private uint _MarketReckonType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketReckonType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketReckonType { get { return _MarketReckonType; } set { _MarketReckonType = 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=@"CSSettleResultNtf")] public partial class CSSettleResultNtf : global::ProtoBuf.IExtensible { public CSSettleResultNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _TradeDate = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeDate { get { return _TradeDate; } set { _TradeDate = value; } } private uint _Result = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Result { get { return _Result; } set { _Result = 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=@"ExternOrderReq")] public partial class ExternOrderReq : global::ProtoBuf.IExtensible { public ExternOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _OrderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderType { get { return _OrderType; } set { _OrderType = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private double _Strike = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Strike", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Strike { get { return _Strike; } set { _Strike = value; } } private double _UdstartPrice = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"UdstartPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UdstartPrice { get { return _UdstartPrice; } set { _UdstartPrice = value; } } private uint _Buy = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Buy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Buy { get { return _Buy; } set { _Buy = value; } } private uint _Open = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Open", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Open { get { return _Open; } set { _Open = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private uint _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Qty { get { return _Qty; } set { _Qty = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = value; } } private uint _UserSelectExpDate = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"UserSelectExpDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserSelectExpDate { get { return _UserSelectExpDate; } set { _UserSelectExpDate = value; } } private uint _UserOdds = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"UserOdds", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserOdds { get { return _UserOdds; } set { _UserOdds = 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=@"MultiExternOrdersReq")] public partial class MultiExternOrdersReq : global::ProtoBuf.IExtensible { public MultiExternOrdersReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _Orders = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"Orders", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Orders { get { return _Orders; } } 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=@"ExOptionOrderRsp")] public partial class ExOptionOrderRsp : global::ProtoBuf.IExtensible { public ExOptionOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _OrderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderType { get { return _OrderType; } set { _OrderType = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private double _Strike = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Strike", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Strike { get { return _Strike; } set { _Strike = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = 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=@"MultiExOptionOrderRsp")] public partial class MultiExOptionOrderRsp : global::ProtoBuf.IExtensible { public MultiExOptionOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _Orders = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Orders", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Orders { get { return _Orders; } } 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=@"ExOptionOrderCancelReq")] public partial class ExOptionOrderCancelReq : global::ProtoBuf.IExtensible { public ExOptionOrderCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _CustombizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustombizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustombizID { get { return _CustombizID; } set { _CustombizID = value; } } private string _CustombizsubID = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CustombizsubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustombizsubID { get { return _CustombizsubID; } set { _CustombizsubID = 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=@"MultiExOptionOrderCancelReq")] public partial class MultiExOptionOrderCancelReq : global::ProtoBuf.IExtensible { public MultiExOptionOrderCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _Orders = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"Orders", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Orders { get { return _Orders; } } 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=@"ExOptionOrderCancelRsp")] public partial class ExOptionOrderCancelRsp : global::ProtoBuf.IExtensible { public ExOptionOrderCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = 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=@"MultiExOptionOrderCancelRsp")] public partial class MultiExOptionOrderCancelRsp : global::ProtoBuf.IExtensible { public MultiExOptionOrderCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _Orders = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Orders", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Orders { get { return _Orders; } } 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=@"ExOptionExeciseReq")] public partial class ExOptionExeciseReq : global::ProtoBuf.IExtensible { public ExOptionExeciseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private double _ExecLimitPrice = int.MinValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ExecLimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExecLimitPrice { get { return _ExecLimitPrice; } set { _ExecLimitPrice = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _QtyExecise = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"QtyExecise", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyExecise { get { return _QtyExecise; } set { _QtyExecise = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = 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=@"MultiExOptionExeciseReq")] public partial class MultiExOptionExeciseReq : global::ProtoBuf.IExtensible { public MultiExOptionExeciseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _Orders = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"Orders", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Orders { get { return _Orders; } } 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=@"ExOptionExeciseRsp")] public partial class ExOptionExeciseRsp : global::ProtoBuf.IExtensible { public ExOptionExeciseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _OmsOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OmsOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OmsOrderID { get { return _OmsOrderID; } set { _OmsOrderID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = value; } } private double _SettlePrice = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"SettlePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SettlePrice { get { return _SettlePrice; } set { _SettlePrice = value; } } private double _Pl = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Pl", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Pl { get { return _Pl; } set { _Pl = 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=@"MultiExOptionExeciseRsp")] public partial class MultiExOptionExeciseRsp : global::ProtoBuf.IExtensible { public MultiExOptionExeciseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _Orders = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Orders", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Orders { get { return _Orders; } } 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=@"ExOptionExeciseCancelReq")] public partial class ExOptionExeciseCancelReq : global::ProtoBuf.IExtensible { public ExOptionExeciseCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = 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=@"MultiExOptionExeciseCancelReq")] public partial class MultiExOptionExeciseCancelReq : global::ProtoBuf.IExtensible { public MultiExOptionExeciseCancelReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _Orders = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"Orders", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Orders { get { return _Orders; } } 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=@"ExeciseCancelRsp")] public partial class ExeciseCancelRsp : global::ProtoBuf.IExtensible { public ExeciseCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _OmsOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OmsOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OmsOrderID { get { return _OmsOrderID; } set { _OmsOrderID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = value; } } private int _ErrorCode = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ErrorCode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int ErrorCode { get { return _ErrorCode; } set { _ErrorCode = value; } } private string _RspInfo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"RspInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string RspInfo { get { return _RspInfo; } set { _RspInfo = 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=@"MultiExeciseCancelRsp")] public partial class MultiExeciseCancelRsp : global::ProtoBuf.IExtensible { public MultiExeciseCancelRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _Orders = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"Orders", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Orders { get { return _Orders; } } 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=@"ExeciseNotify")] public partial class ExeciseNotify : global::ProtoBuf.IExtensible { public ExeciseNotify() {} private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _ExeciseTime = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExeciseTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExeciseTime { get { return _ExeciseTime; } set { _ExeciseTime = value; } } private uint _ExeciseDate = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExeciseDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExeciseDate { get { return _ExeciseDate; } set { _ExeciseDate = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _QtyExecise = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"QtyExecise", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyExecise { get { return _QtyExecise; } set { _QtyExecise = value; } } private double _SettlePrice = int.MinValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SettlePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SettlePrice { get { return _SettlePrice; } set { _SettlePrice = value; } } private double _Pl = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Pl", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Pl { get { return _Pl; } set { _Pl = value; } } private uint _Execise_status = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Execise_status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Execise_status { get { return _Execise_status; } set { _Execise_status = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = value; } } private uint _ManualFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ManualFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ManualFlag { get { return _ManualFlag; } set { _ManualFlag = 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=@"MultiExeciseNtf")] public partial class MultiExeciseNtf : global::ProtoBuf.IExtensible { public MultiExeciseNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _Timestamp = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Timestamp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Timestamp { get { return _Timestamp; } set { _Timestamp = value; } } private readonly global::System.Collections.Generic.List _Execises = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"Execises", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Execises { get { return _Execises; } } 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=@"TradeNotify")] public partial class TradeNotify : global::ProtoBuf.IExtensible { public TradeNotify() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private double _Strike = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Strike", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Strike { get { return _Strike; } set { _Strike = value; } } private uint _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Qty { get { return _Qty; } set { _Qty = value; } } private uint _QtyFilled = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"QtyFilled", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyFilled { get { return _QtyFilled; } set { _QtyFilled = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = value; } } private uint _OrderDate = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"OrderDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderDate { get { return _OrderDate; } set { _OrderDate = value; } } private uint _ExpDate = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ExpDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExpDate { get { return _ExpDate; } set { _ExpDate = value; } } private uint _OrderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OrderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderType { get { return _OrderType; } set { _OrderType = value; } } private double _Multiplier = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Multiplier", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Multiplier { get { return _Multiplier; } set { _Multiplier = value; } } private double _Price_filled = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"Price_filled", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Price_filled { get { return _Price_filled; } set { _Price_filled = value; } } private double _Turnover = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Turnover", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Turnover { get { return _Turnover; } set { _Turnover = value; } } private double _UpperBoundary = int.MinValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"UpperBoundary", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UpperBoundary { get { return _UpperBoundary; } set { _UpperBoundary = value; } } private double _LowerBoundary = int.MinValue; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"LowerBoundary", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double LowerBoundary { get { return _LowerBoundary; } set { _LowerBoundary = value; } } private string _ExecStartTime = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"ExecStartTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExecStartTime { get { return _ExecStartTime; } set { _ExecStartTime = value; } } private string _ExecEndTime = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"ExecEndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExecEndTime { get { return _ExecEndTime; } set { _ExecEndTime = 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=@"MultiTradeNtf")] public partial class MultiTradeNtf : global::ProtoBuf.IExtensible { public MultiTradeNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _Timestamp = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Timestamp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Timestamp { get { return _Timestamp; } set { _Timestamp = value; } } private readonly global::System.Collections.Generic.List _Trades = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"Trades", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Trades { get { return _Trades; } } 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=@"CancelNotify")] public partial class CancelNotify : global::ProtoBuf.IExtensible { public CancelNotify() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = value; } } private uint _OrderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderType { get { return _OrderType; } set { _OrderType = 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=@"MultiCancelNtf")] public partial class MultiCancelNtf : global::ProtoBuf.IExtensible { public MultiCancelNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _Timestamp = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Timestamp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Timestamp { get { return _Timestamp; } set { _Timestamp = value; } } private readonly global::System.Collections.Generic.List _Cancels = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"Cancels", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List Cancels { get { return _Cancels; } } 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=@"ExeciseCancelNotify")] public partial class ExeciseCancelNotify : global::ProtoBuf.IExtensible { public ExeciseCancelNotify() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = value; } } private double _ExecLimitPrice = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExecLimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExecLimitPrice { get { return _ExecLimitPrice; } set { _ExecLimitPrice = 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=@"MultiExeciseCancelNtf")] public partial class MultiExeciseCancelNtf : global::ProtoBuf.IExtensible { public MultiExeciseCancelNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _Timestamp = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Timestamp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Timestamp { get { return _Timestamp; } set { _Timestamp = value; } } private readonly global::System.Collections.Generic.List _ExeciseCancels = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"ExeciseCancels", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ExeciseCancels { get { return _ExeciseCancels; } } 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=@"QryExOptionOrderReq")] public partial class QryExOptionOrderReq : global::ProtoBuf.IExtensible { public QryExOptionOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private uint _Size = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Size", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Size { get { return _Size; } set { _Size = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = 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=@"OrderInfo")] public partial class OrderInfo : global::ProtoBuf.IExtensible { public OrderInfo() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private uint _Buy = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Buy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Buy { get { return _Buy; } set { _Buy = value; } } private uint _Open = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Open", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Open { get { return _Open; } set { _Open = value; } } private uint _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Qty { get { return _Qty; } set { _Qty = value; } } private uint _QtyFilled = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"QtyFilled", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyFilled { get { return _QtyFilled; } set { _QtyFilled = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomSubBizID = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"CustomSubBizID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomSubBizID { get { return _CustomSubBizID; } set { _CustomSubBizID = value; } } private double _Strike = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Strike", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Strike { get { return _Strike; } set { _Strike = value; } } private double _UdStartPrice = int.MinValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"UdStartPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double UdStartPrice { get { return _UdStartPrice; } set { _UdStartPrice = value; } } private string _ExpDate = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ExpDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpDate { get { return _ExpDate; } set { _ExpDate = value; } } private uint _Status = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Status { get { return _Status; } set { _Status = value; } } private uint _OrderType = uint.MaxValue; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderType { get { return _OrderType; } set { _OrderType = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private double _TurnOver = int.MinValue; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"TurnOver", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TurnOver { get { return _TurnOver; } set { _TurnOver = value; } } private ulong _RecvID = uint.MaxValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"RecvID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RecvID { get { return _RecvID; } set { _RecvID = 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=@"QryExOptionOrderRsp")] public partial class QryExOptionOrderRsp : global::ProtoBuf.IExtensible { public QryExOptionOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _OrderDetail = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"OrderDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List OrderDetail { get { return _OrderDetail; } } 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=@"QryExOptionExeciseOrderReq")] public partial class QryExOptionExeciseOrderReq : global::ProtoBuf.IExtensible { public QryExOptionExeciseOrderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private uint _Size = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Size", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Size { get { return _Size; } set { _Size = value; } } private ulong _ExeciseOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExeciseOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExeciseOrderID { get { return _ExeciseOrderID; } set { _ExeciseOrderID = 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=@"ExeciseOrderInfo")] public partial class ExeciseOrderInfo : global::ProtoBuf.IExtensible { public ExeciseOrderInfo() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OmsOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"OmsOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OmsOrderID { get { return _OmsOrderID; } set { _OmsOrderID = value; } } private double _SettlePrice = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"SettlePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SettlePrice { get { return _SettlePrice; } set { _SettlePrice = value; } } private uint _WithdrawFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"WithdrawFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint WithdrawFlag { get { return _WithdrawFlag; } set { _WithdrawFlag = value; } } private double _ExecLimitPrice = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExecLimitPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExecLimitPrice { get { return _ExecLimitPrice; } set { _ExecLimitPrice = value; } } private uint _ExecStatusID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExecStatusID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExecStatusID { get { return _ExecStatusID; } set { _ExecStatusID = value; } } private ulong _ExecOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExecOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExecOrderID { get { return _ExecOrderID; } set { _ExecOrderID = value; } } private uint _ExecType = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExecType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExecType { get { return _ExecType; } set { _ExecType = value; } } private string _ExecOrderTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExecOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExecOrderTime { get { return _ExecOrderTime; } set { _ExecOrderTime = value; } } private ulong _RecvID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"RecvID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RecvID { get { return _RecvID; } set { _RecvID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomBizSubID = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CustomBizSubID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomBizSubID { get { return _CustomBizSubID; } set { _CustomBizSubID = value; } } private uint _ManualFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ManualFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ManualFlag { get { return _ManualFlag; } set { _ManualFlag = value; } } private double _PL = int.MinValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"PL", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PL { get { return _PL; } set { _PL = 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=@"QryExOptionExeciseOrderRsp")] public partial class QryExOptionExeciseOrderRsp : global::ProtoBuf.IExtensible { public QryExOptionExeciseOrderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private readonly global::System.Collections.Generic.List _ExeciseOrderDetail = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"ExeciseOrderDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ExeciseOrderDetail { get { return _ExeciseOrderDetail; } } 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=@"HolderInfo")] public partial class HolderInfo : global::ProtoBuf.IExtensible { public HolderInfo() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private uint _MdOptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"MdOptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MdOptionID { get { return _MdOptionID; } set { _MdOptionID = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private uint _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Qty { get { return _Qty; } set { _Qty = value; } } private uint _QtyExecise = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"QtyExecise", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyExecise { get { return _QtyExecise; } set { _QtyExecise = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomSubBizID = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"CustomSubBizID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomSubBizID { get { return _CustomSubBizID; } set { _CustomSubBizID = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private double _Strike = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"Strike", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Strike { get { return _Strike; } set { _Strike = value; } } private uint _OptionID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"OptionID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptionID { get { return _OptionID; } set { _OptionID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _Buy = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Buy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Buy { get { return _Buy; } set { _Buy = value; } } private double _FilledPrice = int.MinValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"FilledPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double FilledPrice { get { return _FilledPrice; } set { _FilledPrice = value; } } private string _OrderTime = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"OrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderTime { get { return _OrderTime; } set { _OrderTime = value; } } private string _OrderDate = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"OrderDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OrderDate { get { return _OrderDate; } set { _OrderDate = value; } } private string _ExpDate = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"ExpDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpDate { get { return _ExpDate; } set { _ExpDate = value; } } private string _ExpTime = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"ExpTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpTime { get { return _ExpTime; } set { _ExpTime = value; } } private double _PL = int.MinValue; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"PL", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PL { get { return _PL; } set { _PL = value; } } private uint _UserOdds = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"UserOdds", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserOdds { get { return _UserOdds; } set { _UserOdds = value; } } private double _TurnOver = int.MinValue; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"TurnOver", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double TurnOver { get { return _TurnOver; } set { _TurnOver = value; } } private string _InstrumentCode = ""; [global::ProtoBuf.ProtoMember(21, IsRequired = false, Name=@"InstrumentCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string InstrumentCode { get { return _InstrumentCode; } set { _InstrumentCode = 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=@"QryExOptionHolderReq")] public partial class QryExOptionHolderReq : global::ProtoBuf.IExtensible { public QryExOptionHolderReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private uint _Size = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"Size", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Size { get { return _Size; } set { _Size = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = 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=@"QryExOptionHolderRsp")] public partial class QryExOptionHolderRsp : global::ProtoBuf.IExtensible { public QryExOptionHolderRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private readonly global::System.Collections.Generic.List _HolderDetail = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"HolderDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List HolderDetail { get { return _HolderDetail; } } 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=@"QryExOptionExeciseReq")] public partial class QryExOptionExeciseReq : global::ProtoBuf.IExtensible { public QryExOptionExeciseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ExeciseDataOne = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExeciseDataOne", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExeciseDataOne { get { return _ExeciseDataOne; } set { _ExeciseDataOne = value; } } private string _ExeciseDataTwo = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExeciseDataTwo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExeciseDataTwo { get { return _ExeciseDataTwo; } set { _ExeciseDataTwo = 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=@"ExeciseInfo")] public partial class ExeciseInfo : global::ProtoBuf.IExtensible { public ExeciseInfo() {} private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private string _ExeciseTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ExeciseTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExeciseTime { get { return _ExeciseTime; } set { _ExeciseTime = value; } } private string _ExeciseDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ExeciseDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExeciseDate { get { return _ExeciseDate; } set { _ExeciseDate = value; } } private ulong _ExeciseOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExeciseOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ExeciseOrderID { get { return _ExeciseOrderID; } set { _ExeciseOrderID = value; } } private ulong _OrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong OrderID { get { return _OrderID; } set { _OrderID = value; } } private uint _QtyExecise = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"QtyExecise", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QtyExecise { get { return _QtyExecise; } set { _QtyExecise = value; } } private double _SettlePrice = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"SettlePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double SettlePrice { get { return _SettlePrice; } set { _SettlePrice = value; } } private double _PL = int.MinValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"PL", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double PL { get { return _PL; } set { _PL = value; } } private uint _ExeciseStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ExeciseStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExeciseStatus { get { return _ExeciseStatus; } set { _ExeciseStatus = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private string _CustomSubBizID = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"CustomSubBizID", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomSubBizID { get { return _CustomSubBizID; } set { _CustomSubBizID = value; } } private uint _ManualFlag = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"ManualFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ManualFlag { get { return _ManualFlag; } set { _ManualFlag = 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=@"QryExOptionExeciseRsp")] public partial class QryExOptionExeciseRsp : global::ProtoBuf.IExtensible { public QryExOptionExeciseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private readonly global::System.Collections.Generic.List _ExeciseDetail = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"ExeciseDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ExeciseDetail { get { return _ExeciseDetail; } } 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=@"QryExOptionOrderExReq")] public partial class QryExOptionOrderExReq : global::ProtoBuf.IExtensible { public QryExOptionOrderExReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = 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=@"QryExOptionOrderExRsp")] public partial class QryExOptionOrderExRsp : global::ProtoBuf.IExtensible { public QryExOptionOrderExRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private readonly global::System.Collections.Generic.List _OrderDetail = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"OrderDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List OrderDetail { get { return _OrderDetail; } } 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=@"QryExOptionExeciseOrderExReq")] public partial class QryExOptionExeciseOrderExReq : global::ProtoBuf.IExtensible { public QryExOptionExeciseOrderExReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = 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=@"QryExOptionExeciseOrderExRsp")] public partial class QryExOptionExeciseOrderExRsp : global::ProtoBuf.IExtensible { public QryExOptionExeciseOrderExRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _ReqID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ReqID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ReqID { get { return _ReqID; } set { _ReqID = value; } } private ulong _CustomBizID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomBizID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CustomBizID { get { return _CustomBizID; } set { _CustomBizID = value; } } private readonly global::System.Collections.Generic.List _ExeciseOrderDetail = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"ExeciseOrderDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List ExeciseOrderDetail { get { return _ExeciseOrderDetail; } } 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=@"OptionOneWayOpenReq")] public partial class OptionOneWayOpenReq : global::ProtoBuf.IExtensible { public OptionOneWayOpenReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _TargetGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TargetGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TargetGoodsID { get { return _TargetGoodsID; } set { _TargetGoodsID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _OptionType = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"OptionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OptionType { get { return _OptionType; } set { _OptionType = value; } } private uint _ExerciseType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ExerciseType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExerciseType { get { return _ExerciseType; } set { _ExerciseType = value; } } private uint _ExpireType = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExpireType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExpireType { get { return _ExpireType; } set { _ExpireType = value; } } private uint _ExpireCycle = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ExpireCycle", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExpireCycle { get { return _ExpireCycle; } set { _ExpireCycle = value; } } private string _ExpireDate = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ExpireDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExpireDate { get { return _ExpireDate; } set { _ExpireDate = value; } } private double _ExercisePrice = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ExercisePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExercisePrice { get { return _ExercisePrice; } set { _ExercisePrice = value; } } private double _Premium = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"Premium", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Premium { get { return _Premium; } set { _Premium = value; } } private uint _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Qty { get { return _Qty; } set { _Qty = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"OptionOneWayOpenRsp")] public partial class OptionOneWayOpenRsp : global::ProtoBuf.IExtensible { public OptionOneWayOpenRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _TargetGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TargetGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TargetGoodsID { get { return _TargetGoodsID; } set { _TargetGoodsID = 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=@"OptionOneWayExeciseReq")] public partial class OptionOneWayExeciseReq : global::ProtoBuf.IExtensible { public OptionOneWayExeciseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private double _ExercisePrice = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ExercisePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ExercisePrice { get { return _ExercisePrice; } set { _ExercisePrice = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _ExeciseQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExeciseQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ExeciseQty { get { return _ExeciseQty; } set { _ExeciseQty = 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=@"OptionOneWayExeciseRsp")] public partial class OptionOneWayExeciseRsp : global::ProtoBuf.IExtensible { public OptionOneWayExeciseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _TargetGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"TargetGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TargetGoodsID { get { return _TargetGoodsID; } set { _TargetGoodsID = 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=@"OptionOneWayHedgeReq")] public partial class OptionOneWayHedgeReq : global::ProtoBuf.IExtensible { public OptionOneWayHedgeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _HedgeTradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"HedgeTradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong HedgeTradeID { get { return _HedgeTradeID; } set { _HedgeTradeID = value; } } private ulong _TargetGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TargetGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TargetGoodsID { get { return _TargetGoodsID; } set { _TargetGoodsID = value; } } private uint _BuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyOrSell { get { return _BuyOrSell; } set { _BuyOrSell = value; } } private uint _HedgeBuyOrSell = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"HedgeBuyOrSell", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HedgeBuyOrSell { get { return _HedgeBuyOrSell; } set { _HedgeBuyOrSell = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _HedgeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"HedgeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint HedgeQty { get { return _HedgeQty; } set { _HedgeQty = 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=@"OptionOneWayHedgeRsp")] public partial class OptionOneWayHedgeRsp : global::ProtoBuf.IExtensible { public OptionOneWayHedgeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = 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=@"WRInputCommon")] public partial class WRInputCommon : global::ProtoBuf.IExtensible { public WRInputCommon() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _RelatedOrderID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"RelatedOrderID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong RelatedOrderID { get { return _RelatedOrderID; } set { _RelatedOrderID = value; } } private uint _BusinessID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"BusinessID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BusinessID { get { return _BusinessID; } set { _BusinessID = value; } } private ulong _TradeID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TradeID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeID { get { return _TradeID; } set { _TradeID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = 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=@"ContractForceReq")] public partial class ContractForceReq : global::ProtoBuf.IExtensible { public ContractForceReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private WRInputCommon _Common = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRInputCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractID { get { return _ContractID; } set { _ContractID = 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=@"ContractForceRsp")] public partial class ContractForceRsp : global::ProtoBuf.IExtensible { public ContractForceRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 WRInputCommon _Common = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Common", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public WRInputCommon Common { get { return _Common; } set { _Common = value; } } private ulong _ContractID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ContractID { get { return _ContractID; } set { _ContractID = 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=@"SpotQuoteStockAuditReq")] public partial class SpotQuoteStockAuditReq : global::ProtoBuf.IExtensible { public SpotQuoteStockAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _QuoteApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"QuoteApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteApplyID { get { return _QuoteApplyID; } set { _QuoteApplyID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private double _AnnualReturn = int.MinValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AnnualReturn", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AnnualReturn { get { return _AnnualReturn; } set { _AnnualReturn = value; } } private uint _QuoteDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"QuoteDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteDays { get { return _QuoteDays; } set { _QuoteDays = value; } } private uint _ListingDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ListingDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ListingDays { get { return _ListingDays; } set { _ListingDays = value; } } private uint _FCUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"FCUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FCUserID { get { return _FCUserID; } set { _FCUserID = 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=@"SpotQuoteStockAuditRsp")] public partial class SpotQuoteStockAuditRsp : global::ProtoBuf.IExtensible { public SpotQuoteStockAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"SpotQuoteStockSaleReq")] public partial class SpotQuoteStockSaleReq : global::ProtoBuf.IExtensible { public SpotQuoteStockSaleReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _QuoteApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"QuoteApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteApplyID { get { return _QuoteApplyID; } set { _QuoteApplyID = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"SpotQuoteStockSaleRsp")] public partial class SpotQuoteStockSaleRsp : global::ProtoBuf.IExtensible { public SpotQuoteStockSaleRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"SpotQuoteUpdateApplyReq")] public partial class SpotQuoteUpdateApplyReq : global::ProtoBuf.IExtensible { public SpotQuoteUpdateApplyReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _QuoteApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"QuoteApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteApplyID { get { return _QuoteApplyID; } set { _QuoteApplyID = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"SpotQuoteUpdateApplyRsp")] public partial class SpotQuoteUpdateApplyRsp : global::ProtoBuf.IExtensible { public SpotQuoteUpdateApplyRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"SpotQuoteCancelUpdateReq")] public partial class SpotQuoteCancelUpdateReq : global::ProtoBuf.IExtensible { public SpotQuoteCancelUpdateReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _QuoteApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"QuoteApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteApplyID { get { return _QuoteApplyID; } set { _QuoteApplyID = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"SpotQuoteCancelUpdateRsp")] public partial class SpotQuoteCancelUpdateRsp : global::ProtoBuf.IExtensible { public SpotQuoteCancelUpdateRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"SpotQuoteUpdateAuditReq")] public partial class SpotQuoteUpdateAuditReq : global::ProtoBuf.IExtensible { public SpotQuoteUpdateAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _QuoteApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"QuoteApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong QuoteApplyID { get { return _QuoteApplyID; } set { _QuoteApplyID = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private double _AnnualReturn = int.MinValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AnnualReturn", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double AnnualReturn { get { return _AnnualReturn; } set { _AnnualReturn = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = value; } } private uint _QuoteDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"QuoteDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint QuoteDays { get { return _QuoteDays; } set { _QuoteDays = value; } } private uint _ListingDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ListingDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ListingDays { get { return _ListingDays; } set { _ListingDays = value; } } private uint _FCUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"FCUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint FCUserID { get { return _FCUserID; } set { _FCUserID = 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=@"SpotQuoteUpdateAuditRsp")] public partial class SpotQuoteUpdateAuditRsp : global::ProtoBuf.IExtensible { public SpotQuoteUpdateAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"SpotQuotePurchaseReq")] public partial class SpotQuotePurchaseReq : global::ProtoBuf.IExtensible { public SpotQuotePurchaseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = value; } } private string _clientordertime = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"clientordertime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string clientordertime { get { return _clientordertime; } set { _clientordertime = value; } } private uint _clienttype = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"clienttype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint clienttype { get { return _clienttype; } set { _clienttype = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"SpotQuotePurchaseRsp")] public partial class SpotQuotePurchaseRsp : global::ProtoBuf.IExtensible { public SpotQuotePurchaseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"SpotQuoteStockOffReq")] public partial class SpotQuoteStockOffReq : global::ProtoBuf.IExtensible { public SpotQuoteStockOffReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"SpotQuoteStockOffRsp")] public partial class SpotQuoteStockOffRsp : global::ProtoBuf.IExtensible { public SpotQuoteStockOffRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = 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=@"SpotShopGoodsAuditReq")] public partial class SpotShopGoodsAuditReq : global::ProtoBuf.IExtensible { public SpotShopGoodsAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsApplyID { get { return _GoodsApplyID; } set { _GoodsApplyID = value; } } private uint _ApplyType = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ApplyType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ApplyType { get { return _ApplyType; } set { _ApplyType = value; } } private uint _MinDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MinDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MinDays { get { return _MinDays; } set { _MinDays = value; } } private uint _ProfitDays = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"ProfitDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ProfitDays { get { return _ProfitDays; } set { _ProfitDays = value; } } private double _ProfitRate = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ProfitRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ProfitRate { get { return _ProfitRate; } set { _ProfitRate = value; } } private uint _MaxTimes = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"MaxTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MaxTimes { get { return _MaxTimes; } set { _MaxTimes = value; } } private uint _BuyerUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BuyerUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint BuyerUserID { get { return _BuyerUserID; } set { _BuyerUserID = 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=@"SpotShopGoodsAuditRsp")] public partial class SpotShopGoodsAuditRsp : global::ProtoBuf.IExtensible { public SpotShopGoodsAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = 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=@"SpotShopPurchaseReq")] public partial class SpotShopPurchaseReq : global::ProtoBuf.IExtensible { public SpotShopPurchaseReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private double _OrderPrice = int.MinValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"OrderPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double OrderPrice { get { return _OrderPrice; } set { _OrderPrice = value; } } private uint _OrderQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OrderQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderQty { get { return _OrderQty; } set { _OrderQty = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = value; } } private string _clientordertime = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"clientordertime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string clientordertime { get { return _clientordertime; } set { _clientordertime = value; } } private uint _clienttype = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"clienttype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint clienttype { get { return _clienttype; } set { _clienttype = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"SpotShopPurchaseRsp")] public partial class SpotShopPurchaseRsp : global::ProtoBuf.IExtensible { public SpotShopPurchaseRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = 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=@"SpotShopBuyBackReq")] public partial class SpotShopBuyBackReq : global::ProtoBuf.IExtensible { public SpotShopBuyBackReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _GoodsTradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsTradeDate { get { return _GoodsTradeDate; } set { _GoodsTradeDate = value; } } private ulong _GoodsTradePriceInt = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsTradePriceInt", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsTradePriceInt { get { return _GoodsTradePriceInt; } set { _GoodsTradePriceInt = value; } } private uint _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Qty { get { return _Qty; } set { _Qty = value; } } private uint _OrderSrc = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"OrderSrc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint OrderSrc { get { return _OrderSrc; } set { _OrderSrc = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = value; } } private string _clientordertime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"clientordertime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string clientordertime { get { return _clientordertime; } set { _clientordertime = value; } } private uint _clienttype = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"clienttype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint clienttype { get { return _clienttype; } set { _clienttype = value; } } private uint _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint MarketID { get { return _MarketID; } set { _MarketID = 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=@"SpotShopBuyBackRsp")] public partial class SpotShopBuyBackRsp : global::ProtoBuf.IExtensible { public SpotShopBuyBackRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = 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=@"SpotShopTakeGoodsReq")] public partial class SpotShopTakeGoodsReq : global::ProtoBuf.IExtensible { public SpotShopTakeGoodsReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _GoodsTradeDate = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsTradeDate", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsTradeDate { get { return _GoodsTradeDate; } set { _GoodsTradeDate = value; } } private ulong _TradePriceInt = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"TradePriceInt", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradePriceInt { get { return _TradePriceInt; } set { _TradePriceInt = value; } } private double _GoodsTradePrice = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"GoodsTradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double GoodsTradePrice { get { return _GoodsTradePrice; } set { _GoodsTradePrice = value; } } private uint _Qty = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Qty { get { return _Qty; } set { _Qty = value; } } private string _ReciverName = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"ReciverName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ReciverName { get { return _ReciverName; } set { _ReciverName = value; } } private string _PhoneNum = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"PhoneNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PhoneNum { get { return _PhoneNum; } set { _PhoneNum = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private uint _TakeMode = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TakeMode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint TakeMode { get { return _TakeMode; } set { _TakeMode = value; } } private string _TakeRemark = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TakeRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TakeRemark { get { return _TakeRemark; } set { _TakeRemark = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = 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=@"SpotShopTakeGoodsRsp")] public partial class SpotShopTakeGoodsRsp : global::ProtoBuf.IExtensible { public SpotShopTakeGoodsRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = 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=@"SpotShopCancelTakeGoodsReq")] public partial class SpotShopCancelTakeGoodsReq : global::ProtoBuf.IExtensible { public SpotShopCancelTakeGoodsReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _TakeGoodsApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TakeGoodsApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeGoodsApplyID { get { return _TakeGoodsApplyID; } set { _TakeGoodsApplyID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = 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=@"SpotShopCancelTakeGoodsRsp")] public partial class SpotShopCancelTakeGoodsRsp : global::ProtoBuf.IExtensible { public SpotShopCancelTakeGoodsRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _TakeGoodsApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TakeGoodsApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeGoodsApplyID { get { return _TakeGoodsApplyID; } set { _TakeGoodsApplyID = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = 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=@"SpotShopTakeGoodsAuditReq")] public partial class SpotShopTakeGoodsAuditReq : global::ProtoBuf.IExtensible { public SpotShopTakeGoodsAuditReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _TakeGoodsApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"TakeGoodsApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeGoodsApplyID { get { return _TakeGoodsApplyID; } set { _TakeGoodsApplyID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = value; } } private uint _AuditStatus = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"AuditStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint AuditStatus { get { return _AuditStatus; } set { _AuditStatus = value; } } private uint _Auditer = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"Auditer", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint Auditer { get { return _Auditer; } set { _Auditer = value; } } private string _CheckRemark = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"CheckRemark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CheckRemark { get { return _CheckRemark; } set { _CheckRemark = 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=@"SpotShopTakeGoodsAuditRsp")] public partial class SpotShopTakeGoodsAuditRsp : global::ProtoBuf.IExtensible { public SpotShopTakeGoodsAuditRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _TakeGoodsApplyID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"TakeGoodsApplyID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TakeGoodsApplyID { get { return _TakeGoodsApplyID; } set { _TakeGoodsApplyID = value; } } private string _Clientserialno = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Clientserialno", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Clientserialno { get { return _Clientserialno; } set { _Clientserialno = 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=@"SpotShopGoodsOffReq")] public partial class SpotShopGoodsOffReq : global::ProtoBuf.IExtensible { public SpotShopGoodsOffReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = 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=@"SpotShopGoodsOffRsp")] public partial class SpotShopGoodsOffRsp : global::ProtoBuf.IExtensible { public SpotShopGoodsOffRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = 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=@"UploadDeliveryGoodsReq")] public partial class UploadDeliveryGoodsReq : global::ProtoBuf.IExtensible { public UploadDeliveryGoodsReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ID { get { return _ID; } set { _ID = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private string _DeliveryGoodsName = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"DeliveryGoodsName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DeliveryGoodsName { get { return _DeliveryGoodsName; } set { _DeliveryGoodsName = value; } } private string _GoodsUnit = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsUnit", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string GoodsUnit { get { return _GoodsUnit; } set { _GoodsUnit = value; } } private uint _ChangeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeType { get { return _ChangeType; } set { _ChangeType = value; } } private string _ExtendInfo = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"ExtendInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExtendInfo { get { return _ExtendInfo; } set { _ExtendInfo = 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=@"UploadUserInfoReq")] public partial class UploadUserInfoReq : global::ProtoBuf.IExtensible { public UploadUserInfoReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _ID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong ID { get { return _ID; } set { _ID = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private string _UserInfoType = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserInfoType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserInfoType { get { return _UserInfoType; } set { _UserInfoType = value; } } private string _CustomerName = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CustomerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CustomerName { get { return _CustomerName; } set { _CustomerName = value; } } private string _UserStatus = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"UserStatus", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserStatus { get { return _UserStatus; } set { _UserStatus = value; } } private string _UserType = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"UserType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string UserType { get { return _UserType; } set { _UserType = value; } } private string _OpenMode = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"OpenMode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string OpenMode { get { return _OpenMode; } set { _OpenMode = value; } } private string _CardType = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"CardType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string CardType { get { return _CardType; } set { _CardType = 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 string _LegalPersonName = ""; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"LegalPersonName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string LegalPersonName { get { return _LegalPersonName; } set { _LegalPersonName = value; } } private string _ContactName = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ContactName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ContactName { get { return _ContactName; } set { _ContactName = value; } } private string _Sex = ""; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"Sex", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Sex { get { return _Sex; } set { _Sex = value; } } private string _Telphone = ""; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"Telphone", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Telphone { get { return _Telphone; } set { _Telphone = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _Company = ""; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"Company", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Company { get { return _Company; } set { _Company = value; } } private string _Address = ""; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"Address", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Address { get { return _Address; } set { _Address = value; } } private string _PostalCode = ""; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"PostalCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string PostalCode { get { return _PostalCode; } set { _PostalCode = value; } } private uint _ChangeType = uint.MaxValue; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"ChangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint ChangeType { get { return _ChangeType; } set { _ChangeType = value; } } private string _ExtendInfo = ""; [global::ProtoBuf.ProtoMember(20, IsRequired = false, Name=@"ExtendInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExtendInfo { get { return _ExtendInfo; } set { _ExtendInfo = 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=@"UploadSpotGoodsNoticeReq")] public partial class UploadSpotGoodsNoticeReq : global::ProtoBuf.IExtensible { public UploadSpotGoodsNoticeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private ulong _WRTradeDetailID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"WRTradeDetailID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong WRTradeDetailID { get { return _WRTradeDetailID; } set { _WRTradeDetailID = 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 ulong _MarketID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"MarketID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong MarketID { get { return _MarketID; } set { _MarketID = value; } } private ulong _DeliveryGoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"DeliveryGoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DeliveryGoodsID { get { return _DeliveryGoodsID; } set { _DeliveryGoodsID = value; } } private string _WRFactorType = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"WRFactorType", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string WRFactorType { get { return _WRFactorType; } set { _WRFactorType = value; } } private ulong _SellAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SellAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellAccountID { get { return _SellAccountID; } set { _SellAccountID = value; } } private ulong _BuyAccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"BuyAccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyAccountID { get { return _BuyAccountID; } set { _BuyAccountID = value; } } private string _TradeTime = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"TradeTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string TradeTime { get { return _TradeTime; } set { _TradeTime = value; } } private ulong _TradePrice = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"TradePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradePrice { get { return _TradePrice; } set { _TradePrice = value; } } private ulong _TradeQty = uint.MaxValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"TradeQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeQty { get { return _TradeQty; } set { _TradeQty = value; } } private ulong _TradeAmount = uint.MaxValue; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"TradeAmount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong TradeAmount { get { return _TradeAmount; } set { _TradeAmount = value; } } private ulong _SellUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"SellUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong SellUserID { get { return _SellUserID; } set { _SellUserID = value; } } private ulong _BuyUserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"BuyUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BuyUserID { get { return _BuyUserID; } set { _BuyUserID = value; } } private string _ExtendInfo = ""; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"ExtendInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ExtendInfo { get { return _ExtendInfo; } set { _ExtendInfo = 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=@"ChannelTradePosConvertJdpReq")] public partial class ChannelTradePosConvertJdpReq : global::ProtoBuf.IExtensible { public ChannelTradePosConvertJdpReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _SrcGoodsCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SrcGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SrcGoodsCode { get { return _SrcGoodsCode; } set { _SrcGoodsCode = value; } } private string _DstGoodsCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DstGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DstGoodsCode { get { return _DstGoodsCode; } set { _DstGoodsCode = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, 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 double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _LogID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LogID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogID { get { return _LogID; } set { _LogID = 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=@"ChannelTradePosConvertJdpRsp")] public partial class ChannelTradePosConvertJdpRsp : global::ProtoBuf.IExtensible { public ChannelTradePosConvertJdpRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _SrcGoodsCode = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SrcGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SrcGoodsCode { get { return _SrcGoodsCode; } set { _SrcGoodsCode = value; } } private string _DstGoodsCode = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DstGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DstGoodsCode { get { return _DstGoodsCode; } set { _DstGoodsCode = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, 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 double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private double _ConvertQty = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ConvertQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ConvertQty { get { return _ConvertQty; } set { _ConvertQty = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _LogID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"LogID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogID { get { return _LogID; } set { _LogID = 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=@"ChannelJdpPdConvertTradeReq")] public partial class ChannelJdpPdConvertTradeReq : global::ProtoBuf.IExtensible { public ChannelJdpPdConvertTradeReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _SrcGoodsCode = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"SrcGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SrcGoodsCode { get { return _SrcGoodsCode; } set { _SrcGoodsCode = value; } } private string _DstGoodsCode = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DstGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DstGoodsCode { get { return _DstGoodsCode; } set { _DstGoodsCode = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, 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 double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _LogID = uint.MaxValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"LogID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogID { get { return _LogID; } set { _LogID = 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=@"ChannelJdpPdConvertTradeRsp")] public partial class ChannelJdpPdConvertTradeRsp : global::ProtoBuf.IExtensible { public ChannelJdpPdConvertTradeRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _Mobile = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"Mobile", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string Mobile { get { return _Mobile; } set { _Mobile = value; } } private string _SrcGoodsCode = ""; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"SrcGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string SrcGoodsCode { get { return _SrcGoodsCode; } set { _SrcGoodsCode = value; } } private string _DstGoodsCode = ""; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"DstGoodsCode", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string DstGoodsCode { get { return _DstGoodsCode; } set { _DstGoodsCode = value; } } private uint _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(9, 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 double _Qty = int.MinValue; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"Qty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double Qty { get { return _Qty; } set { _Qty = value; } } private double _ConvertQty = int.MinValue; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"ConvertQty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public double ConvertQty { get { return _ConvertQty; } set { _ConvertQty = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private ulong _LogID = uint.MaxValue; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"LogID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong LogID { get { return _LogID; } set { _LogID = 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=@"jbbtBackPDNtf")] public partial class jbbtBackPDNtf : global::ProtoBuf.IExtensible { public jbbtBackPDNtf() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private NotifyHead _NtfHeader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"NtfHeader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public NotifyHead NtfHeader { get { return _NtfHeader; } set { _NtfHeader = value; } } private ulong _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private ulong _BackPD = uint.MaxValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"BackPD", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong BackPD { get { return _BackPD; } set { _BackPD = value; } } private ulong _DealPD = uint.MaxValue; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"DealPD", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong DealPD { get { return _DealPD; } set { _DealPD = 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 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=@"jbbtImportItem")] public partial class jbbtImportItem : global::ProtoBuf.IExtensible { public jbbtImportItem() {} private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _phNum = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"phNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string phNum { get { return _phNum; } set { _phNum = value; } } private ulong _GoodsID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"GoodsID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong GoodsID { get { return _GoodsID; } set { _GoodsID = value; } } private ulong _CountPD = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"CountPD", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong CountPD { get { return _CountPD; } set { _CountPD = value; } } private int _DealWithMethod = int.MinValue; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"DealWithMethod", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(int.MinValue)] public int DealWithMethod { get { return _DealWithMethod; } set { _DealWithMethod = 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=@"jbbtImportReq")] public partial class jbbtImportReq : global::ProtoBuf.IExtensible { public jbbtImportReq() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public MessageHead Header { get { return _Header; } set { _Header = value; } } private string _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = value; } } private string _ClientOrderTime = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ClientOrderTime", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientOrderTime { get { return _ClientOrderTime; } set { _ClientOrderTime = value; } } private uint _UserID = uint.MaxValue; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"UserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public uint UserID { get { return _UserID; } set { _UserID = value; } } private ulong _AccountID = uint.MaxValue; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"AccountID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(uint.MaxValue)] public ulong AccountID { get { return _AccountID; } set { _AccountID = value; } } private string _phNum = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"phNum", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string phNum { get { return _phNum; } set { _phNum = value; } } private readonly global::System.Collections.Generic.List _arryItems = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"arryItems", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List arryItems { get { return _arryItems; } } 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=@"jbbtImportRsp")] public partial class jbbtImportRsp : global::ProtoBuf.IExtensible { public jbbtImportRsp() {} private MessageHead _Header = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"Header", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public 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 _ClientSerialNo = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ClientSerialNo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string ClientSerialNo { get { return _ClientSerialNo; } set { _ClientSerialNo = 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 _remark = ""; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string remark { get { return _remark; } set { _remark = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }