//SetAllocPrice sets AllocPrice, Tag 366
func (m NoAllocs) SetAllocPrice(v float64) {
	m.Set(field.NewAllocPrice(v))
}
Exemplo n.º 2
0
//SetAllocPrice sets AllocPrice, Tag 366
func (m NoAllocs) SetAllocPrice(value decimal.Decimal, scale int32) {
	m.Set(field.NewAllocPrice(value, scale))
}