|
|
@@ -10218,270 +10218,261 @@ namespace tas
|
|
|
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 double _CurPrice = int.MinValue;
|
|
|
- [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"CurPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
|
|
|
- [global::System.ComponentModel.DefaultValue(int.MinValue)]
|
|
|
- public double CurPrice
|
|
|
- {
|
|
|
- get { return _CurPrice; }
|
|
|
- set { _CurPrice = value; }
|
|
|
- }
|
|
|
-
|
|
|
- private uint _SPPoint = uint.MaxValue;
|
|
|
- [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name=@"SPPoint", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
|
|
|
- [global::System.ComponentModel.DefaultValue(uint.MaxValue)]
|
|
|
- public uint SPPoint
|
|
|
- {
|
|
|
- get { return _SPPoint; }
|
|
|
- set { _SPPoint = value; }
|
|
|
- }
|
|
|
-
|
|
|
- private uint _SLPoint = uint.MaxValue;
|
|
|
- [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name=@"SLPoint", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
|
|
|
- [global::System.ComponentModel.DefaultValue(uint.MaxValue)]
|
|
|
- public uint SLPoint
|
|
|
- {
|
|
|
- get { return _SLPoint; }
|
|
|
- set { _SLPoint = value; }
|
|
|
- }
|
|
|
-
|
|
|
- private string _IP = "";
|
|
|
- [global::ProtoBuf.ProtoMember(28, IsRequired = false, Name=@"IP", DataFormat = global::ProtoBuf.DataFormat.Default)]
|
|
|
- [global::System.ComponentModel.DefaultValue("")]
|
|
|
- public string IP
|
|
|
- {
|
|
|
- get { return _IP; }
|
|
|
- set { _IP = value; }
|
|
|
- }
|
|
|
- private global::ProtoBuf.IExtension extensionObject;
|
|
|
- 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")]
|
|
|
+ [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 ulong _SpotContractID = uint.MaxValue;
|
|
|
+ [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name = @"SpotContractID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
|
|
|
+ [global::System.ComponentModel.DefaultValue(uint.MaxValue)]
|
|
|
+ public ulong SpotContractID
|
|
|
+ {
|
|
|
+ get { return _SpotContractID; }
|
|
|
+ set { _SpotContractID = value; }
|
|
|
+ }
|
|
|
+
|
|
|
+ private ulong _SaleUserID = uint.MaxValue;
|
|
|
+ [global::ProtoBuf.ProtoMember(26, IsRequired = false, Name = @"SaleUserID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
|
|
|
+ [global::System.ComponentModel.DefaultValue(uint.MaxValue)]
|
|
|
+ public ulong SaleUserID
|
|
|
+ {
|
|
|
+ get { return _SaleUserID; }
|
|
|
+ set { _SaleUserID = value; }
|
|
|
+ }
|
|
|
+
|
|
|
+ private ulong _BizSubjectID = uint.MaxValue;
|
|
|
+ [global::ProtoBuf.ProtoMember(27, IsRequired = false, Name = @"BizSubjectID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
|
|
|
+ [global::System.ComponentModel.DefaultValue(uint.MaxValue)]
|
|
|
+ public ulong BizSubjectID
|
|
|
+ {
|
|
|
+ get { return _BizSubjectID; }
|
|
|
+ set { _BizSubjectID = value; }
|
|
|
+ }
|
|
|
+ private global::ProtoBuf.IExtension extensionObject;
|
|
|
+ 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() {}
|