Class: Quickfix::BidSpotRate

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

Returns a new instance of BidSpotRate.



43360
43361
43362
43363
43364
43365
43366
# File 'ext/quickfix/QuickfixRuby.cpp', line 43360

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

Class Method Details

.fieldObject



2733
2734
2735
# File 'lib/quickfix_fields.rb', line 2733

def BidSpotRate.field
	return 188
end