Class: Quickfix::CapPrice

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

Returns a new instance of CapPrice.



143410
143411
143412
143413
143414
143415
143416
# File 'ext/quickfix/QuickfixRuby.cpp', line 143410

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

Class Method Details

.fieldObject



15811
15812
15813
# File 'lib/quickfix_fields.rb', line 15811

def CapPrice.field
	return 1199
end