Class: Quickfix::ComplexEventPVFinalPriceElectionFallback

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

Class Method Details

.fieldObject



63378
63379
63380
# File 'lib/quickfix_fields.rb', line 63378

def ComplexEventPVFinalPriceElectionFallback.field
  return 2599
end