Method: Quickfix::IDSource#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of IDSource.
29994 29995 29996 29997 29998 29999 30000 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 29994 def initialize(data = nil) if( data == nil ) super(22) else super(22, data) end end |