Class: Quickfix::NoStipulations

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoStipulations

Returns a new instance of NoStipulations.



1384
1385
1386
1387
1388
1389
1390
# File 'lib/quickfix_fields.rb', line 1384

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

Class Method Details

.fieldObject



1381
1382
1383
# File 'lib/quickfix_fields.rb', line 1381

def NoStipulations.field
	return 232
end