Method: Quickfix::RefAllocID#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ RefAllocID
Returns a new instance of RefAllocID.
12408 12409 12410 12411 12412 12413 12414 |
# File 'lib/quickfix_fields.rb', line 12408 def initialize(data = nil) if( data == nil ) super(72) else super(72, data) end end |