Ejemplo n.º 1
0
//SetAccruedInterestAmt sets AccruedInterestAmt, Tag 159
func (m NoAllocs) SetAccruedInterestAmt(value decimal.Decimal, scale int32) {
	m.Set(field.NewAccruedInterestAmt(value, scale))
}
Ejemplo n.º 2
0
//SetAccruedInterestAmt sets AccruedInterestAmt, Tag 159
func (m NoAllocs) SetAccruedInterestAmt(v float64) {
	m.Set(field.NewAccruedInterestAmt(v))
}