Exemplo n.º 1
0
//SetSettlType sets SettlType, Tag 63
func (m NoBidComponents) SetSettlType(v string) {
	m.Set(field.NewSettlType(v))
}
Exemplo n.º 2
0
//SetSettlType sets SettlType, Tag 63
func (m NoBidComponents) SetSettlType(v enum.SettlType) {
	m.Set(field.NewSettlType(v))
}