Class: Quickfix::UnderlyingComplexEventPVFinalPriceElectionFallback

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

Returns a new instance of UnderlyingComplexEventPVFinalPriceElectionFallback.



71090
71091
71092
71093
71094
71095
71096
# File 'lib/quickfix_fields.rb', line 71090

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

Class Method Details

.fieldObject



71087
71088
71089
# File 'lib/quickfix_fields.rb', line 71087

def UnderlyingComplexEventPVFinalPriceElectionFallback.field
	return 2613
end