//SetQuoteCancelType sets QuoteCancelType, Tag 298
func (m QuoteCancel) SetQuoteCancelType(v int) {
	m.Set(field.NewQuoteCancelType(v))
}
//SetQuoteCancelType sets QuoteCancelType, Tag 298
func (m QuoteCancel) SetQuoteCancelType(v enum.QuoteCancelType) {
	m.Set(field.NewQuoteCancelType(v))
}