Exemplo n.º 1
0
//SetQuoteCancelType sets QuoteCancelType, Tag 298
func (m QuoteCancel) SetQuoteCancelType(v int) {
	m.Set(field.NewQuoteCancelType(v))
}
Exemplo n.º 2
0
//SetQuoteCancelType sets QuoteCancelType, Tag 298
func (m QuoteCancel) SetQuoteCancelType(v enum.QuoteCancelType) {
	m.Set(field.NewQuoteCancelType(v))
}