Class: Quickfix::LegComplexEventPVFinalPriceElectionFallback

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

Class Method Details

.fieldObject



64717
64718
64719
# File 'lib/quickfix_fields.rb', line 64717

def LegComplexEventPVFinalPriceElectionFallback.field
  return 2610
end