Class: Quickfix::NoLotTypeRules

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLotTypeRules

Returns a new instance of NoLotTypeRules.



11355
11356
11357
11358
11359
11360
11361
# File 'lib/quickfix_fields.rb', line 11355

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

Class Method Details

.fieldObject



11352
11353
11354
# File 'lib/quickfix_fields.rb', line 11352

def NoLotTypeRules.field
	return 1234
end