Ejemplo n.º 1
0
//SetOutsideIndexPct sets OutsideIndexPct, Tag 407
func (m NoBidDescriptors) SetOutsideIndexPct(v float64) {
	m.Set(field.NewOutsideIndexPct(v))
}
Ejemplo n.º 2
0
//SetOutsideIndexPct sets OutsideIndexPct, Tag 407
func (m NoBidDescriptors) SetOutsideIndexPct(value decimal.Decimal, scale int32) {
	m.Set(field.NewOutsideIndexPct(value, scale))
}