Class: Quickfix::NoComplexEventDates

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoComplexEventDates

Returns a new instance of NoComplexEventDates.



6688
6689
6690
6691
6692
6693
6694
# File 'lib/quickfix_fields.rb', line 6688

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

Class Method Details

.fieldObject



6685
6686
6687
# File 'lib/quickfix_fields.rb', line 6685

def NoComplexEventDates.field
	return 1491
end