Class: Quickfix::OptPayoutAmount

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

Returns a new instance of OptPayoutAmount.



166036
166037
166038
166039
166040
166041
166042
# File 'ext/quickfix/QuickfixRuby.cpp', line 166036

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

Class Method Details

.fieldObject



18801
18802
18803
# File 'lib/quickfix_fields.rb', line 18801

def OptPayoutAmount.field
	return 1195
end