Class: Quickfix::AllowableOneSidednessValue

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

Returns a new instance of AllowableOneSidednessValue.



101624
101625
101626
101627
101628
101629
101630
# File 'ext/quickfix/QuickfixRuby.cpp', line 101624

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

Class Method Details

.fieldObject



10325
10326
10327
# File 'lib/quickfix_fields.rb', line 10325

def AllowableOneSidednessValue.field
	return 766
end