Method: Quickfix::TotNumReports#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of TotNumReports.
115712 115713 115714 115715 115716 115717 115718 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 115712 def initialize(data = nil) if( data == nil ) super(911) else super(911, data) end end |