Class: Quickfix::TotNumAssignmentReports

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ TotNumAssignmentReports



107970
107971
107972
107973
107974
107975
107976
# File 'ext/quickfix/QuickfixRuby.cpp', line 107970

def initialize(data = nil)
  if( data == nil )
    super(832)
  else
    super(832, data)
  end
end

Class Method Details

.fieldObject



11144
11145
11146
# File 'lib/quickfix_fields.rb', line 11144

def TotNumAssignmentReports.field
  return 832
end