Class: Quickfix::FloorPrice

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

Returns a new instance of FloorPrice.



143508
143509
143510
143511
143512
143513
143514
# File 'ext/quickfix/QuickfixRuby.cpp', line 143508

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

Class Method Details

.fieldObject



15824
15825
15826
# File 'lib/quickfix_fields.rb', line 15824

def FloorPrice.field
	return 1200
end