Class: Quickfix::DistribPercentage

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

Returns a new instance of DistribPercentage.



75580
75581
75582
75583
75584
75585
75586
# File 'ext/quickfix/QuickfixRuby.cpp', line 75580

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

Class Method Details

.fieldObject



6893
6894
6895
# File 'lib/quickfix_fields.rb', line 6893

def DistribPercentage.field
	return 512
end