Class: Quickfix::BodyLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::BodyLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BodyLength
constructor
A new instance of BodyLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ BodyLength
Returns a new instance of BodyLength.
32 33 34 35 36 37 38 |
# File 'lib/quickfix_fields.rb', line 32 def initialize(data = nil) if( data == nil ) super(9) else super(9, data) end end |
Class Method Details
.field ⇒ Object
29 30 31 |
# File 'lib/quickfix_fields.rb', line 29 def BodyLength.field return 9 end |