Method: Quickfix::BodyLength#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of BodyLength.
22288 22289 22290 22291 22292 22293 22294 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 22288 def initialize(data = nil) if( data == nil ) super(9) else super(9, data) end end |