Class: Quickfix::NoLegSettlMethodElectionDateBusinessCenters

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegSettlMethodElectionDateBusinessCenters

Returns a new instance of NoLegSettlMethodElectionDateBusinessCenters.



68256
68257
68258
68259
68260
68261
68262
# File 'lib/quickfix_fields.rb', line 68256

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

Class Method Details

.fieldObject



68253
68254
68255
# File 'lib/quickfix_fields.rb', line 68253

def NoLegSettlMethodElectionDateBusinessCenters.field
	return 42581
end