Class: Quickfix::AllowableOneSidednessCurr

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ AllowableOneSidednessCurr

Returns a new instance of AllowableOneSidednessCurr.



101722
101723
101724
101725
101726
101727
101728
# File 'ext/quickfix/QuickfixRuby.cpp', line 101722

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

Class Method Details

.fieldObject



10338
10339
10340
# File 'lib/quickfix_fields.rb', line 10338

def AllowableOneSidednessCurr.field
	return 767
end