//SetAllocNetMoney sets AllocNetMoney, Tag 154
func (m NoAllocs) SetAllocNetMoney(value decimal.Decimal, scale int32) {
	m.Set(field.NewAllocNetMoney(value, scale))
}
Example #2
0
//SetAllocNetMoney sets AllocNetMoney, Tag 154
func (m NoAllocs) SetAllocNetMoney(v float64) {
	m.Set(field.NewAllocNetMoney(v))
}