Class: Quickfix::AsgnRptID

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

Returns a new instance of AsgnRptID.



108068
108069
108070
108071
108072
108073
108074
# File 'ext/quickfix/QuickfixRuby.cpp', line 108068

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

Class Method Details

.fieldObject



11157
11158
11159
# File 'lib/quickfix_fields.rb', line 11157

def AsgnRptID.field
	return 833
end