Method: Quickfix::ConfirmRefID#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of ConfirmRefID.
102298 102299 102300 102301 102302 102303 102304 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 102298 def initialize(data = nil) if( data == nil ) super(772) else super(772, data) end end |