Class: Quickfix::EncryptMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncryptMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncryptMethod
constructor
A new instance of EncryptMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EncryptMethod
Returns a new instance of EncryptMethod.
305 306 307 308 309 310 311 |
# File 'lib/quickfix_fields.rb', line 305 def initialize(data = nil) if( data == nil ) super(98) else super(98, data) end end |
Class Method Details
.field ⇒ Object
302 303 304 |
# File 'lib/quickfix_fields.rb', line 302 def EncryptMethod.field return 98 end |