Class: Quickfix::LastSpotRate

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

Returns a new instance of LastSpotRate.



43948
43949
43950
43951
43952
43953
43954
# File 'ext/quickfix/QuickfixRuby.cpp', line 43948

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

Class Method Details

.fieldObject



2811
2812
2813
# File 'lib/quickfix_fields.rb', line 2811

def LastSpotRate.field
	return 194
end