自动簿记,固定端只能是收取
This commit is contained in:
@@ -389,7 +389,7 @@ namespace YLErp.Modules.SwapModule
|
||||
td.swap_positions.Add(floatPosition);
|
||||
swap_position interestPosition = new swap_position()
|
||||
{
|
||||
InterestDirection = flowMerge.BsType == (int)PositionTypeFlag.Long ? (int)SwapDirectionEnum.收取 : (int)SwapDirectionEnum.支付,
|
||||
InterestDirection = (int)SwapDirectionEnum.收取,
|
||||
InterestRateDefault = 0,
|
||||
InterestMode = (int)InterestModeEnum.标的期初全价,
|
||||
InterestPrincipalFix = 0,
|
||||
|
||||
Reference in New Issue
Block a user