//------------------------------------------------------------------------------
//
// 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