Class: Quickfix::ApplReportType

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) ⇒ ApplReportType

Returns a new instance of ApplReportType.



165252
165253
165254
165255
165256
165257
165258
# File 'ext/quickfix/QuickfixRuby.cpp', line 165252

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

Class Method Details

.fieldObject



18697
18698
18699
# File 'lib/quickfix_fields.rb', line 18697

def ApplReportType.field
	return 1426
end