Class: Quickfix::MDEntrySpotRate

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ MDEntrySpotRate

Returns a new instance of MDEntrySpotRate.



126958
126959
126960
126961
126962
126963
126964
# File 'ext/quickfix/QuickfixRuby.cpp', line 126958

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

Class Method Details

.fieldObject



13640
13641
13642
# File 'lib/quickfix_fields.rb', line 13640

def MDEntrySpotRate.field
	return 1026
end