AccountJsonAdapter.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. using System.Collections.Generic;
  2. using Muchinfo.MTPClient.Adapter.Abstract;
  3. using System;
  4. using Muchinfo.MTPClient.Data;
  5. using Muchinfo.MTPClient.Data.Model;
  6. using Muchinfo.MTPClient.Data.Model.Message;
  7. namespace Muchinfo.MTPClient.Adapter.Json
  8. {
  9. public class AccountJsonAdapter : AccountAdapter
  10. {
  11. public override byte[] ToReqeustLogOut(ulong loginID)
  12. {
  13. throw new NotImplementedException();
  14. }
  15. public override Data.ResponeEntity<Data.Model.AccountInfoEntity> TolocalAccountInfoEntity(object obj)
  16. {
  17. throw new NotImplementedException();
  18. }
  19. public override byte[] ToReqeustAccountInfo(ulong accountCode)
  20. {
  21. throw new NotImplementedException();
  22. }
  23. public override Data.ResponeEntity<Data.Model.Account.TradeAccount> ToLocalAccountEntity(object obj)
  24. {
  25. throw new NotImplementedException();
  26. }
  27. public override Data.ResponeEntity<Data.Model.Account.TradeAccount> ToLocalLoginEntity(object obj)
  28. {
  29. throw new NotImplementedException();
  30. }
  31. public override byte[] ToTokenCheck(ulong loginID,string token, ulong octTime)
  32. {
  33. throw new NotImplementedException();
  34. }
  35. public override Data.ResponeEntity<ulong> GetTokenStatus(object obj)
  36. {
  37. throw new NotImplementedException();
  38. }
  39. public override byte[] ToReqeustLogin(int loginType, string passWord, ulong loginID, string guid, string loginIP, string systemDesc, string version, byte[] clientSystemInfo, string clientAppID)
  40. {
  41. throw new NotImplementedException();
  42. }
  43. public override byte[] ToReqeustModifyPwds(Data.Model.Account.AccountPwds accountPwds)
  44. {
  45. throw new NotImplementedException();
  46. }
  47. public override Data.ResponeEntity<int> ResponeModifyPWDEntity(object obj)
  48. {
  49. throw new NotImplementedException();
  50. }
  51. public override byte[] ToReqeustFuncMenu(string loginCode)
  52. {
  53. throw new NotImplementedException();
  54. }
  55. public override ResponeEntity<List<SysMenuItem>> ResponeLocalFuncMenu(object data)
  56. {
  57. throw new NotImplementedException();
  58. }
  59. public override byte[] ToReqeustTradeFeeRules(uint accountid)
  60. {
  61. throw new NotImplementedException();
  62. }
  63. public override ResponeEntity<List<Data.Model.GoodRules.TradeGoodsFeeRule>> ResoneLocalGoodsFeeRules(object data)
  64. {
  65. throw new NotImplementedException();
  66. }
  67. public override byte[] ToReqeustRiskChecked(ulong accountid, uint isChecked)
  68. {
  69. throw new NotImplementedException();
  70. }
  71. public override ResponeEntity<uint> ResponeRiskChecked(object data)
  72. {
  73. throw new NotImplementedException();
  74. }
  75. public override byte[] ToReqeustGoodsQueryReq(ulong GoodsUTime)
  76. {
  77. throw new NotImplementedException();
  78. }
  79. public override ResponeEntity<List<QuoteGoods>> ResponeGoodsQueryReq(object data)
  80. {
  81. throw new NotImplementedException();
  82. }
  83. public override byte[] ToReqeustLastUpdateTimeReq()
  84. {
  85. throw new NotImplementedException();
  86. }
  87. public override ResponeEntity<LastUpdateTimeModel> ResponeLastUpdateTimeReq(object data)
  88. {
  89. throw new NotImplementedException();
  90. }
  91. public override ResponeEntity<AccountBaseInfoModel> ResponeLoginQueryReq(object data)
  92. {
  93. throw new NotImplementedException();
  94. }
  95. public override byte[] ToReqeustRiskTipQueryReq(ulong RiskMsgUTime)
  96. {
  97. throw new NotImplementedException();
  98. }
  99. public override ResponeEntity<RiskTipQueryRspModel> ResponeRiskTipQueryReq(object data)
  100. {
  101. throw new NotImplementedException();
  102. }
  103. public override byte[] ToReqeustMarketsQueryReq(ulong MarketsUTime)
  104. {
  105. throw new NotImplementedException();
  106. }
  107. public override ResponeEntity<List<MarketsInfoModel>> ResponeMarketsQueryReq(object data)
  108. {
  109. throw new NotImplementedException();
  110. }
  111. public override byte[] ToReqeustDictionaryQueryReq(ulong DirctionaryUTime)
  112. {
  113. throw new NotImplementedException();
  114. }
  115. public override ResponeEntity<List<DictionaryInfoModel>> ResponeDictionaryQueryReq(object data)
  116. {
  117. throw new NotImplementedException();
  118. }
  119. public override byte[] ToReqeustErrorCodeQueryReq(ulong ErrorcodeUTime)
  120. {
  121. throw new NotImplementedException();
  122. }
  123. public override ResponeEntity<List<ErrorCodeInfoModel>> ResponeErrorCodeQueryReq(object data)
  124. {
  125. throw new NotImplementedException();
  126. }
  127. public override byte[] ToReqeustMarketRunQueryReq(string TradeDate)
  128. {
  129. throw new NotImplementedException();
  130. }
  131. public override ResponeEntity<MarketRunQueryRspModel> ResponeMarketRunQueryReq(object data)
  132. {
  133. throw new NotImplementedException();
  134. }
  135. public override byte[] ToReqeustConfigQueryReq(ulong ConfigUTime)
  136. {
  137. throw new NotImplementedException();
  138. }
  139. public override ResponeEntity<List<ConfigInfoModel>> ResponeConfigQueryReq(object data)
  140. {
  141. throw new NotImplementedException();
  142. }
  143. public override byte[] ToReqeustLoginQueryReq(ulong accountId, string queryType)
  144. {
  145. throw new NotImplementedException();
  146. }
  147. public override byte[] ToReqeustNoticeQuery(ulong AccountId, long LastNoticeId)
  148. {
  149. throw new NotImplementedException();
  150. }
  151. public override ResponeEntity<List<NoticeMsg>> ResponeNoticeQuery(object data)
  152. {
  153. throw new NotImplementedException();
  154. }
  155. public override byte[] ToReqeustFuncMenuQueryReq(ulong MenuUTime)
  156. {
  157. throw new NotImplementedException();
  158. }
  159. public override byte[] ToReqeustDeliveryGoodsReq(ulong DeliveryGoodsUTime)
  160. {
  161. throw new NotImplementedException();
  162. }
  163. public override ResponeEntity<List<DeliveryGoodsInfoModel>> ResponeDeliveryGoodsReq(object data)
  164. {
  165. throw new NotImplementedException();
  166. }
  167. public override byte[] ToExternalExchangeReq()
  168. {
  169. throw new NotImplementedException();
  170. }
  171. public override ResponeEntity<List<ExternalExchangeModel>> ResponseExternalExchange(object data)
  172. {
  173. throw new NotImplementedException();
  174. }
  175. public override byte[] ToGoodsGroupReq()
  176. {
  177. throw new NotImplementedException();
  178. }
  179. public override ResponeEntity<List<GoodsGroup>> ResponseGoodsGroup(object data)
  180. {
  181. throw new NotImplementedException();
  182. }
  183. }
  184. }