Class: Quickfix::LegComplexEventPVFinalPriceElectionFallback

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventPVFinalPriceElectionFallback

Returns a new instance of LegComplexEventPVFinalPriceElectionFallback.



64720
64721
64722
64723
64724
64725
64726
# File 'lib/quickfix_fields.rb', line 64720

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