Class: Quickfix::DerivativeOptPayAmount

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

Returns a new instance of DerivativeOptPayAmount.



145958
145959
145960
145961
145962
145963
145964
# File 'ext/quickfix/QuickfixRuby.cpp', line 145958

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

Class Method Details

.fieldObject



16149
16150
16151
# File 'lib/quickfix_fields.rb', line 16149

def DerivativeOptPayAmount.field
	return 1225
end