Class: Quickfix::UnderlyingComplexEventPeriodType

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

Returns a new instance of UnderlyingComplexEventPeriodType.



52253
52254
52255
52256
52257
52258
52259
# File 'lib/quickfix_fields.rb', line 52253

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

Class Method Details

.fieldObject



52250
52251
52252
# File 'lib/quickfix_fields.rb', line 52250

def UnderlyingComplexEventPeriodType.field
	return 41730
end