Class: Quickfix::BodyLength
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ BodyLength
Returns a new instance of BodyLength.
19116 19117 19118 19119 19120 19121 19122 |
# File 'lib/quickfix_fields.rb', line 19116 def initialize(data = nil) if( data == nil ) super(9) else super(9, data) end end |
Class Method Details
.field ⇒ Object
19113 19114 19115 |
# File 'lib/quickfix_fields.rb', line 19113 def BodyLength.field return 9 end |