Update type of CoverRate fields

This commit is contained in:
Ed Hennis
2025-03-31 17:53:47 -04:00
parent f77d435fdc
commit abf5f08297
2 changed files with 3 additions and 3 deletions

View File

@@ -60,8 +60,6 @@ TYPED_SFIELD(sfHookExecutionIndex, UINT16, 19)
TYPED_SFIELD(sfHookApiVersion, UINT16, 20)
TYPED_SFIELD(sfLedgerFixType, UINT16, 21)
TYPED_SFIELD(sfManagementFeeRate, UINT16, 22)
TYPED_SFIELD(sfCoverRateMinimum, UINT16, 23)
TYPED_SFIELD(sfCoverRateLiquidation, UINT16, 24)
TYPED_SFIELD(sfInterestRate, UINT16, 25)
TYPED_SFIELD(sfLateInterestRate, UINT16, 26)
TYPED_SFIELD(sfCloseInterestRate, UINT16, 27)
@@ -127,6 +125,8 @@ TYPED_SFIELD(sfPreviousPaymentDate, UINT32, 55)
TYPED_SFIELD(sfNextPaymentDueDate, UINT32, 56)
TYPED_SFIELD(sfPaymentRemaining, UINT32, 57)
TYPED_SFIELD(sfPaymentTotal, UINT32, 58)
TYPED_SFIELD(sfCoverRateMinimum, UINT32, 59)
TYPED_SFIELD(sfCoverRateLiquidation, UINT32, 60)
// 64-bit integers (common)
TYPED_SFIELD(sfIndexNext, UINT64, 1)