Method: Quickfix::DefaultApplExtID#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of DefaultApplExtID.
163390 163391 163392 163393 163394 163395 163396 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 163390 def initialize(data = nil) if( data == nil ) super(1407) else super(1407, data) end end |