Class: Quickfix::XmlDataLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::XmlDataLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ XmlDataLen
constructor
A new instance of XmlDataLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ XmlDataLen
Returns a new instance of XmlDataLen.
487 488 489 490 491 492 493 |
# File 'lib/quickfix_fields.rb', line 487 def initialize(data = nil) if( data == nil ) super(212) else super(212, data) end end |
Class Method Details
.field ⇒ Object
484 485 486 |
# File 'lib/quickfix_fields.rb', line 484 def XmlDataLen.field return 212 end |