Method: Codec::Fix#initialize
- Defined in:
- lib/codec/fix.rb
#initialize(length = nil) ⇒ Fix
Returns a new instance of Fix.
4 5 6 |
# File 'lib/codec/fix.rb', line 4 def initialize(length=nil) @length = length || 0 end |
Returns a new instance of Fix.
4 5 6 |
# File 'lib/codec/fix.rb', line 4 def initialize(length=nil) @length = length || 0 end |