Class: Quickfix::DerivativeFloorPrice

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

Returns a new instance of DerivativeFloorPrice.



155256
155257
155258
155259
155260
155261
155262
# File 'ext/quickfix/QuickfixRuby.cpp', line 155256

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

Class Method Details

.fieldObject



17371
17372
17373
# File 'lib/quickfix_fields.rb', line 17371

def DerivativeFloorPrice.field
	return 1322
end