Class: Quickfix::NoUnderlyingComplexEventPeriods

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

Returns a new instance of NoUnderlyingComplexEventPeriods.



52240
52241
52242
52243
52244
52245
52246
# File 'lib/quickfix_fields.rb', line 52240

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

Class Method Details

.fieldObject



52237
52238
52239
# File 'lib/quickfix_fields.rb', line 52237

def NoUnderlyingComplexEventPeriods.field
	return 41729
end