Class: Quickfix::OptPayoutType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ OptPayoutType

Returns a new instance of OptPayoutType.



171720
171721
171722
171723
171724
171725
171726
# File 'ext/quickfix/QuickfixRuby.cpp', line 171720

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

Class Method Details

.fieldObject



19555
19556
19557
# File 'lib/quickfix_fields.rb', line 19555

def OptPayoutType.field
	return 1482
end