Class: Quickfix::EncryptMethod

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ EncryptMethod

Returns a new instance of EncryptMethod.



24432
24433
24434
24435
24436
24437
24438
# File 'ext/quickfix/QuickfixRuby.cpp', line 24432

def initialize(data = nil)
	if( data == nil )
		super(98)
	else
		super(98, data)
	end
end

Class Method Details

.fieldObject



302
303
304
# File 'lib/quickfix_fields.rb', line 302

def EncryptMethod.field
	return 98
end