Class: Quickfix::UnderlyingComplexEventPVFinalPriceElectionFallback

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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