天软金融分析.NET函数大全
>
金融函数
>
金融工程
>
策略验证
>
数量类中间函数
PortfolioBackTesting_Quantity_DataCheck
复制链接
简述
策略验证-数量类组合-数据检查,对组合信息和所有交易明细信息的缺省数据检查,若缺省,则添加默认值
定义
PortfolioBackTesting_Quantity_DataCheck(PFInfoData:TableArray;tAllJYMX:TableArray;tAllTA:TableArray):TableArray
参数
名称
类型
说明
PFInfoData
TableArray
数据表类型,组合基本信息
tAllJYMX
TableArray
数据表类型,所有交易明细
tAllTA
TableArray
数据表类型,所有申购、赎回
返回
TableArray
对组合信息和所有交易明细信息的缺省数据检查,若缺省,则添加默认值
范例
tPercent:=array(('日期':41215,'截止日':nil,'方向':1,'乘数':nil,'保证金比例(%)':nil),('日期':41213,'截止日':nil,'方向':nil,'乘数':nil,'保证金比例(%)':nil));
tTA:=array();
PortfolioBackTesting_Quantity_DataCheck(PFInfoData,tPercent,tTA);
return array('检查后的组合信息':PFInfoData,'检查后的申购,赎回':tPercent);
//结果:
相关
PortfolioBackTesting_Quantity_CompositeDetail
PortfolioBackTesting_Quantity_DataCheck
PortfolioBackTesting_Quantity_InvestmentRatio
PortfolioBackTesting_Quantity_FA_EndT
PortfolioBackTesting_Quantity_IndustryComposite
PortfolioBackTesting_Quantity_NetAsset
PortfolioBackTesting_Quantity_InvalidData
PortfolioBackTesting_Quantity_TransactionLog
PortfolioBackTesting_Quantity_TradeDetails
PortfolioBackTesting_Quantity_TradeOfMoneyMarketFund
PortfolioBackTesting_Quantity_CashAllocation
PortfolioBackTesting_Quantity_SellByCommonCondition
PortfolioBackTesting_Quantity_TradeOfRightsIssue
PortfolioBackTesting_Quantity_TradeOfDividendandSplit
PortfolioBackTesting_Quantity_VolAfterDividendandSplit
PortfolioBackTesting_Quantity_TradeOfDelist
PortfolioBackTesting_Quantity_VolAfterSplit
中间函数
PortfolioBackTesting_Quantity_GetClose