Class: Quickfix::LegCreditRating

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

Returns a new instance of LegCreditRating.



68732
68733
68734
68735
68736
68737
68738
# File 'ext/quickfix/QuickfixRuby.cpp', line 68732

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

Class Method Details

.fieldObject



5996
5997
5998
# File 'lib/quickfix_fields.rb', line 5996

def LegCreditRating.field
	return 257
end