Method: Quickfix::NoCapacities#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ NoCapacities
2515 2516 2517 2518 2519 2520 2521 |
# File 'lib/quickfix_fields.rb', line 2515 def initialize(data = nil) if( data == nil ) super(862) else super(862, data) end end |