Class: Quickfix::SecureDataLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SecureDataLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecureDataLen
constructor
A new instance of SecureDataLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SecureDataLen
Returns a new instance of SecureDataLen.
227 228 229 230 231 232 233 |
# File 'lib/quickfix_fields.rb', line 227 def initialize(data = nil) if( data == nil ) super(90) else super(90, data) end end |
Class Method Details
.field ⇒ Object
224 225 226 |
# File 'lib/quickfix_fields.rb', line 224 def SecureDataLen.field return 90 end |