Class: Quickfix::ExtraordinaryEventAdjustmentMethod

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

Returns a new instance of ExtraordinaryEventAdjustmentMethod.



64473
64474
64475
64476
64477
64478
64479
# File 'lib/quickfix_fields.rb', line 64473

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

Class Method Details

.fieldObject



64470
64471
64472
# File 'lib/quickfix_fields.rb', line 64470

def ExtraordinaryEventAdjustmentMethod.field
  return 2602
end