Class: Quickfix::BusinessRejectRefID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ BusinessRejectRefID

Returns a new instance of BusinessRejectRefID.



58074
58075
58076
58077
58078
58079
58080
# File 'ext/quickfix/QuickfixRuby.cpp', line 58074

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

Class Method Details

.fieldObject



4605
4606
4607
# File 'lib/quickfix_fields.rb', line 4605

def BusinessRejectRefID.field
	return 379
end