Class: Quickfix::NoLotTypeRules

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

Returns a new instance of NoLotTypeRules.



146742
146743
146744
146745
146746
146747
146748
# File 'ext/quickfix/QuickfixRuby.cpp', line 146742

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

Class Method Details

.fieldObject



16253
16254
16255
# File 'lib/quickfix_fields.rb', line 16253

def NoLotTypeRules.field
	return 1234
end