Class: Quickfix::ComplexEventPVFinalPriceElectionFallback

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventPVFinalPriceElectionFallback

Returns a new instance of ComplexEventPVFinalPriceElectionFallback.



63381
63382
63383
63384
63385
63386
63387
# File 'lib/quickfix_fields.rb', line 63381

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