Class: Quickfix::ComplexOptPayoutAmount

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

Returns a new instance of ComplexOptPayoutAmount.



172014
172015
172016
172017
172018
172019
172020
# File 'ext/quickfix/QuickfixRuby.cpp', line 172014

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

Class Method Details

.fieldObject



19594
19595
19596
# File 'lib/quickfix_fields.rb', line 19594

def ComplexOptPayoutAmount.field
	return 1485
end