Class: Quickfix::NoStipulations

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

Returns a new instance of NoStipulations.



66282
66283
66284
66285
66286
66287
66288
# File 'ext/quickfix/QuickfixRuby.cpp', line 66282

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

Class Method Details

.fieldObject



5671
5672
5673
# File 'lib/quickfix_fields.rb', line 5671

def NoStipulations.field
	return 232
end