コード例 #1
0
ファイル: Logon.generated.go プロジェクト: cbusbey/quickfix
//SetEncryptMethod sets EncryptMethod, Tag 98
func (m Logon) SetEncryptMethod(v int) {
	m.Set(field.NewEncryptMethod(v))
}
コード例 #2
0
//SetEncryptMethod sets EncryptMethod, Tag 98
func (m Logon) SetEncryptMethod(v enum.EncryptMethod) {
	m.Set(field.NewEncryptMethod(v))
}