
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (MyFundService == null) var MyFundService = {};
MyFundService._path = '/dwr';
MyFundService.main = function(p0, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'main', p0, callback);
}
MyFundService.check = function(p0, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'check', p0, callback);
}
MyFundService.getUnitNV = function(p0, p1, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'getUnitNV', p0, p1, callback);
}
MyFundService.getMyFundDetail = function(p0, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'getMyFundDetail', p0, callback);
}
MyFundService.sumMyFund = function(p0, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'sumMyFund', p0, callback);
}
MyFundService.getShare = function(p0, p1, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'getShare', p0, p1, callback);
}
MyFundService.formatDate = function(p0, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'formatDate', p0, callback);
}
MyFundService.applyMyFund = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'applyMyFund', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, callback);
}
MyFundService.transformMyFund = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'transformMyFund', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16, callback);
}
MyFundService.redeemMyFund = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'redeemMyFund', p0, p1, p2, p3, p4, p5, p6, p7, callback);
}
MyFundService.getHoldingRate = function(p0, p1, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'getHoldingRate', p0, p1, callback);
}
MyFundService.getFundTypeRate = function(p0, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'getFundTypeRate', p0, callback);
}
MyFundService.getOperationRecords = function(p0, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'getOperationRecords', p0, callback);
}
MyFundService.getOperationRecordsByCode = function(p0, p1, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'getOperationRecordsByCode', p0, p1, callback);
}
MyFundService.getOperationRecordsGroupByCode = function(p0, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'getOperationRecordsGroupByCode', p0, callback);
}
MyFundService.deleteMyFund = function(p0, p1, p2, callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'deleteMyFund', p0, p1, p2, callback);
}
MyFundService.processDividendAndSpilt = function(callback) {
  dwr.engine._execute(MyFundService._path, 'MyFundService', 'processDividendAndSpilt', callback);
}
