Class: Quickfix::DerivativeStrikeValue

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

Returns a new instance of DerivativeStrikeValue.



149584
149585
149586
149587
149588
149589
149590
# File 'ext/quickfix/QuickfixRuby.cpp', line 149584

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

Class Method Details

.fieldObject



16630
16631
16632
# File 'lib/quickfix_fields.rb', line 16630

def DerivativeStrikeValue.field
	return 1264
end