Example #1
0
//SetAccountType sets AccountType, Tag 581
func (m Quote) SetAccountType(v enum.AccountType) {
	m.Set(field.NewAccountType(v))
}
//SetAccountType sets AccountType, Tag 581
func (m OrderCancelRequest) SetAccountType(v int) {
	m.Set(field.NewAccountType(v))
}
//SetAccountType sets AccountType, Tag 581
func (m OrderCancelReject) SetAccountType(v enum.AccountType) {
	m.Set(field.NewAccountType(v))
}
Example #4
0
//SetAccountType sets AccountType, Tag 581
func (m Quote) SetAccountType(v int) {
	m.Set(field.NewAccountType(v))
}
//SetAccountType sets AccountType, Tag 581
func (m QuoteStatusRequest) SetAccountType(v enum.AccountType) {
	m.Set(field.NewAccountType(v))
}
//SetAccountType sets AccountType, Tag 581
func (m QuoteStatusReport) SetAccountType(v int) {
	m.Set(field.NewAccountType(v))
}