Class: Quickfix::NoComplexEventPeriodDateTimes

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



40865
40866
40867
40868
40869
40870
40871
# File 'lib/quickfix_fields.rb', line 40865

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

Class Method Details

.fieldObject



40862
40863
40864
# File 'lib/quickfix_fields.rb', line 40862

def NoComplexEventPeriodDateTimes.field
	return 41007
end