Class: Quickfix::AllowableOneSidednessPct

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

Returns a new instance of AllowableOneSidednessPct.



101526
101527
101528
101529
101530
101531
101532
# File 'ext/quickfix/QuickfixRuby.cpp', line 101526

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

Class Method Details

.fieldObject



10312
10313
10314
# File 'lib/quickfix_fields.rb', line 10312

def AllowableOneSidednessPct.field
	return 765
end