コード例 #1
0
//SetAccountType sets AccountType, Tag 581
func (m Quote) SetAccountType(v enum.AccountType) {
	m.Set(field.NewAccountType(v))
}
コード例 #2
0
//SetAccountType sets AccountType, Tag 581
func (m OrderCancelRequest) SetAccountType(v int) {
	m.Set(field.NewAccountType(v))
}
コード例 #3
0
//SetAccountType sets AccountType, Tag 581
func (m OrderCancelReject) SetAccountType(v enum.AccountType) {
	m.Set(field.NewAccountType(v))
}
コード例 #4
0
ファイル: Quote.generated.go プロジェクト: cbusbey/quickfix
//SetAccountType sets AccountType, Tag 581
func (m Quote) SetAccountType(v int) {
	m.Set(field.NewAccountType(v))
}
コード例 #5
0
//SetAccountType sets AccountType, Tag 581
func (m QuoteStatusRequest) SetAccountType(v enum.AccountType) {
	m.Set(field.NewAccountType(v))
}
コード例 #6
0
//SetAccountType sets AccountType, Tag 581
func (m QuoteStatusReport) SetAccountType(v int) {
	m.Set(field.NewAccountType(v))
}