Class: Quickfix::LegReportID

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

Returns a new instance of LegReportID.



123638
123639
123640
123641
123642
123643
123644
# File 'ext/quickfix/QuickfixRuby.cpp', line 123638

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

Class Method Details

.fieldObject



13211
13212
13213
# File 'lib/quickfix_fields.rb', line 13211

def LegReportID.field
	return 990
end